From 7ae91b1af326126c88f22cc60d63f85b8b5263e8 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 14 Jun 2025 20:45:30 +1000 Subject: [PATCH 01/35] Release 1.20.1 | Plugin 4.6.0 (#3706) --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 + .github/update_release_pr.py | 35 +- .github/workflows/default_plugins.yml | 85 +- .../Plugin/JsonRPCPluginSettings.cs | 2 +- Flow.Launcher.Core/Resource/Theme.cs | 10 +- .../Resource/TranslationConverter.cs | 25 - .../NativeMethods.txt | 5 + .../Storage/FlowLauncherJsonStorage.cs | 4 +- .../Storage/PluginBinaryStorage.cs | 4 +- .../Storage/PluginJsonStorage.cs | 4 +- .../UserSettings/CustomShortcutModel.cs | 8 + Flow.Launcher.Infrastructure/Win32Helper.cs | 5 + .../Flow.Launcher.Plugin.csproj | 8 +- Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs | 19 +- .../SharedCommands/SearchWeb.cs | 43 +- Flow.Launcher/Helper/ErrorReporting.cs | 10 +- Flow.Launcher/HotkeyControlDialog.xaml | 12 +- Flow.Launcher/Languages/ar.xaml | 10 + Flow.Launcher/Languages/cs.xaml | 10 + Flow.Launcher/Languages/da.xaml | 12 +- Flow.Launcher/Languages/de.xaml | 10 + Flow.Launcher/Languages/en.xaml | 1 + Flow.Launcher/Languages/es-419.xaml | 10 + Flow.Launcher/Languages/es.xaml | 12 +- Flow.Launcher/Languages/fr.xaml | 12 +- Flow.Launcher/Languages/he.xaml | 10 + Flow.Launcher/Languages/it.xaml | 10 + Flow.Launcher/Languages/ja.xaml | 10 + Flow.Launcher/Languages/ko.xaml | 10 + Flow.Launcher/Languages/nb.xaml | 10 + Flow.Launcher/Languages/nl.xaml | 10 + Flow.Launcher/Languages/pl.xaml | 10 + Flow.Launcher/Languages/pt-br.xaml | 10 + Flow.Launcher/Languages/pt-pt.xaml | 14 +- Flow.Launcher/Languages/ru.xaml | 10 + Flow.Launcher/Languages/sk.xaml | 14 +- Flow.Launcher/Languages/sr.xaml | 10 + Flow.Launcher/Languages/tr.xaml | 60 +- Flow.Launcher/Languages/uk-UA.xaml | 10 + Flow.Launcher/Languages/vi.xaml | 10 + Flow.Launcher/Languages/zh-cn.xaml | 12 +- Flow.Launcher/Languages/zh-tw.xaml | 10 + Flow.Launcher/MainWindow.xaml.cs | 146 +- Flow.Launcher/Properties/Resources.fr-FR.resx | 130 -- Flow.Launcher/Properties/Resources.he-IL.resx | 130 -- Flow.Launcher/PublicAPIInstance.cs | 53 +- .../InstalledPluginDisplayKeyword.xaml | 3 +- .../Resources/CustomControlTemplate.xaml | 73 + .../Resources/Pages/WelcomePage1.xaml | 6 +- .../Resources/Pages/WelcomePage2.xaml | 10 +- .../Resources/Pages/WelcomePage4.xaml | 2 +- .../Resources/Pages/WelcomePage5.xaml | 10 +- .../Resources/SettingWindowStyle.xaml | 1 - .../SettingsPaneGeneralViewModel.cs | 2 + .../Views/SettingsPaneGeneral.xaml | 3 +- .../Views/SettingsPaneHotkey.xaml | 2 +- Flow.Launcher/Themes/Base.xaml | 4 + Flow.Launcher/WelcomeWindow.xaml | 6 +- .../ChromiumBookmarkLoader.cs | 128 +- .../FirefoxBookmarkLoader.cs | 284 ++-- .../Helper/FaviconHelper.cs | 76 + .../Languages/ar.xaml | 2 + .../Languages/cs.xaml | 2 + .../Languages/da.xaml | 2 + .../Languages/de.xaml | 2 + .../Languages/en.xaml | 2 + .../Languages/es-419.xaml | 2 + .../Languages/es.xaml | 2 + .../Languages/fr.xaml | 2 + .../Languages/he.xaml | 2 + .../Languages/it.xaml | 2 + .../Languages/ja.xaml | 2 + .../Languages/ko.xaml | 2 + .../Languages/nb.xaml | 2 + .../Languages/nl.xaml | 2 + .../Languages/pl.xaml | 2 + .../Languages/pt-br.xaml | 2 + .../Languages/pt-pt.xaml | 2 + .../Languages/ru.xaml | 2 + .../Languages/sk.xaml | 2 + .../Languages/sr.xaml | 2 + .../Languages/tr.xaml | 2 + .../Languages/uk-UA.xaml | 2 + .../Languages/vi.xaml | 2 + .../Languages/zh-cn.xaml | 2 + .../Languages/zh-tw.xaml | 2 + .../Main.cs | 12 +- .../Models/Settings.cs | 2 + .../Views/SettingsControl.xaml | 8 + .../Flow.Launcher.Plugin.Explorer.csproj | 3 +- .../Languages/ar.xaml | 11 + .../Languages/cs.xaml | 11 + .../Languages/da.xaml | 11 + .../Languages/de.xaml | 11 + .../Languages/en.xaml | 3 + .../Languages/es-419.xaml | 11 + .../Languages/es.xaml | 11 + .../Languages/fr.xaml | 11 + .../Languages/he.xaml | 11 + .../Languages/it.xaml | 11 + .../Languages/ja.xaml | 11 + .../Languages/ko.xaml | 11 + .../Languages/nb.xaml | 11 + .../Languages/nl.xaml | 11 + .../Languages/pl.xaml | 11 + .../Languages/pt-br.xaml | 11 + .../Languages/pt-pt.xaml | 13 +- .../Languages/ru.xaml | 11 + .../Languages/sk.xaml | 11 + .../Languages/sr.xaml | 11 + .../Languages/tr.xaml | 23 +- .../Languages/uk-UA.xaml | 11 + .../Languages/vi.xaml | 11 + .../Languages/zh-cn.xaml | 11 + .../Languages/zh-tw.xaml | 11 + .../Everything/EverythingSearchManager.cs | 33 +- .../Search/ResultManager.cs | 8 +- .../ViewModels/ActionKeywordModel.cs | 2 + .../Views/ExplorerSettings.xaml | 1461 +++++++++-------- .../Views/ExplorerSettings.xaml.cs | 58 +- .../Languages/tr.xaml | 10 +- .../PluginsManager.cs | 110 +- .../Languages/tr.xaml | 24 +- .../Programs/ShellLinkHelper.cs | 9 +- Plugins/Flow.Launcher.Plugin.Shell/Main.cs | 141 +- .../Languages/tr.xaml | 8 +- .../Flow.Launcher.Plugin.WebSearch/Main.cs | 4 +- .../Properties/Resources.pt-PT.resx | 6 +- README.md | 4 + appveyor.yml | 15 +- 130 files changed, 2300 insertions(+), 1606 deletions(-) delete mode 100644 Flow.Launcher.Core/Resource/TranslationConverter.cs delete mode 100644 Flow.Launcher/Properties/Resources.fr-FR.resx delete mode 100644 Flow.Launcher/Properties/Resources.he-IL.resx create mode 100644 Plugins/Flow.Launcher.Plugin.BrowserBookmark/Helper/FaviconHelper.cs diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 294c06fc1..11a921955 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -16,6 +16,8 @@ body: I have checked that this issue has not already been reported. - label: > I am using the latest version of Flow Launcher. + - label: > + I am using the prerelease version of Flow Launcher. - type: textarea attributes: diff --git a/.github/update_release_pr.py b/.github/update_release_pr.py index f90f6181d..ccea511b3 100644 --- a/.github/update_release_pr.py +++ b/.github/update_release_pr.py @@ -11,7 +11,7 @@ def get_github_prs(token: str, owner: str, repo: str, label: str = "", state: st token (str): GitHub token. owner (str): The owner of the repository. repo (str): The name of the repository. - label (str): The label name. + label (str): The label name. Filter is not applied when empty string. state (str): State of PR, e.g. open, closed, all Returns: @@ -89,7 +89,7 @@ def get_prs(pull_request_items: list[dict], label: str = "", state: str = "all") Args: pull_request_items (list[dict]): List of PR items. - label (str): The label name. + label (str): The label name. Filter is not applied when empty string. state (str): State of PR, e.g. open, closed, all Returns: @@ -99,14 +99,36 @@ def get_prs(pull_request_items: list[dict], label: str = "", state: str = "all") pr_list = [] count = 0 for pr in pull_request_items: - if pr["state"] == state and [item for item in pr["labels"] if item["name"] == label]: + if state in [pr["state"], "all"] and (not label or [item for item in pr["labels"] if item["name"] == label]): pr_list.append(pr) count += 1 - print(f"Found {count} PRs with {label if label else 'no'} label and state as {state}") + print(f"Found {count} PRs with {label if label else 'no filter on'} label and state as {state}") return pr_list +def get_prs_assignees(pull_request_items: list[dict], label: str = "", state: str = "all") -> list[str]: + """ + Returns a list of pull request assignees after applying the label and state filters, excludes jjw24. + + Args: + pull_request_items (list[dict]): List of PR items. + label (str): The label name. Filter is not applied when empty string. + state (str): State of PR, e.g. open, closed, all + + Returns: + list: A list of strs, where each string is an assignee name. List is not distinct, so can contain + duplicate names. + Returns an empty list if none are found. + """ + assignee_list = [] + for pr in pull_request_items: + if state in [pr["state"], "all"] and (not label or [item for item in pr["labels"] if item["name"] == label]): + [assignee_list.append(assignee["login"]) for assignee in pr["assignees"] if assignee["login"] != "jjw24" ] + + print(f"Found {len(assignee_list)} assignees with {label if label else 'no filter on'} label and state as {state}") + + return assignee_list def get_pr_descriptions(pull_request_items: list[dict]) -> str: """ @@ -208,6 +230,11 @@ if __name__ == "__main__": description_content += f"## Features\n{get_pr_descriptions(enhancement_prs)}" if enhancement_prs else "" description_content += f"## Bug fixes\n{get_pr_descriptions(bug_fix_prs)}" if bug_fix_prs else "" + assignees = list(set(get_prs_assignees(pull_requests, "enhancement", "closed") + get_prs_assignees(pull_requests, "bug", "closed"))) + assignees.sort(key=str.lower) + + description_content += f"### Authors:\n{', '.join(assignees)}" + update_pull_request_description( github_token, repository_owner, repository_name, release_pr[0]["number"], description_content ) diff --git a/.github/workflows/default_plugins.yml b/.github/workflows/default_plugins.yml index 85acafae1..ec8dfcd4e 100644 --- a/.github/workflows/default_plugins.yml +++ b/.github/workflows/default_plugins.yml @@ -3,11 +3,10 @@ name: Publish Default Plugins on: push: branches: ['master'] - paths: ['Plugins/**'] workflow_dispatch: jobs: - build: + publish: runs-on: windows-latest steps: @@ -17,39 +16,24 @@ jobs: with: dotnet-version: 7.0.x - - name: Determine New Plugin Updates - uses: dorny/paths-filter@v3 - id: changes - with: - filters: | - browserbookmark: - - 'Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json' - calculator: - - 'Plugins/Flow.Launcher.Plugin.Calculator/plugin.json' - explorer: - - 'Plugins/Flow.Launcher.Plugin.Explorer/plugin.json' - pluginindicator: - - 'Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json' - pluginsmanager: - - 'Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json' - processkiller: - - 'Plugins/Flow.Launcher.Plugin.ProcessKiller/plugin.json' - program: - - 'Plugins/Flow.Launcher.Plugin.Program/plugin.json' - shell: - - 'Plugins/Flow.Launcher.Plugin.Shell/plugin.json' - sys: - - 'Plugins/Flow.Launcher.Plugin.Sys/plugin.json' - url: - - 'Plugins/Flow.Launcher.Plugin.Url/plugin.json' - websearch: - - 'Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json' - windowssettings: - - 'Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json' - base: 'master' + - name: Update Plugins To Production Version + run: | + $version = "1.0.0" + Get-Content appveyor.yml | ForEach-Object { + if ($_ -match "version:\s*'(\d+\.\d+\.\d+)\.") { + $version = $matches[1] + } + } + + $jsonFiles = Get-ChildItem -Path ".\Plugins\*\plugin.json" + foreach ($file in $jsonFiles) { + $plugin_old_ver = Get-Content $file.FullName -Raw | ConvertFrom-Json + (Get-Content $file) -replace '"Version"\s*:\s*".*?"', "`"Version`": `"$version`"" | Set-Content $file + $plugin_new_ver = Get-Content $file.FullName -Raw | ConvertFrom-Json + Write-Host "Updated" $plugin_old_ver.Name "version from" $plugin_old_ver.Version "to" $plugin_new_ver.Version + } - name: Get BrowserBookmark Version - if: steps.changes.outputs.browserbookmark == 'true' id: updated-version-browserbookmark uses: notiz-dev/github-action-json-property@release with: @@ -57,14 +41,12 @@ jobs: prop_path: 'Version' - name: Build BrowserBookmark - if: steps.changes.outputs.browserbookmark == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.BrowserBookmark" 7z a -tzip "Flow.Launcher.Plugin.BrowserBookmark.zip" "./Flow.Launcher.Plugin.BrowserBookmark/*" rm -r "Flow.Launcher.Plugin.BrowserBookmark" - name: Publish BrowserBookmark - if: steps.changes.outputs.browserbookmark == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.BrowserBookmark" @@ -76,7 +58,6 @@ jobs: - name: Get Calculator Version - if: steps.changes.outputs.calculator == 'true' id: updated-version-calculator uses: notiz-dev/github-action-json-property@release with: @@ -84,14 +65,12 @@ jobs: prop_path: 'Version' - name: Build Calculator - if: steps.changes.outputs.calculator == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.Calculator" 7z a -tzip "Flow.Launcher.Plugin.Calculator.zip" "./Flow.Launcher.Plugin.Calculator/*" rm -r "Flow.Launcher.Plugin.Calculator" - name: Publish Calculator - if: steps.changes.outputs.calculator == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.Calculator" @@ -103,7 +82,6 @@ jobs: - name: Get Explorer Version - if: steps.changes.outputs.explorer == 'true' id: updated-version-explorer uses: notiz-dev/github-action-json-property@release with: @@ -111,14 +89,12 @@ jobs: prop_path: 'Version' - name: Build Explorer - if: steps.changes.outputs.explorer == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.Explorer" 7z a -tzip "Flow.Launcher.Plugin.Explorer.zip" "./Flow.Launcher.Plugin.Explorer/*" rm -r "Flow.Launcher.Plugin.Explorer" - name: Publish Explorer - if: steps.changes.outputs.explorer == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.Explorer" @@ -130,7 +106,6 @@ jobs: - name: Get PluginIndicator Version - if: steps.changes.outputs.pluginindicator == 'true' id: updated-version-pluginindicator uses: notiz-dev/github-action-json-property@release with: @@ -138,14 +113,12 @@ jobs: prop_path: 'Version' - name: Build PluginIndicator - if: steps.changes.outputs.pluginindicator == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.PluginIndicator/Flow.Launcher.Plugin.PluginIndicator.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.PluginIndicator" 7z a -tzip "Flow.Launcher.Plugin.PluginIndicator.zip" "./Flow.Launcher.Plugin.PluginIndicator/*" rm -r "Flow.Launcher.Plugin.PluginIndicator" - name: Publish PluginIndicator - if: steps.changes.outputs.pluginindicator == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.PluginIndicator" @@ -157,7 +130,6 @@ jobs: - name: Get PluginsManager Version - if: steps.changes.outputs.pluginsmanager == 'true' id: updated-version-pluginsmanager uses: notiz-dev/github-action-json-property@release with: @@ -165,14 +137,12 @@ jobs: prop_path: 'Version' - name: Build PluginsManager - if: steps.changes.outputs.pluginsmanager == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.PluginsManager/Flow.Launcher.Plugin.PluginsManager.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.PluginsManager" 7z a -tzip "Flow.Launcher.Plugin.PluginsManager.zip" "./Flow.Launcher.Plugin.PluginsManager/*" rm -r "Flow.Launcher.Plugin.PluginsManager" - name: Publish PluginsManager - if: steps.changes.outputs.pluginsmanager == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.PluginsManager" @@ -184,7 +154,6 @@ jobs: - name: Get ProcessKiller Version - if: steps.changes.outputs.processkiller == 'true' id: updated-version-processkiller uses: notiz-dev/github-action-json-property@release with: @@ -192,14 +161,12 @@ jobs: prop_path: 'Version' - name: Build ProcessKiller - if: steps.changes.outputs.processkiller == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.ProcessKiller/Flow.Launcher.Plugin.ProcessKiller.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.ProcessKiller" 7z a -tzip "Flow.Launcher.Plugin.ProcessKiller.zip" "./Flow.Launcher.Plugin.ProcessKiller/*" rm -r "Flow.Launcher.Plugin.ProcessKiller" - name: Publish ProcessKiller - if: steps.changes.outputs.processkiller == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.ProcessKiller" @@ -211,7 +178,6 @@ jobs: - name: Get Program Version - if: steps.changes.outputs.program == 'true' id: updated-version-program uses: notiz-dev/github-action-json-property@release with: @@ -219,14 +185,12 @@ jobs: prop_path: 'Version' - name: Build Program - if: steps.changes.outputs.program == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj' --framework net7.0-windows10.0.19041.0 -c Release -o "Flow.Launcher.Plugin.Program" 7z a -tzip "Flow.Launcher.Plugin.Program.zip" "./Flow.Launcher.Plugin.Program/*" rm -r "Flow.Launcher.Plugin.Program" - name: Publish Program - if: steps.changes.outputs.program == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.Program" @@ -238,7 +202,6 @@ jobs: - name: Get Shell Version - if: steps.changes.outputs.shell == 'true' id: updated-version-shell uses: notiz-dev/github-action-json-property@release with: @@ -246,14 +209,12 @@ jobs: prop_path: 'Version' - name: Build Shell - if: steps.changes.outputs.shell == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.Shell/Flow.Launcher.Plugin.Shell.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.Shell" 7z a -tzip "Flow.Launcher.Plugin.Shell.zip" "./Flow.Launcher.Plugin.Shell/*" rm -r "Flow.Launcher.Plugin.Shell" - name: Publish Shell - if: steps.changes.outputs.shell == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.Shell" @@ -265,7 +226,6 @@ jobs: - name: Get Sys Version - if: steps.changes.outputs.sys == 'true' id: updated-version-sys uses: notiz-dev/github-action-json-property@release with: @@ -273,14 +233,12 @@ jobs: prop_path: 'Version' - name: Build Sys - if: steps.changes.outputs.sys == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.Sys/Flow.Launcher.Plugin.Sys.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.Sys" 7z a -tzip "Flow.Launcher.Plugin.Sys.zip" "./Flow.Launcher.Plugin.Sys/*" rm -r "Flow.Launcher.Plugin.Sys" - name: Publish Sys - if: steps.changes.outputs.sys == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.Sys" @@ -292,7 +250,6 @@ jobs: - name: Get Url Version - if: steps.changes.outputs.url == 'true' id: updated-version-url uses: notiz-dev/github-action-json-property@release with: @@ -300,14 +257,12 @@ jobs: prop_path: 'Version' - name: Build Url - if: steps.changes.outputs.url == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.Url/Flow.Launcher.Plugin.Url.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.Url" 7z a -tzip "Flow.Launcher.Plugin.Url.zip" "./Flow.Launcher.Plugin.Url/*" rm -r "Flow.Launcher.Plugin.Url" - name: Publish Url - if: steps.changes.outputs.url == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.Url" @@ -319,7 +274,6 @@ jobs: - name: Get WebSearch Version - if: steps.changes.outputs.websearch == 'true' id: updated-version-websearch uses: notiz-dev/github-action-json-property@release with: @@ -327,14 +281,12 @@ jobs: prop_path: 'Version' - name: Build WebSearch - if: steps.changes.outputs.websearch == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.WebSearch" 7z a -tzip "Flow.Launcher.Plugin.WebSearch.zip" "./Flow.Launcher.Plugin.WebSearch/*" rm -r "Flow.Launcher.Plugin.WebSearch" - name: Publish WebSearch - if: steps.changes.outputs.websearch == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.WebSearch" @@ -346,7 +298,6 @@ jobs: - name: Get WindowsSettings Version - if: steps.changes.outputs.windowssettings == 'true' id: updated-version-windowssettings uses: notiz-dev/github-action-json-property@release with: @@ -354,14 +305,12 @@ jobs: prop_path: 'Version' - name: Build WindowsSettings - if: steps.changes.outputs.windowssettings == 'true' run: | dotnet publish 'Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Launcher.Plugin.WindowsSettings.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.WindowsSettings" 7z a -tzip "Flow.Launcher.Plugin.WindowsSettings.zip" "./Flow.Launcher.Plugin.WindowsSettings/*" rm -r "Flow.Launcher.Plugin.WindowsSettings" - name: Publish WindowsSettings - if: steps.changes.outputs.windowssettings == 'true' uses: softprops/action-gh-release@v2 with: repository: "Flow-Launcher/Flow.Launcher.Plugin.WindowsSettings" diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs index 003e72a5d..435d97ab7 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs @@ -12,7 +12,7 @@ using Flow.Launcher.Plugin; namespace Flow.Launcher.Core.Plugin { - public class JsonRPCPluginSettings + public class JsonRPCPluginSettings : ISavable { public required JsonRpcConfigurationModel? Configuration { get; init; } diff --git a/Flow.Launcher.Core/Resource/Theme.cs b/Flow.Launcher.Core/Resource/Theme.cs index 059359694..a6e8dc6bf 100644 --- a/Flow.Launcher.Core/Resource/Theme.cs +++ b/Flow.Launcher.Core/Resource/Theme.cs @@ -671,7 +671,15 @@ namespace Flow.Launcher.Core.Resource windowBorderStyle.Setters.Remove(windowBorderStyle.Setters.OfType().FirstOrDefault(x => x.Property.Name == "Background")); windowBorderStyle.Setters.Add(new Setter(Border.BackgroundProperty, new SolidColorBrush(Colors.Transparent))); } - + + // For themes with blur enabled, the window border is rendered by the system, so it's treated as a simple rectangle regardless of thickness. + //(This is to avoid issues when the window is forcibly changed to a rectangular shape during snap scenarios.) + var cornerRadiusSetter = windowBorderStyle.Setters.OfType().FirstOrDefault(x => x.Property == Border.CornerRadiusProperty); + if (cornerRadiusSetter != null) + cornerRadiusSetter.Value = new CornerRadius(0); + else + windowBorderStyle.Setters.Add(new Setter(Border.CornerRadiusProperty, new CornerRadius(0))); + // Apply the blur effect Win32Helper.DWMSetBackdropForWindow(mainWindow, backdropType); ColorizeWindow(theme, backdropType); diff --git a/Flow.Launcher.Core/Resource/TranslationConverter.cs b/Flow.Launcher.Core/Resource/TranslationConverter.cs deleted file mode 100644 index eb0032758..000000000 --- a/Flow.Launcher.Core/Resource/TranslationConverter.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; -using System.Globalization; -using System.Windows.Data; -using CommunityToolkit.Mvvm.DependencyInjection; -using Flow.Launcher.Plugin; - -namespace Flow.Launcher.Core.Resource -{ - public class TranslationConverter : IValueConverter - { - // We should not initialize API in static constructor because it will create another API instance - private static IPublicAPI api = null; - private static IPublicAPI API => api ??= Ioc.Default.GetRequiredService(); - - public object Convert(object value, Type targetType, object parameter, CultureInfo culture) - { - var key = value.ToString(); - if (string.IsNullOrEmpty(key)) return key; - return API.GetTranslation(key); - } - - public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) => - throw new InvalidOperationException(); - } -} diff --git a/Flow.Launcher.Infrastructure/NativeMethods.txt b/Flow.Launcher.Infrastructure/NativeMethods.txt index 53c877c4f..edc71feef 100644 --- a/Flow.Launcher.Infrastructure/NativeMethods.txt +++ b/Flow.Launcher.Infrastructure/NativeMethods.txt @@ -42,6 +42,11 @@ MONITORINFOEXW WM_ENTERSIZEMOVE WM_EXITSIZEMOVE +WM_NCLBUTTONDBLCLK +WM_SYSCOMMAND + +SC_MAXIMIZE +SC_MINIMIZE OleInitialize OleUninitialize diff --git a/Flow.Launcher.Infrastructure/Storage/FlowLauncherJsonStorage.cs b/Flow.Launcher.Infrastructure/Storage/FlowLauncherJsonStorage.cs index 158e0cdf5..857490bad 100644 --- a/Flow.Launcher.Infrastructure/Storage/FlowLauncherJsonStorage.cs +++ b/Flow.Launcher.Infrastructure/Storage/FlowLauncherJsonStorage.cs @@ -2,11 +2,13 @@ using System.Threading.Tasks; using Flow.Launcher.Infrastructure.Logger; using Flow.Launcher.Infrastructure.UserSettings; +using Flow.Launcher.Plugin; using Flow.Launcher.Plugin.SharedCommands; namespace Flow.Launcher.Infrastructure.Storage { - public class FlowLauncherJsonStorage : JsonStorage where T : new() + // Expose ISaveable interface in derived class to make sure we are calling the new version of Save method + public class FlowLauncherJsonStorage : JsonStorage, ISavable where T : new() { private static readonly string ClassName = "FlowLauncherJsonStorage"; diff --git a/Flow.Launcher.Infrastructure/Storage/PluginBinaryStorage.cs b/Flow.Launcher.Infrastructure/Storage/PluginBinaryStorage.cs index 01da96d62..0e0906e73 100644 --- a/Flow.Launcher.Infrastructure/Storage/PluginBinaryStorage.cs +++ b/Flow.Launcher.Infrastructure/Storage/PluginBinaryStorage.cs @@ -1,11 +1,13 @@ using System.IO; using System.Threading.Tasks; using Flow.Launcher.Infrastructure.Logger; +using Flow.Launcher.Plugin; using Flow.Launcher.Plugin.SharedCommands; namespace Flow.Launcher.Infrastructure.Storage { - public class PluginBinaryStorage : BinaryStorage where T : new() + // Expose ISaveable interface in derived class to make sure we are calling the new version of Save method + public class PluginBinaryStorage : BinaryStorage, ISavable where T : new() { private static readonly string ClassName = "PluginBinaryStorage"; diff --git a/Flow.Launcher.Infrastructure/Storage/PluginJsonStorage.cs b/Flow.Launcher.Infrastructure/Storage/PluginJsonStorage.cs index 147152949..d59083071 100644 --- a/Flow.Launcher.Infrastructure/Storage/PluginJsonStorage.cs +++ b/Flow.Launcher.Infrastructure/Storage/PluginJsonStorage.cs @@ -2,11 +2,13 @@ using System.Threading.Tasks; using Flow.Launcher.Infrastructure.Logger; using Flow.Launcher.Infrastructure.UserSettings; +using Flow.Launcher.Plugin; using Flow.Launcher.Plugin.SharedCommands; namespace Flow.Launcher.Infrastructure.Storage { - public class PluginJsonStorage : JsonStorage where T : new() + // Expose ISaveable interface in derived class to make sure we are calling the new version of Save method + public class PluginJsonStorage : JsonStorage, ISavable where T : new() { // Use assembly name to check which plugin is using this storage public readonly string AssemblyName; diff --git a/Flow.Launcher.Infrastructure/UserSettings/CustomShortcutModel.cs b/Flow.Launcher.Infrastructure/UserSettings/CustomShortcutModel.cs index 2d15b54c5..2603d4675 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/CustomShortcutModel.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/CustomShortcutModel.cs @@ -1,6 +1,8 @@ using System; using System.Text.Json.Serialization; using System.Threading.Tasks; +using CommunityToolkit.Mvvm.DependencyInjection; +using Flow.Launcher.Plugin; namespace Flow.Launcher.Infrastructure.UserSettings { @@ -53,6 +55,12 @@ namespace Flow.Launcher.Infrastructure.UserSettings { public string Description { get; set; } + public string LocalizedDescription => API.GetTranslation(Description); + + // We should not initialize API in static constructor because it will create another API instance + private static IPublicAPI api = null; + private static IPublicAPI API => api ??= Ioc.Default.GetRequiredService(); + public BaseBuiltinShortcutModel(string key, string description) { Key = key; diff --git a/Flow.Launcher.Infrastructure/Win32Helper.cs b/Flow.Launcher.Infrastructure/Win32Helper.cs index 1be803fd4..86e7b7c97 100644 --- a/Flow.Launcher.Infrastructure/Win32Helper.cs +++ b/Flow.Launcher.Infrastructure/Win32Helper.cs @@ -324,6 +324,11 @@ namespace Flow.Launcher.Infrastructure public const int WM_ENTERSIZEMOVE = (int)PInvoke.WM_ENTERSIZEMOVE; public const int WM_EXITSIZEMOVE = (int)PInvoke.WM_EXITSIZEMOVE; + public const int WM_NCLBUTTONDBLCLK = (int)PInvoke.WM_NCLBUTTONDBLCLK; + public const int WM_SYSCOMMAND = (int)PInvoke.WM_SYSCOMMAND; + + public const int SC_MAXIMIZE = (int)PInvoke.SC_MAXIMIZE; + public const int SC_MINIMIZE = (int)PInvoke.SC_MINIMIZE; #endregion diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 4a26cec95..4a49e9589 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -14,10 +14,10 @@ - 4.5.0 - 4.5.0 - 4.5.0 - 4.5.0 + 4.6.0 + 4.6.0 + 4.6.0 + 4.6.0 Flow.Launcher.Plugin Flow-Launcher MIT diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs index cb60251ed..09c402bcf 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs @@ -306,13 +306,28 @@ namespace Flow.Launcher.Plugin public void OpenDirectory(string DirectoryPath, string FileNameOrFilePath = null); /// - /// Opens the URL with the given Uri object. + /// Opens the URL using the browser with the given Uri object, even if the URL is a local file. + /// The browser and mode used is based on what's configured in Flow's default browser settings. + /// + public void OpenWebUrl(Uri url, bool? inPrivate = null); + + /// + /// Opens the URL using the browser with the given string, even if the URL is a local file. + /// The browser and mode used is based on what's configured in Flow's default browser settings. + /// Non-C# plugins should use this method. + /// + public void OpenWebUrl(string url, bool? inPrivate = null); + + /// + /// Opens the URL with the given Uri object in browser if scheme is Http or Https. + /// If the URL is a local file, it will instead be opened with the default application for that file type. /// The browser and mode used is based on what's configured in Flow's default browser settings. /// public void OpenUrl(Uri url, bool? inPrivate = null); /// - /// Opens the URL with the given string. + /// Opens the URL with the given string in browser if scheme is Http or Https. + /// If the URL is a local file, it will instead be opened with the default application for that file type. /// The browser and mode used is based on what's configured in Flow's default browser settings. /// Non-C# plugins should use this method. /// diff --git a/Flow.Launcher.Plugin/SharedCommands/SearchWeb.cs b/Flow.Launcher.Plugin/SharedCommands/SearchWeb.cs index 752c85933..ed3e91daf 100644 --- a/Flow.Launcher.Plugin/SharedCommands/SearchWeb.cs +++ b/Flow.Launcher.Plugin/SharedCommands/SearchWeb.cs @@ -1,8 +1,9 @@ -using Microsoft.Win32; -using System; +using System; +using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; +using Microsoft.Win32; namespace Flow.Launcher.Plugin.SharedCommands { @@ -13,7 +14,7 @@ namespace Flow.Launcher.Plugin.SharedCommands { private static string GetDefaultBrowserPath() { - string name = string.Empty; + var name = string.Empty; try { using var regDefault = Registry.CurrentUser.OpenSubKey("Software\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice", false); @@ -23,8 +24,7 @@ namespace Flow.Launcher.Plugin.SharedCommands name = regKey.GetValue(null).ToString().ToLower().Replace("\"", ""); if (!name.EndsWith("exe")) - name = name.Substring(0, name.LastIndexOf(".exe") + 4); - + name = name[..(name.LastIndexOf(".exe") + 4)]; } catch { @@ -65,12 +65,21 @@ namespace Flow.Launcher.Plugin.SharedCommands { Process.Start(psi)?.Dispose(); } - catch (System.ComponentModel.Win32Exception) + // This error may be thrown if browser path is incorrect + catch (Win32Exception) { - Process.Start(new ProcessStartInfo + try { - FileName = url, UseShellExecute = true - }); + Process.Start(new ProcessStartInfo + { + FileName = url, + UseShellExecute = true + }); + } + catch + { + throw; // Re-throw the exception if we cannot open the URL in the default browser + } } } @@ -100,12 +109,20 @@ namespace Flow.Launcher.Plugin.SharedCommands Process.Start(psi)?.Dispose(); } // This error may be thrown if browser path is incorrect - catch (System.ComponentModel.Win32Exception) + catch (Win32Exception) { - Process.Start(new ProcessStartInfo + try { - FileName = url, UseShellExecute = true - }); + Process.Start(new ProcessStartInfo + { + FileName = url, + UseShellExecute = true + }); + } + catch + { + throw; // Re-throw the exception if we cannot open the URL in the default browser + } } } } diff --git a/Flow.Launcher/Helper/ErrorReporting.cs b/Flow.Launcher/Helper/ErrorReporting.cs index aa810ba65..e201284cb 100644 --- a/Flow.Launcher/Helper/ErrorReporting.cs +++ b/Flow.Launcher/Helper/ErrorReporting.cs @@ -1,20 +1,21 @@ using System; using System.Runtime.CompilerServices; using System.Threading.Tasks; -using System.Windows; using System.Windows.Threading; using Flow.Launcher.Infrastructure; using Flow.Launcher.Infrastructure.Exception; +using Flow.Launcher.Infrastructure.Logger; using NLog; namespace Flow.Launcher.Helper; public static class ErrorReporting { - private static void Report(Exception e, [CallerMemberName] string methodName = "UnHandledException") + private static void Report(Exception e, bool silent = false, [CallerMemberName] string methodName = "UnHandledException") { var logger = LogManager.GetLogger(methodName); logger.Fatal(ExceptionFormatter.FormatExcpetion(e)); + if (silent) return; var reportWindow = new ReportWindow(e); reportWindow.Show(); } @@ -35,8 +36,9 @@ public static class ErrorReporting public static void TaskSchedulerUnobservedTaskException(object sender, UnobservedTaskExceptionEventArgs e) { - // handle unobserved task exceptions on UI thread - Application.Current.Dispatcher.Invoke(() => Report(e.Exception)); + // log exception but do not handle unobserved task exceptions on UI thread + //Application.Current.Dispatcher.Invoke(() => Report(e.Exception, true)); + Log.Exception(nameof(ErrorReporting), "Unobserved task exception occurred.", e.Exception); // prevent application exit, so the user can copy the prompted error info e.SetObserved(); } diff --git a/Flow.Launcher/HotkeyControlDialog.xaml b/Flow.Launcher/HotkeyControlDialog.xaml index 1edce6d06..d416f1bdc 100644 --- a/Flow.Launcher/HotkeyControlDialog.xaml +++ b/Flow.Launcher/HotkeyControlDialog.xaml @@ -125,12 +125,12 @@ BorderThickness="0 1 0 0" CornerRadius="0 0 8 8"> diff --git a/Flow.Launcher/CustomQueryHotkeySetting.xaml.cs b/Flow.Launcher/CustomQueryHotkeySetting.xaml.cs index 77febde9d..2ee08bf85 100644 --- a/Flow.Launcher/CustomQueryHotkeySetting.xaml.cs +++ b/Flow.Launcher/CustomQueryHotkeySetting.xaml.cs @@ -1,73 +1,52 @@ -using System.Collections.ObjectModel; -using System.Linq; -using System.Windows; -using System.Windows.Input; +using System.Windows; using System.Windows.Controls; -using Flow.Launcher.Helper; +using System.Windows.Input; using Flow.Launcher.Infrastructure.UserSettings; namespace Flow.Launcher { public partial class CustomQueryHotkeySetting : Window { - private readonly Settings _settings; + public string Hotkey { get; set; } = string.Empty; + public string ActionKeyword { get; set; } = string.Empty; - private bool update; - private CustomPluginHotkey updateCustomHotkey; + private readonly bool update; + private readonly CustomPluginHotkey originalCustomHotkey; - public CustomQueryHotkeySetting(Settings settings) + public CustomQueryHotkeySetting() { - _settings = settings; InitializeComponent(); + tbAdd.Visibility = Visibility.Visible; + } + + public CustomQueryHotkeySetting(CustomPluginHotkey hotkey) + { + originalCustomHotkey = hotkey; + update = true; + ActionKeyword = originalCustomHotkey.ActionKeyword; + InitializeComponent(); + tbUpdate.Visibility = Visibility.Visible; + HotkeyControl.SetHotkey(originalCustomHotkey.Hotkey, false); } private void BtnCancel_OnClick(object sender, RoutedEventArgs e) { + DialogResult = false; Close(); } private void btnAdd_OnClick(object sender, RoutedEventArgs e) { - if (!update) + Hotkey = HotkeyControl.CurrentHotkey.ToString(); + + if (string.IsNullOrEmpty(Hotkey) && string.IsNullOrEmpty(ActionKeyword)) { - _settings.CustomPluginHotkeys ??= new ObservableCollection(); - - var pluginHotkey = new CustomPluginHotkey - { - Hotkey = HotkeyControl.CurrentHotkey.ToString(), ActionKeyword = tbAction.Text - }; - _settings.CustomPluginHotkeys.Add(pluginHotkey); - - HotKeyMapper.SetCustomQueryHotkey(pluginHotkey); - } - else - { - var oldHotkey = updateCustomHotkey.Hotkey; - updateCustomHotkey.ActionKeyword = tbAction.Text; - updateCustomHotkey.Hotkey = HotkeyControl.CurrentHotkey.ToString(); - //remove origin hotkey - HotKeyMapper.RemoveHotkey(oldHotkey); - HotKeyMapper.SetCustomQueryHotkey(updateCustomHotkey); - } - - Close(); - } - - public void UpdateItem(CustomPluginHotkey item) - { - updateCustomHotkey = _settings.CustomPluginHotkeys.FirstOrDefault(o => - o.ActionKeyword == item.ActionKeyword && o.Hotkey == item.Hotkey); - if (updateCustomHotkey == null) - { - App.API.ShowMsgBox(App.API.GetTranslation("invalidPluginHotkey")); - Close(); + App.API.ShowMsgBox(App.API.GetTranslation("emptyPluginHotkey")); return; } - tbAction.Text = updateCustomHotkey.ActionKeyword; - HotkeyControl.SetHotkey(updateCustomHotkey.Hotkey, false); - update = true; - lblAdd.Text = App.API.GetTranslation("update"); + DialogResult = !update || originalCustomHotkey.Hotkey != Hotkey || originalCustomHotkey.ActionKeyword != ActionKeyword; + Close(); } private void BtnTestActionKeyword_OnClick(object sender, RoutedEventArgs e) @@ -79,6 +58,7 @@ namespace Flow.Launcher private void cmdEsc_OnPress(object sender, ExecutedRoutedEventArgs e) { + DialogResult = false; Close(); } diff --git a/Flow.Launcher/CustomShortcutSetting.xaml b/Flow.Launcher/CustomShortcutSetting.xaml index d8623753f..5185354e7 100644 --- a/Flow.Launcher/CustomShortcutSetting.xaml +++ b/Flow.Launcher/CustomShortcutSetting.xaml @@ -118,24 +118,26 @@ FontSize="14" Text="{DynamicResource customShortcutExpansion}" /> - - + - + - + - + - + - + + Sub="{Binding BackdropSubText}" + Type="First"> + Icon="" + Type="Last"> - + - + ()) + foreach (var pair in PluginManager.GetResultUpdatePlugin()) { var plugin = (IResultUpdated)pair.Plugin; plugin.ResultsUpdated += (s, e) => diff --git a/Flow.Launcher/ViewModel/PluginStoreItemViewModel.cs b/Flow.Launcher/ViewModel/PluginStoreItemViewModel.cs index d1cf74501..f5523212e 100644 --- a/Flow.Launcher/ViewModel/PluginStoreItemViewModel.cs +++ b/Flow.Launcher/ViewModel/PluginStoreItemViewModel.cs @@ -1,5 +1,5 @@ using System; -using System.Linq; +using System.Threading.Tasks; using CommunityToolkit.Mvvm.Input; using Flow.Launcher.Core.Plugin; using Flow.Launcher.Plugin; @@ -9,27 +9,28 @@ namespace Flow.Launcher.ViewModel { public partial class PluginStoreItemViewModel : BaseModel { - private PluginPair PluginManagerData => PluginManager.GetPluginForId("9f8f9b14-2518-4907-b211-35ab6290dee7"); + private readonly UserPlugin _newPlugin; + private readonly PluginPair _oldPluginPair; + public PluginStoreItemViewModel(UserPlugin plugin) { - _plugin = plugin; + _newPlugin = plugin; + _oldPluginPair = PluginManager.GetPluginForId(plugin.ID); } - private UserPlugin _plugin; + public string ID => _newPlugin.ID; + public string Name => _newPlugin.Name; + public string Description => _newPlugin.Description; + public string Author => _newPlugin.Author; + public string Version => _newPlugin.Version; + public string Language => _newPlugin.Language; + public string Website => _newPlugin.Website; + public string UrlDownload => _newPlugin.UrlDownload; + public string UrlSourceCode => _newPlugin.UrlSourceCode; + public string IcoPath => _newPlugin.IcoPath; - public string ID => _plugin.ID; - public string Name => _plugin.Name; - public string Description => _plugin.Description; - public string Author => _plugin.Author; - public string Version => _plugin.Version; - public string Language => _plugin.Language; - public string Website => _plugin.Website; - public string UrlDownload => _plugin.UrlDownload; - public string UrlSourceCode => _plugin.UrlSourceCode; - public string IcoPath => _plugin.IcoPath; - - public bool LabelInstalled => PluginManager.GetPluginForId(_plugin.ID) != null; - public bool LabelUpdate => LabelInstalled && new Version(_plugin.Version) > new Version(PluginManager.GetPluginForId(_plugin.ID).Metadata.Version); + public bool LabelInstalled => _oldPluginPair != null; + public bool LabelUpdate => LabelInstalled && new Version(_newPlugin.Version) > new Version(_oldPluginPair.Metadata.Version); internal const string None = "None"; internal const string RecentlyUpdated = "RecentlyUpdated"; @@ -41,15 +42,15 @@ namespace Flow.Launcher.ViewModel get { string category = None; - if (DateTime.Now - _plugin.LatestReleaseDate < TimeSpan.FromDays(7)) + if (DateTime.Now - _newPlugin.LatestReleaseDate < TimeSpan.FromDays(7)) { category = RecentlyUpdated; } - if (DateTime.Now - _plugin.DateAdded < TimeSpan.FromDays(7)) + if (DateTime.Now - _newPlugin.DateAdded < TimeSpan.FromDays(7)) { category = NewRelease; } - if (PluginManager.GetPluginForId(_plugin.ID) != null) + if (_oldPluginPair != null) { category = Installed; } @@ -59,11 +60,22 @@ namespace Flow.Launcher.ViewModel } [RelayCommand] - private void ShowCommandQuery(string action) + private async Task ShowCommandQueryAsync(string action) { - var actionKeyword = PluginManagerData.Metadata.ActionKeywords.Any() ? PluginManagerData.Metadata.ActionKeywords[0] + " " : String.Empty; - App.API.ChangeQuery($"{actionKeyword}{action} {_plugin.Name}"); - App.API.ShowMainWindow(); + switch (action) + { + case "install": + await PluginInstaller.InstallPluginAndCheckRestartAsync(_newPlugin); + break; + case "uninstall": + await PluginInstaller.UninstallPluginAndCheckRestartAsync(_oldPluginPair.Metadata); + break; + case "update": + await PluginInstaller.UpdatePluginAndCheckRestartAsync(_newPlugin, _oldPluginPair.Metadata); + break; + default: + break; + } } } } diff --git a/Flow.Launcher/ViewModel/PluginViewModel.cs b/Flow.Launcher/ViewModel/PluginViewModel.cs index 01fa3d203..ea222d023 100644 --- a/Flow.Launcher/ViewModel/PluginViewModel.cs +++ b/Flow.Launcher/ViewModel/PluginViewModel.cs @@ -1,5 +1,4 @@ -using System.Linq; -using System.Threading.Tasks; +using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; @@ -32,21 +31,6 @@ namespace Flow.Launcher.ViewModel } } - private static string PluginManagerActionKeyword - { - get - { - var keyword = PluginManager - .GetPluginForId("9f8f9b14-2518-4907-b211-35ab6290dee7") - .Metadata.ActionKeywords.FirstOrDefault(); - return keyword switch - { - null or "*" => string.Empty, - _ => keyword - }; - } - } - private async Task LoadIconAsync() { Image = await App.API.LoadImageAsync(PluginPair.Metadata.IcoPath); @@ -186,10 +170,9 @@ namespace Flow.Launcher.ViewModel } [RelayCommand] - private void OpenDeletePluginWindow() + private async Task OpenDeletePluginWindowAsync() { - App.API.ChangeQuery($"{PluginManagerActionKeyword} uninstall {PluginPair.Metadata.Name}".Trim(), true); - App.API.ShowMainWindow(); + await PluginInstaller.UninstallPluginAndCheckRestartAsync(PluginPair.Metadata); } [RelayCommand] diff --git a/Flow.Launcher/ViewModel/ResultViewModel.cs b/Flow.Launcher/ViewModel/ResultViewModel.cs index 648ac49bb..c58abae28 100644 --- a/Flow.Launcher/ViewModel/ResultViewModel.cs +++ b/Flow.Launcher/ViewModel/ResultViewModel.cs @@ -64,9 +64,6 @@ namespace Flow.Launcher.ViewModel public Settings Settings { get; } - public Visibility ShowOpenResultHotkey => - Settings.ShowOpenResultHotkey ? Visibility.Visible : Visibility.Collapsed; - public Visibility ShowDefaultPreview => Result.PreviewPanel == null ? Visibility.Visible : Visibility.Collapsed; public Visibility ShowCustomizedPreview => Result.PreviewPanel == null ? Visibility.Collapsed : Visibility.Visible; @@ -152,8 +149,6 @@ namespace Flow.Launcher.ViewModel private bool PreviewImageAvailable => !string.IsNullOrEmpty(Result.Preview.PreviewImagePath) || Result.Preview.PreviewDelegate != null; - public string OpenResultModifiers => Settings.OpenResultModifiers; - public string ShowTitleToolTip => string.IsNullOrEmpty(Result.TitleToolTip) ? Result.Title : Result.TitleToolTip; diff --git a/Flow.Launcher/ViewModel/SelectBrowserViewModel.cs b/Flow.Launcher/ViewModel/SelectBrowserViewModel.cs index 1eee6dba5..67bbbd930 100644 --- a/Flow.Launcher/ViewModel/SelectBrowserViewModel.cs +++ b/Flow.Launcher/ViewModel/SelectBrowserViewModel.cs @@ -1,6 +1,5 @@ using System.Collections.ObjectModel; using System.Linq; -using System.Windows; using CommunityToolkit.Mvvm.Input; using Flow.Launcher.Infrastructure.UserSettings; using Flow.Launcher.Plugin; diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml index 4a764bbfa..66e30855f 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml @@ -26,6 +26,6 @@ Wenn Sie nicht Chrome, Firefox oder Edge verwenden oder deren portable Version nutzen, müssen Sie das Lesezeichen-Datenverzeichnis hinzufügen und die richtige Browser-Engine auswählen, damit dieses Plug-in funktioniert. Zum Beispiel: Die Engine von Brave ist Chromium, und deren Standardspeicherort der Lesezeichen-Daten ist: %LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". Bei der Firefox-Engine ist das Lesezeichenverzeichnis der Ordner userdata, der die Datei places.sqlite enthält. - Load favicons (can be time consuming during startup) + Favicons laden (kann während des Starts zeitaufwendig sein) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml index 2dff7543f..9f92d86b1 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml @@ -19,12 +19,12 @@ Ścieżka katalogu danych Dodaj Edytuj - Usu + Usuń Przeglądaj Inne Silnik przeglądarki Jeśli nie używasz Chrome, Firefox lub Edge, lub używasz ich wersji przenośnej, musisz dodać katalog danych zakładek i wybrać poprawny silnik przeglądarki, aby wtyczka działała. Na przykład: silnikiem przeglądarki Brave jest Chromium, a domyślna lokalizacja danych zakładek to: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". W przypadku silnika Firefoksa, katalog zakładek to folder danych użytkownika zawierający plik places.sqlite. - Load favicons (can be time consuming during startup) + Wczytaj ikony ulubionych (może być czasochłonne podczas uruchamiania) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/uk-UA.xaml index b8fd4fb83..07ccc2ea4 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/uk-UA.xaml @@ -25,6 +25,6 @@ Браузерний рушій Якщо ви не використовуєте Chrome, Firefox або Edge, або використовуєте їхні портативні версії, вам потрібно додати каталог даних закладок і вибрати правильний рушій браузера, щоб цей плагін працював. Наприклад: Рушій Brave - Chromium, і за замовчуванням розташування даних закладок: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". Для браузера Firefox директорія закладок - це папка userdata, що містить файл places.sqlite. - Load favicons (can be time consuming during startup) + Завантажити піктограми (може зайняти багато часу під час запуску) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml index d327dcebb..ebdb0ff35 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml @@ -96,8 +96,11 @@ حذف حذف الملف الحالي نهائيًا حذف المجلد الحالي نهائيًا - المسار: - Name: + اسم البرنامج + Type + المسار + ملف + مجلد حذف المحدد تشغيل كمستخدم مختلف تشغيل العنصر المحدد باستخدام حساب مستخدم مختلف diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml index 80e181a8f..38f4f145e 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml @@ -96,8 +96,11 @@ Smazat Trvale odstranit aktuální soubor Trvale smazat aktuální složku - Cesta: - Name: + Jméno + Type + Cesta + Soubor + Složka Odstranit vybraný Spustit jako jiný uživatel Spustí vybranou položku jako uživatel s jiným účtem diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml index 7cbe281d8..8c011814c 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml @@ -96,8 +96,11 @@ Slet Permanently delete current file Permanently delete current folder - Path: - Name: + Name + Type + Path + File + Folder Delete the selected Run as different user Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml index 10700a0ee..1d8c3937a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml @@ -3,8 +3,8 @@ Bitte treffen Sie zuerst eine Auswahl - Please select a folder path. - Please choose a different name or folder path. + Bitte wählen Sie einen Ordnerpfad aus. + Bitte wählen Sie einen anderen Namen oder Ordnerpfad. Bitte wählen Sie einen Ordner-Link aus Sind Sie sicher, dass Sie {0} löschen wollen? Sind Sie sicher, dass Sie diese Datei dauerhaft löschen möchten? @@ -27,14 +27,14 @@ Hinzufügen Allgemeine Einstellung Aktions-Schlüsselwörter individuell anpassen - Customise Quick Access + Schnellzugriff individuell anpassen Schnellzugriff-Links Everyhting-Einstellung Vorschau-Panel Größe Erstellungsdatum Änderungsdatum - File Age + Dateialter Datei-Info anzeigen Datums- und Zeitformat Sortieroption: @@ -44,7 +44,7 @@ Shell-Pfad Indexsuche ausgeschlossene Pfade Ort des Suchergebnisses als Arbeitsverzeichnis der ausführbaren Datei verwenden - Display more information like size and age in tooltips + Mehr Informationen wie Größe und Alter in Tooltips anzeigen Drücken Sie Enter, um Ordner im Default-Dateimanager zu öffnen Indexsuche für Pfadsuche verwenden Indexierungsoptionen @@ -81,23 +81,26 @@ Strg+Enter, um das Verzeichnis zu öffnen Strg+Enter, um den enthaltenden Ordner zu öffnen - {0}{4}Size: {1}{4}Date created: {2}{4}Date modified: {3} + {0}{4}Größe: {1}{4}Erstellungsdatum: {2}{4}Änderunsgdatum: {3} Unbekannt - {0}{3}Space free: {1}{3}Total size: {2} + {0}{3}Platz frei: {1}{3}Größe total: {2} Pfad kopieren Pfad des aktuellen Elements in Zwischenablage kopieren - Copy name - Copy name of current item to clipboard + Name kopieren + Name des aktuellen Elements in Zwischenablage kopieren Kopieren Aktuelle Datei in Zwischenablage kopieren Aktuellen Ordner in Zwischenablage kopieren Löschen Aktuelle Datei dauerhaft löschen Aktuellen Ordner dauerhaft löschen - Pfad: - Name: + Name + Typ + Pfad + Datei + Ordner Ausgewähltes löschen Als anderer Benutzer ausführen Ausgewähltes unter Verwendung eines anderen Benutzerkontos ausführen @@ -164,12 +167,12 @@ Everything-Dienst erfolgreich installiert Der Everything-Dienst konnte nicht automatisch installiert werden. Bitte installieren Sie ihn manuell über https://www.voidtools.com Klicken Sie hier, um es zu starten - Es kann keine Everything-Installation gefuinden werden, möchten Sie einen Ort manuell auswählen?{0}{0}Klicken Sie auf Nein und Everything wird automatisch für Sie installiert + Es kann keine Everything-Installation gefunden werden, möchten Sie einen Ort manuell auswählen?{0}{0}Klicken Sie auf Nein und Everything wird automatisch für Sie installiert Möchten Sie die Inhaltssuche für Everything aktivieren? Es kann sehr langsam sein ohne Index (was nur in Everything v1.5+ unterstützt wird) - Unable to find Everything.exe - Failed to install Everything, please install it manually + Everything.exe kann nicht gefunden werden + Everything konnte nicht installiert werden, bitte installieren Sie es manuell Natives Kontextmenü @@ -178,10 +181,10 @@ Unten können Sie die Elemente angeben, die Sie aus dem Kontextmenü ausschließen möchten. Diese können partiell (z. B. „Stift mit“) oder vollständig („Öffnen mit“) sein. - Today - {0} days ago - 1 month ago - {0} months ago - 1 year ago - {0} years ago + Heute + Vor {0} Tagen + Vor 1 Monat + Vor {0} Monaten + Vor 1 Jahr + Vor {0} Jahren diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml index 4e372adbe..ae541a745 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml @@ -96,8 +96,11 @@ Eliminar Permanently delete current file Permanently delete current folder - Path: - Name: + Name + Type + Ruta + Archivo + Carpeta Delete the selected Run as different user Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml index 4f5977fa1..10ee4a9a4 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml @@ -34,7 +34,7 @@ Tamaño Fecha de creación Fecha de modificación - Edad del archivo + Antigüedad del archivo Mostrar información del archivo Formato de fecha y hora Ordenar por: @@ -44,7 +44,7 @@ Ruta del Shell Rutas excluídas del índice de búsqueda Usar la ubicación de los resultados de búsqueda como directorio de trabajo del ejecutable - Mostrar más información, como tamaño y antigüedad, en los consejos (tooltips) + Mostrar más información, como el tamaño y la antigüedad, en los mensajes emergentes Pulsar Entrar para abrir la carpeta en el administrador de archivos predeterminado Usar búsqueda indexada para buscar rutas Opciones de indexación @@ -96,8 +96,11 @@ Eliminar Elimina permanentemente el archivo actual Elimina permanentemente la carpeta actual - Ruta: - Nombre: + Nombre + Tipo + Ruta + Archivo + Carpeta Elimina el seleccionado Ejecutar como usuario diferente Ejecuta la selección usando una cuenta de usuario diferente diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml index 726fbe7d7..8809004c7 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml @@ -96,8 +96,11 @@ Supprimer Supprimer définitivement le fichier actuel Supprimer définitivement le dossier actuel - Chemin : - Nom : + Nom + Type + Chemin + Fichier + Dossier Supprimer la sélection Exécuter en tant qu'utilisateur différent Exécuter le programme sélectionné en utilisant un autre compte d'utilisateur diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml index 6e955848d..a18a15aad 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml @@ -96,8 +96,11 @@ מחק מחק לצמיתות את הקובץ הנוכחי מחק לצמיתות את התיקייה הנוכחית - נתיב: - שם: + שם + Type + נתיב + קובץ + תיקייה מחק את הפריט שנבחר הפעל כמשתמש אחר הפעל את הפריט שנבחר באמצעות חשבון משתמש אחר diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml index df756e886..3afaf2f25 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml @@ -96,8 +96,11 @@ Cancella Elimina permanentemente il file corrente Elimina definitivamente la cartella corrente - Percorso: - Name: + Nome + Type + Percorso + File + Cartella Elimina il selezionato Esegui come utente differente Esegui la selezione utilizzando un altro account utente diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml index 3d944a2b8..648efe642 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml @@ -96,8 +96,11 @@ 削除 現在のファイルを完全に削除 現在のフォルダーを完全に削除 - Path: - Name: + 名前 + Type + Path + ファイル + フォルダー Delete the selected Run as different user Run the selected using a different user account @@ -138,7 +141,7 @@ Warning: Everything service is not running Error while querying Everything Sort By - Name + 名前 Path サイズ Extension diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml index 27e4aa76a..cf4d8b8ad 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml @@ -96,8 +96,11 @@ 삭제 이 파일을 영구적으로 삭제 이 폴더를 영구적으로 삭제 - 경로: - Name: + Name + Type + Path + 파일 + 폴더 선택 항목을 삭제 다른 유저 권한으로 실행 선택한 사용자 계정으로 실행 diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml index e5ef88959..733136c36 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml @@ -96,8 +96,11 @@ Slett Slett gjeldende fil permanent Slett gjeldende mappe permanent - Sti: - Name: + Navn + Type + Sti + Fil + Mappe Slett valgte Kjør som annen bruker Kjør valgte med en annen brukerkonto diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml index d8178a1f3..c4bfb639d 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml @@ -96,8 +96,11 @@ Verwijder Permanently delete current file Permanently delete current folder - Path: - Name: + Name + Type + Pad + Bestand + Map Delete the selected Run as different user Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml index 5a29fd9ab..ddf56ab37 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml @@ -2,9 +2,9 @@ - Pierw dokonaj wyboru - Please select a folder path. - Please choose a different name or folder path. + Najpierw dokonaj wyboru + Wybierz ścieżkę folderu. + Wybierz inną nazwę lub ścieżkę folderu. Musisz wybrać któryś folder z listy Czy jesteś pewien że chcesz usunąć {0}? Jesteś pewny, że chcesz usunąć ten plik trwale? @@ -27,14 +27,14 @@ Dodaj Ustawienia ogólne Zmień słowa kluczowe akcji - Customise Quick Access + Dostosuj Szybki Dostęp Linki szybkiego dostępu Ustawienia Everything Panel podglądu Rozmiar Data utworzenia Data modyfikacji - File Age + Wiek pliku Wyświetl informacje o pliku Format daty i czasu Opcje sortowania: @@ -44,7 +44,7 @@ Ścieżka powłoki Wykluczone ścieżki indeksu Użyj lokalizacji wyników wyszukiwania jako katalogu roboczego pliku wykonywalnego - Display more information like size and age in tooltips + Wyświetlaj więcej informacji, takich jak rozmiar i wiek w podpowiedziach Naciśnij Enter, aby otworzyć folder w domyślnym menedżerze plików Użyj wyszukiwania indeksowego do przeszukiwania ścieżek Opcje indeksowania @@ -81,23 +81,26 @@ Ctrl + Enter, aby otworzyć folder Ctrl + Enter, aby otworzyć folder zawierający - {0}{4}Size: {1}{4}Date created: {2}{4}Date modified: {3} + {0} {4}Rozmiar: {1} {4}Data utworzenia: {2} {4} Data modyfikacji: {3} Nieznane - {0}{3}Space free: {1}{3}Total size: {2} + {0} {3}Wolna przestrzeń: {1} {3}Rozmiar całkowity: {2} Skopiuj Ścieżkę Kopiuj ścieżkę bieżącego elementu do schowka - Copy name - Copy name of current item to clipboard + Kopiuj nazwę + Kopiuj nazwę bieżącego elementu do schowka Kopiuj Kopiuj bieżący plik do schowka Kopiuj bieżący folder do schowka Usu Trwale usuń bieżący plik Trwale usuń bieżący folder - Ścieżka: - Name: + Nazwa + Type + Ścieżka + Plik + Folder Usuń zaznaczone Uruchom jako inny użytkownik Uruchom wybrane używając innego konta użytkownika @@ -168,8 +171,8 @@ Czy chcesz włączyć wyszukiwanie zawartości dla programu Everything? Może działać bardzo wolno bez indeksu (który jest obsługiwany tylko w Everything w wersji 1.5 i nowszych) - Unable to find Everything.exe - Failed to install Everything, please install it manually + Nie znaleziono pliku Everything.exe + Błąd instalacji Everything, zainstaluj aplikację samodzielnie Natywne menu kontekstowe @@ -178,10 +181,10 @@ Poniżej możesz określić elementy, które chcesz wykluczyć z menu kontekstowego. Mogą być one częściowe (np. "otw w") lub pełne ("Otwórz za pomocą"). - Today - {0} days ago - 1 month ago - {0} months ago - 1 year ago - {0} years ago + Dzisiaj + {0} dni wcześniej + 1 miesiąc wcześniej + {0} miesięcy wcześniej + 1 rok temu + {0} lat temu diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml index 5785a5616..d0a260290 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml @@ -96,8 +96,11 @@ Apagar Permanently delete current file Permanently delete current folder - Caminho: - Name: + Nome + Type + Path + Arquivo + Pasta Delete the selected Run as different user Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml index 5db8251e2..98a77d06a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml @@ -96,8 +96,11 @@ Eliminar Eliminar permanentemente o ficheiro atual Eliminar permanentemente a pasta atual - Caminho: - Nome: + Nome + Tipo + Caminho + Ficheiro + Pasta Eliminar seleção Executar com outro utilizador Executar ações com uma conta de utilizador diferente diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml index 35bd1d87d..44a3a9b65 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml @@ -96,8 +96,11 @@ Удалить Permanently delete current file Permanently delete current folder - Путь: - Name: + Name + Type + Path + Файл + Папка Delete the selected Запустить от имени другого пользователя Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml index 1323d6ae0..7c3f5deff 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml @@ -96,8 +96,11 @@ Odstrániť Natrvalo odstrániť aktuálny súbor Natrvalo odstrániť aktuálny priečinok - Cesta: - Názov: + Názov + Typ + Cesta + Súbor + Priečinok Odstrániť vybraný Spustiť ako iný používateľ Spustí vybranú položku ako používateľ s iným kontom diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml index 6af550884..4df64e4d5 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml @@ -96,8 +96,11 @@ Obriši Permanently delete current file Permanently delete current folder - Path: - Name: + Name + Type + Path + File + Folder Delete the selected Run as different user Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml index 44674952b..ed327e1bc 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml @@ -96,8 +96,11 @@ Sil Mevcut dosyayı kalıcı olarak sil Mevcut klasörü kalıcı olarak sil - Yol: - Name: + Name + Type + Path + Dosya + Klasör Seçileni sil Başka bir kullanıcı olarak çalıştır Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml index b203687e9..38829112c 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml @@ -3,8 +3,8 @@ Будь ласка, спочатку зробіть вибір - Please select a folder path. - Please choose a different name or folder path. + Виберіть шлях до теки. + Виберіть інше ім'я або шлях до теки. Будь ласка, оберіть посилання на теку Ви впевнені, що хочете видалити {0}? Ви впевнені, що хочете назавжди видалити цей файл? @@ -27,14 +27,14 @@ Додати Загальні налаштування Налаштувати ключові слова дії - Customise Quick Access + Налаштування швидкого доступу Посилання швидкого доступу Налаштування Everything Панель поперегляду Розмір Дата створення Дата останньої зміни - File Age + Дата створення Показати інформацію про файл Формат дати й часу Варіант сортування: @@ -44,7 +44,7 @@ Шлях до оболонки Shell Виключені шляхи індексного пошуку Використовувати розташування результату пошуку як робочу директорію виконуваного файлу - Display more information like size and age in tooltips + Показувати більше інформації, наприклад розмір і дату створення, у підказках Натисніть Enter, щоб відкрити папку у файловому менеджері за замовчуванням Використовуйте індексний пошук для пошуку шляху Параметри індексації @@ -81,23 +81,26 @@ Ctrl + Enter, щоб відкрити каталог Ctrl + Enter, щоб відкрити відповідну папку - {0}{4}Size: {1}{4}Date created: {2}{4}Date modified: {3} + {0}{4}Розмір: {1}{4}Дата створення: {2}{4}Дата змінення: {3} Невідомо - {0}{3}Space free: {1}{3}Total size: {2} + {0}{3}Вільного місця: {1}{3}Загальний розмір: {2} Копіювати шлях Копіювати шлях до поточного елемента в буфер обміну - Copy name - Copy name of current item to clipboard + Копіювати назву + Скопіювати назву поточного елемента в буфер обміну Копіювати Копіювання поточного файлу в буфер обміну Копіювати поточну папку в буфер обміну Видалити Безповоротно видалити поточний файл Назавжди видалити поточну папку - Шлях: - Name: + Назва + Тип + Шлях + Файл + Тека Видалити вибране Запустити від імені іншого користувача Запустити вибране під обліковим записом іншого користувача @@ -156,7 +159,7 @@ Попередження: Це не швидке сортування, пошук може бути повільним Шукати повний шлях - Enable File/Folder Run Count + Увімкнути підрахунок запусків файлів / тек Натисніть, щоб запустити або встановити Everything Встановлення програми Everything @@ -168,20 +171,20 @@ Бажаєте увімкнути пошук контенту для Everything? Без індексу (який підтримується лише у версії Everything v1.5+) воно може працювати дуже повільно - Unable to find Everything.exe - Failed to install Everything, please install it manually + Не вдалося знайти Everything.exe + Не вдалося встановити Everything, встановіть його вручну Рідне контекстне меню Відображати рідне контекстне меню (експериментально) Нижче ви можете вказати елементи, які хочете включити до контекстного меню, вони можуть бути частковими (наприклад, «шир пера») або повними («Відкрити за допомогою»). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). + Нижче ви можете вказати елементи, які ви хочете виключити з контекстного меню. Вони можуть бути частковими (наприклад, «pen wit») або повними («Відкрити за допомогою»). - Today - {0} days ago - 1 month ago - {0} months ago - 1 year ago - {0} years ago + Сьогодні + {0} дн. тому + Місяць тому + {0} міс. тому + Рік тому + {0} р. тому diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml index f41276a67..de6f9a6a4 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml @@ -96,8 +96,11 @@ Xóa Permanently delete current file Permanently delete current folder - Đường dẫn: - Name: + Tên + Type + Path + Ngày tháng + Thư Mục Xóa đã chọn Xóa lựa chọn đã chọn Chạy phần đã chọn bằng tài khoản người dùng khác diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml index 9bce72062..79d8fc66d 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml @@ -96,8 +96,11 @@ 删除 永久删除当前文件 永久删除当前文件夹 - 路径: - 名称: + 名称 + 类型 + 路径 + 文件 + 目录 删除所选内容 以其他用户身份运行 使用其他用户帐户运行所选内容 diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml index 931c9de29..c4e22066d 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml @@ -96,8 +96,11 @@ 刪除 Permanently delete current file Permanently delete current folder - 路徑: - Name: + 名稱 + Type + 路徑 + 檔案 + 資料夾 刪除所選內容 Run as different user Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml index 22aa8f597..2b03bdc20 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml @@ -1,4 +1,4 @@ - - + @@ -47,7 +44,7 @@ TextWrapping="Wrap" /> - + - - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - - - + + + diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ar.xaml index 6fb809d90..8a75cde72 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ar.xaml @@ -43,10 +43,15 @@ تم تحديث الإضافة {0} بنجاح. يرجى إعادة تشغيل Flow. تم تحديث {0} إضافات بنجاح. يرجى إعادة تشغيل Flow. تم تعديل الإضافة {0} بالفعل. يرجى إعادة تشغيل Flow قبل إجراء أي تغييرات أخرى. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} مدير الإضافات - إدارة تثبيت وإلغاء تثبيت أو تحديث إضافات Flow Launcher + Install, uninstall or update Flow Launcher plugins via the search window مؤلف غير معروف @@ -61,5 +66,5 @@ تحذير التثبيت من مصدر غير معروف - إعادة تشغيل Flow Launcher تلقائيًا بعد تثبيت/إلغاء تثبيت/تحديث الإضافات + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/cs.xaml index d47e1814b..5ca1700d4 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/cs.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Správce pluginů - Správa instalace, odinstalace nebo aktualizace pluginů Flow Launcheru + Install, uninstall or update Flow Launcher plugins via the search window Neznámý autor @@ -61,5 +66,5 @@ Upozornění na instalaci z neznámého zdroje - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/da.xaml index 616ce779b..a5d0231ce 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/da.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Unknown Author @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml index 47ea31cce..c7ef77801 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml @@ -43,10 +43,15 @@ Plug-in {0} erfolgreich aktualisiert. Bitte starten Sie Flow neu. {0} Plug-ins erfolgreich aktualisiert. Bitte starten Sie Flow neu. Plug-in {0} ist bereits modifiziert worden. Bitte starten Sie Flow neu, bevor Sie irgendwelche weitere Änderungen vornehmen. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plug-ins-Manager - Verwaltung der Installation, Deinstallation oder Aktualisierung der Plug-ins von Flow Launcher + Install, uninstall or update Flow Launcher plugins via the search window Unbekannter Autor @@ -61,5 +66,5 @@ Warnung vor Installation aus unbekannter Quelle - Automatischer Neustart von Flow Launcher nach Installation/Deinstallation/Aktualisierung von Plug-ins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml index 573ca9051..fa2e65240 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml @@ -45,10 +45,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Unknown Author @@ -63,5 +68,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es-419.xaml index 616ce779b..a5d0231ce 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es-419.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Unknown Author @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es.xaml index b0f25f3ea..b6a3a6cbc 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es.xaml @@ -43,10 +43,15 @@ Complemento {0} actualizado correctamente. Por favor, reinicie Flow. {0} complementos se han actualizado correctamente. Por favor, reinicie Flow. El complemento {0} ya ha sido modificado. Por favor, reinicie Flow antes de realizar más cambios. + {0} ya está modificado + Reiniciar Flow antes de realizar más cambios + + Archivo de instalación zip no válido + Por favor, compruebe si hay un plugin.json en {0} Administrador de complementos - Administración de instalación, desinstalación o actualización de los complementos de Flow Launcher + Instalar, desinstalar o actualizar complementos de Flow Launcher desde la ventana de búsqueda Autor desconocido @@ -61,5 +66,5 @@ Aviso de instalación desde fuentes desconocidas - Reiniciar automáticamente Flow Launcher después de instalar/desinstalar/actualizar complementos + Reiniciar Flow Launcher automáticamente después de instalar/desinstalar/actualizar el complemento a través del Administrador de complementos diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/fr.xaml index 3142ef86d..c95c97231 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/fr.xaml @@ -43,10 +43,15 @@ Plugin {0} mis à jour avec succès. Veuillez redémarrer Flow. {0} plugins mis à jour avec succès. Veuillez redémarrer Flow. Le plugin {0} a déjà été modifié. Veuillez redémarrer Flow avant de faire d'autres modifications. + {0} est déjà modifié + Veuillez redémarrer Flow avant d'apporter d'autres modifications + + Fichier d'installation zip invalide + Veuillez vérifier s'il y a un plugin.json dans {0} Gestionnaire de plugins - Gestion de l'installation, de la désinstallation ou de la mise à jour des plugins Flow Launcher + Installer, désinstaller ou mettre à jour les plugins Flow Launcher via la fenêtre de recherche Auteur inconnu @@ -61,5 +66,5 @@ Avertissement d'installation à partir d'une source inconnue - Redémarrer automatiquement Flow Launcher après l'installation/désinstallation/mise à jour des plugins + Redémarrer Flow Launcher automatiquement après l'installation/désinstallation/mise à jour du plugin via le gestionnaire de plugins diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/he.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/he.xaml index 8c7f0cf02..3fe7fd968 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/he.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/he.xaml @@ -43,10 +43,15 @@ התוסף {0} עודכן בהצלחה. נא הפעל מחדש את Flow. {0} תוספים עודכנו בהצלחה. נא הפעל מחדש את Flow. התוסף {0} כבר השתנה. נא הפעל מחדש את Flow לפני ביצוע שינויים נוספים. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} מנהל תוספים - ניהול התקנה, הסרה או עדכון של תוספים עבור Flow Launcher + Install, uninstall or update Flow Launcher plugins via the search window מחבר לא ידוע @@ -61,5 +66,5 @@ אזהרה בעת התקנה ממקור לא ידוע - הפעל מחדש את Flow Launcher באופן אוטומטי לאחר התקנה/הסרה/עדכון של תוספים + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/it.xaml index d154e59dc..3ccefa2db 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/it.xaml @@ -43,10 +43,15 @@ Il plugin {0} aggiornato con successo. Riavviare Flow. {0} plugin aggiornato con successo. Riavviare Flow. Il plugin {0} è già stato modificato. Riavviare Flow prima di fare altre modifiche. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Gestore dei plugin - Gestione dell'installazione, disinstallazione o aggiornamento dei plugin di Flow Launcher + Install, uninstall or update Flow Launcher plugins via the search window Autore Sconosciuto @@ -61,5 +66,5 @@ Avviso di installazione da sorgenti sconosciute - Riavvia automaticamente Flow Launcher dopo l'installazione/disinstallazione/aggiornamento dei plugin + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ja.xaml index 616ce779b..d62f0f61b 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ja.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Unknown Author @@ -60,6 +65,6 @@ Visit the PluginsManifest repository to see community-made plugin submissions - Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + 不明な提供元からインストールするとき警告する + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ko.xaml index f6f46448d..8c15f27ad 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ko.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} 플러그인 관리자 - 플러그인의 설치/삭제/업데이트를 관리하는 플러그인 + Install, uninstall or update Flow Launcher plugins via the search window 알수없는 제작자 @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nb.xaml index b0fd2d10a..bccd55459 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nb.xaml @@ -43,10 +43,15 @@ Programtillegg {0} oppdatert. Vennligst restart Flow. {0} programtillegg oppdatert. Start Flow på nytt. Programtillegg {0} er allerede endret. Start Flow på nytt før nye endringer foretas. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Programtilleggsbehandling - Administrasjon av installasjon, avinstallere eller oppdatere Flow Launcher programtillegg + Install, uninstall or update Flow Launcher plugins via the search window Ukjent utvikler @@ -61,5 +66,5 @@ Advarsel om installering fra ukjent kilde - Start Flow Launcher automatisk på nytt etter installasjon/avinstallering/oppdatering av programtillegg + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nl.xaml index 616ce779b..a5d0231ce 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/nl.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Unknown Author @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pl.xaml index 187900931..3124cc634 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pl.xaml @@ -43,10 +43,15 @@ Wtyczka {0} została pomyślnie zaktualizowana. Proszę ponownie uruchomić Flow. {0} wtyczek zaktualizowano pomyślnie. Proszę ponownie uruchomić Flow. Wtyczka {0} została już zmodyfikowana. Proszę ponownie uruchomić Flow przed wprowadzeniem dalszych zmian. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Menadżer wtyczek - Zarządzanie instalowaniem, odinstalowywaniem i aktualizowaniem wtyczek Flow Launcher + Install, uninstall or update Flow Launcher plugins via the search window Nieznany autor @@ -61,5 +66,5 @@ Ostrzeżenie o instalacji z nieznanego źródła - Automatycznie uruchom ponownie Flow Launcher po zainstalowaniu/odinstalowaniu/zaktualizowaniu wtyczek + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pt-br.xaml index 179bcab97..2407d5b6e 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pt-br.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Unknown Author @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pt-pt.xaml index 01535c689..40cfc8253 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pt-pt.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/pt-pt.xaml @@ -43,10 +43,15 @@ Plugin {0} atualizado com sucesso. Por favor, reinicie o Flow Launcher. {0} plugins atualizados com sucesso. Deve reiniciar Flow Launcher. O plugin {0} foi modificado. Por favor, reinicie o Flow Launcher antes de fazer mais alterações. + {0} já modificado + Reinicie Flow Launcher antes de fazer mais alterações + + Ficheiro Zip inválido + Verifique se existe o ficheiro "plugin.json" em {0} Gestor de plugins - Módulo para instalar, desinstalar e atualizar os plugins do Flow Launcher + Instalar, desinstalar ou atualizar plugins do Flow Launcher através da janela de pesquisa Autor desconhecido @@ -61,5 +66,5 @@ Aviso ao instalar de fontes desconhecidas - Reiniciar automaticamente após instalar/desinstalar/atualizar plugins + Reiniciar Flow Launcher após instalar/desinstalar/atualizar um plugin via Gestor de plugins diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ru.xaml index 5b0a379b5..18913c7c6 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/ru.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Автор неизвестен @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sk.xaml index 5529b2fc1..f788c9ce3 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sk.xaml @@ -43,10 +43,15 @@ Plugin {0} bol úspešne aktualizovaný. Prosím, reštartuje Flow. Pluginy úspešne aktualizované ({0}). Reštartuje Flow. Plugin {0} už bol upravený. Prosím, reštartuje Flow pred ďalšími zmenami. + Plugin {0} už bol upravený + Pred vykonaním ďalších zmien reštartujte Flow Launcher + + Neplatný inštalačný súbor zip + Skontrolujte, či sa v {0} nachádza plugin.json Správca pluginov - Správa inštalácie, odinštalácie alebo aktualizácie pluginov programu Flow Launcher + Inštalovať, odinštalovať alebo aktualizovať pluginy Flow Launchera cez vyhľadávacie okno Neznámy autor @@ -61,5 +66,5 @@ Upozornenie na inštaláciu z neznámeho zdroja - Automaticky reštartovať Flow Launcher po inštalácií/odinštalácii/aktualizáciu pluginov + Automaticky reštartovať Flow Launcher po inštalácii/odinštalácii/aktualizáciu pluginu cez Správcu pluginov diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sr.xaml index 616ce779b..a5d0231ce 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sr.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Unknown Author @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml index 14f2e1309..ed9aaf4b3 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Plugins Manager - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window Bilinmeyen Yazar @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/uk-UA.xaml index 3d2b50a78..e07f417c7 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/uk-UA.xaml @@ -13,8 +13,8 @@ Встановлення плагіна Завантажити та встановити {0} Видалення плагіна - Keep plugin settings - Do you want to keep the settings of the plugin for the next usage? + Зберегти налаштування плагіну + Хочете зберегти налаштування плагіну для наступного використання? Plugin successfully installed. Restarting Flow, please wait... Не вдалося знайти файл метаданих plugin.json у розпакованому zip-архіві. Помилка: Плагін, який має ідентичну або новішу версію з {0}, вже існує. @@ -43,10 +43,15 @@ Плагін {0} успішно оновлено. Будь ласка, перезапустіть Flow. {0} плагіни успішно оновлено. Будь ласка, перезапустіть Flow. Плагін {0} вже було змінено. Будь ласка, перезапустіть Flow, перш ніж вносити будь-які подальші зміни. + {0} вже змінено + Перезапустіть Flow перед тим, як вносити будь-які подальші зміни. + + Неправильний встановлюваний zip-файл + Перевірте, чи є файл plugin.json у {0}. Менеджер плагінів - Керування встановленням, видаленням або оновленням плагінів Flow Launcher + Встановити, видалити або оновити плагіни Flow Launcher через вікно пошуку. Невідомий автор @@ -61,5 +66,5 @@ Попередження про встановлення з невідомого джерела - Автоматичний перезапуск Flow Launcher після встановлення/видалення/оновлення плагінів + Автоматично перезапускати Flow Launcher після встановлення / видалення / оновлення плагіну за допомогою Менеджера плагінів diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/vi.xaml index 3f9315d60..1a2a5c93a 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/vi.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} Trình quản lý plugin - Quản lý cài đặt, gỡ cài đặt hoặc cập nhật plugin Flow Launcher + Install, uninstall or update Flow Launcher plugins via the search window Không rõ tác giả @@ -61,5 +66,5 @@ Cảnh báo cài đặt từ nguồn không xác định - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/zh-cn.xaml index 1a4199965..446609850 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/zh-cn.xaml @@ -43,10 +43,15 @@ 成功更新插件{0}。请重新启动 Flow Launcher。 插件 {0} 更新成功。请重新启动 Flow Launcher。 插件 {0} 已被修改。请在进行任何进一步更改之前重新启动Flow。 + {0} 已被修改 + 请在进行任何进一步更改之前重新启动 Flow + + 无效的 zip 安装程序文件 + 请检查 {0} 中是否有plugin.json 插件管理 - 安装,卸载或更新 Flow Launcher 插件 + 通过搜索窗口安装、卸载或更新 Flow Launcher 插件 未知作者 @@ -61,5 +66,5 @@ 未知源安装警告 - 安装/卸载/更新插件后自动重启 Flow Launcher + 通过插件管理器安装/卸载/更新插件后自动重启 Flow Launcher diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/zh-tw.xaml index f16feb050..ddd24d0ed 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/zh-tw.xaml @@ -43,10 +43,15 @@ Plugin {0} successfully updated. Please restart Flow. {0} plugins successfully updated. Please restart Flow. Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} 擴充功能管理 - Management of installing, uninstalling or updating Flow Launcher plugins + Install, uninstall or update Flow Launcher plugins via the search window 未知的作者 @@ -61,5 +66,5 @@ Install from unknown source warning - Automatically restart Flow Launcher after installing/uninstalling/updating plugins + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs b/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs index 25182f6d3..efbe8d7ba 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs @@ -114,6 +114,14 @@ namespace Flow.Launcher.Plugin.PluginsManager return; } + if (Context.API.PluginModified(plugin.ID)) + { + Context.API.ShowMsgError( + string.Format(Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error_title"), plugin.Name), + Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error_message")); + return; + } + string message; if (Settings.AutoRestartAfterChanging) { @@ -158,7 +166,8 @@ namespace Flow.Launcher.Plugin.PluginsManager if (cts.IsCancellationRequested) return; else - Install(plugin, filePath); + if (!Install(plugin, filePath)) + return; } catch (HttpRequestException e) { @@ -196,7 +205,7 @@ namespace Flow.Launcher.Plugin.PluginsManager } } - private async Task DownloadFileAsync(string prgBoxTitle, string downloadUrl, string filePath, CancellationTokenSource cts, bool deleteFile = true, bool showProgress = true) + private async Task DownloadFileAsync(string progressBoxTitle, string downloadUrl, string filePath, CancellationTokenSource cts, bool deleteFile = true, bool showProgress = true) { if (deleteFile && File.Exists(filePath)) File.Delete(filePath); @@ -204,12 +213,12 @@ namespace Flow.Launcher.Plugin.PluginsManager if (showProgress) { var exceptionHappened = false; - await Context.API.ShowProgressBoxAsync(prgBoxTitle, + await Context.API.ShowProgressBoxAsync(progressBoxTitle, async (reportProgress) => { if (reportProgress == null) { - // when reportProgress is null, it means there is expcetion with the progress box + // when reportProgress is null, it means there is exception with the progress box // so we record it with exceptionHappened and return so that progress box will close instantly exceptionHappened = true; return; @@ -242,6 +251,18 @@ namespace Flow.Launcher.Plugin.PluginsManager if (FilesFolders.IsZipFilePath(search, checkFileExists: true)) { pluginFromLocalPath = Utilities.GetPluginInfoFromZip(search); + + if (pluginFromLocalPath == null) return new List + { + new() + { + Title = Context.API.GetTranslation("plugin_pluginsmanager_invalid_zip_title"), + SubTitle = string.Format(Context.API.GetTranslation("plugin_pluginsmanager_invalid_zip_subtitle"), + search), + IcoPath = icoPath + } + }; + pluginFromLocalPath.LocalInstallPath = search; updateFromLocalPath = true; } @@ -261,6 +282,7 @@ namespace Flow.Launcher.Plugin.PluginsManager select new { + existingPlugin.Metadata.ID, pluginUpdateSource.Name, pluginUpdateSource.Author, CurrentVersion = existingPlugin.Metadata.Version, @@ -290,6 +312,14 @@ namespace Flow.Launcher.Plugin.PluginsManager IcoPath = x.IcoPath, Action = e => { + if (Context.API.PluginModified(x.ID)) + { + Context.API.ShowMsgError( + string.Format(Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error_title"), x.Name), + Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error_message")); + return false; + } + string message; if (Settings.AutoRestartAfterChanging) { @@ -340,8 +370,11 @@ namespace Flow.Launcher.Plugin.PluginsManager } else { - await Context.API.UpdatePluginAsync(x.PluginExistingMetadata, x.PluginNewUserPlugin, - downloadToFilePath); + if (!await Context.API.UpdatePluginAsync(x.PluginExistingMetadata, x.PluginNewUserPlugin, + downloadToFilePath)) + { + return; + } if (Settings.AutoRestartAfterChanging) { @@ -406,6 +439,14 @@ namespace Flow.Launcher.Plugin.PluginsManager IcoPath = icoPath, AsyncAction = async e => { + if (resultsForUpdate.All(x => Context.API.PluginModified(x.ID))) + { + Context.API.ShowMsgError(Context.API.GetTranslation("plugin_pluginsmanager_install_error_title"), + string.Format(Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error"), + string.Join(" ", resultsForUpdate.Select(x => x.Name)))); + return false; + } + string message; if (Settings.AutoRestartAfterChanging) { @@ -427,6 +468,7 @@ namespace Flow.Launcher.Plugin.PluginsManager return false; } + var anyPluginSuccess = false; await Task.WhenAll(resultsForUpdate.Select(async plugin => { var downloadToFilePath = Path.Combine(Path.GetTempPath(), @@ -444,8 +486,11 @@ namespace Flow.Launcher.Plugin.PluginsManager if (cts.IsCancellationRequested) return; else - await Context.API.UpdatePluginAsync(plugin.PluginExistingMetadata, plugin.PluginNewUserPlugin, - downloadToFilePath); + if (!await Context.API.UpdatePluginAsync(plugin.PluginExistingMetadata, plugin.PluginNewUserPlugin, + downloadToFilePath)) + return; + + anyPluginSuccess = true; } catch (Exception ex) { @@ -458,6 +503,8 @@ namespace Flow.Launcher.Plugin.PluginsManager } })); + if (!anyPluginSuccess) return false; + if (Settings.AutoRestartAfterChanging) { Context.API.ShowMsg(Context.API.GetTranslation("plugin_pluginsmanager_update_title"), @@ -559,6 +606,20 @@ namespace Flow.Launcher.Plugin.PluginsManager { var plugin = Utilities.GetPluginInfoFromZip(localPath); + if (plugin == null) + { + return new List + { + new() + { + Title = Context.API.GetTranslation("plugin_pluginsmanager_invalid_zip_title"), + SubTitle = string.Format(Context.API.GetTranslation("plugin_pluginsmanager_invalid_zip_subtitle"), + localPath), + IcoPath = icoPath + } + }; + } + plugin.LocalInstallPath = localPath; return new List @@ -600,14 +661,17 @@ namespace Flow.Launcher.Plugin.PluginsManager return false; var author = pieces[3]; + var acceptedHost = "github.com"; var acceptedSource = "https://github.com"; var constructedUrlPart = string.Format("{0}/{1}/", acceptedSource, author); - return url.StartsWith(acceptedSource) && - Context.API.GetAllPlugins().Any(x => - !string.IsNullOrEmpty(x.Metadata.Website) && - x.Metadata.Website.StartsWith(constructedUrlPart) - ); + if (!Uri.TryCreate(url, UriKind.Absolute, out var uri) || uri.Host != acceptedHost) + return false; + + return Context.API.GetAllPlugins().Any(x => + !string.IsNullOrEmpty(x.Metadata.Website) && + x.Metadata.Website.StartsWith(constructedUrlPart) + ); } internal async ValueTask> RequestInstallOrUpdateAsync(string search, CancellationToken token, @@ -649,7 +713,7 @@ namespace Flow.Launcher.Plugin.PluginsManager return Search(results, search); } - private void Install(UserPlugin plugin, string downloadedFilePath) + private bool Install(UserPlugin plugin, string downloadedFilePath) { if (!File.Exists(downloadedFilePath)) throw new FileNotFoundException($"Plugin {plugin.ID} zip file not found at {downloadedFilePath}", @@ -657,10 +721,13 @@ namespace Flow.Launcher.Plugin.PluginsManager try { - Context.API.InstallPlugin(plugin, downloadedFilePath); + if (!Context.API.InstallPlugin(plugin, downloadedFilePath)) + return false; if (!plugin.IsFromLocalInstallPath) File.Delete(downloadedFilePath); + + return true; } catch (FileNotFoundException e) { @@ -682,6 +749,8 @@ namespace Flow.Launcher.Plugin.PluginsManager plugin.Name)); Context.API.LogException(ClassName, e.Message, e); } + + return false; } internal List RequestUninstall(string search) @@ -696,6 +765,14 @@ namespace Flow.Launcher.Plugin.PluginsManager IcoPath = x.Metadata.IcoPath, AsyncAction = async e => { + if (Context.API.PluginModified(x.Metadata.ID)) + { + Context.API.ShowMsgError( + string.Format(Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error_title"), x.Metadata.Name), + Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error_message")); + return false; + } + string message; if (Settings.AutoRestartAfterChanging) { @@ -717,7 +794,10 @@ namespace Flow.Launcher.Plugin.PluginsManager MessageBoxButton.YesNo) == MessageBoxResult.Yes) { Context.API.HideMainWindow(); - await UninstallAsync(x.Metadata); + if (!await UninstallAsync(x.Metadata)) + { + return false; + } if (Settings.AutoRestartAfterChanging) { Context.API.RestartApp(); @@ -742,7 +822,7 @@ namespace Flow.Launcher.Plugin.PluginsManager return Search(results, search); } - private async Task UninstallAsync(PluginMetadata plugin) + private async Task UninstallAsync(PluginMetadata plugin) { try { @@ -750,13 +830,14 @@ namespace Flow.Launcher.Plugin.PluginsManager Context.API.GetTranslation("plugin_pluginsmanager_keep_plugin_settings_subtitle"), Context.API.GetTranslation("plugin_pluginsmanager_keep_plugin_settings_title"), button: MessageBoxButton.YesNo) == MessageBoxResult.No; - await Context.API.UninstallPluginAsync(plugin, removePluginSettings); + return await Context.API.UninstallPluginAsync(plugin, removePluginSettings); } catch (ArgumentException e) { Context.API.LogException(ClassName, e.Message, e); Context.API.ShowMsgError(Context.API.GetTranslation("plugin_pluginsmanager_uninstall_error_title"), - Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error")); + string.Format(Context.API.GetTranslation("plugin_pluginsmanager_plugin_modified_error"), plugin.Name)); + return false; } } } diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Utilities.cs b/Plugins/Flow.Launcher.Plugin.PluginsManager/Utilities.cs index 4bb78f6ff..d76ce40c4 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Utilities.cs +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Utilities.cs @@ -65,9 +65,7 @@ namespace Flow.Launcher.Plugin.PluginsManager using (ZipArchive archive = System.IO.Compression.ZipFile.OpenRead(filePath)) { - var pluginJsonPath = archive.Entries.FirstOrDefault(x => x.Name == "plugin.json").ToString(); - ZipArchiveEntry pluginJsonEntry = archive.GetEntry(pluginJsonPath); - + var pluginJsonEntry = archive.Entries.FirstOrDefault(x => x.Name == "plugin.json"); if (pluginJsonEntry != null) { using Stream stream = pluginJsonEntry.Open(); diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json b/Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json index 327011ac3..949e9e9db 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json @@ -4,7 +4,7 @@ "pm" ], "Name": "Plugins Manager", - "Description": "Management of installing, uninstalling or updating Flow Launcher plugins", + "Description": "Install, uninstall or update Flow Launcher plugins via the search window", "Author": "Jeremy Wu", "Version": "1.0.0", "Language": "csharp", diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/pl.xaml index 7e59db5ec..1d7ff227b 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/pl.xaml @@ -8,7 +8,7 @@ zamknij {0} procesów zamknij wszystkie instancje - Show title for processes with visible windows - Put processes with visible windows on the top + Pokaż tytuł dla procesów z widocznymi oknami + Umieść procesy z widocznymi oknami na górze diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/uk-UA.xaml index 56004028b..6d2086abc 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/uk-UA.xaml @@ -8,7 +8,7 @@ вбити {0} процесів вбити всі екземпляри - Show title for processes with visible windows - Put processes with visible windows on the top + Показувати назву процесів із видимими вікнами + Помістити процеси з видимими вікнами у верхній частині diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/de.xaml index 7919ae7cb..cf716a153 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/de.xaml @@ -46,8 +46,8 @@ Bitte wählen Sie eine Programmquelle aus Sind Sie sicher, dass Sie die ausgewählten Programmquellen löschen wollen? - Please select program sources that are not added by you - Please select program sources that are added by you + Bitte wählen Sie die Programmquellen aus, die nicht von Ihnen hinzugefügt werden + Bitte wählen Sie die Programmquellen aus, die von Ihnen hinzugefügt werden Eine andere Programmquelle mit dem gleichen Ort ist bereits vorhanden. Programmquelle @@ -76,7 +76,7 @@ Als anderer Benutzer ausführen Als Administrator ausführen Enthaltenden Ordner öffnen - Hide + Ausblenden Zielordner öffnen Programm diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/ja.xaml index 4a1d815ec..0134627c5 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/ja.xaml @@ -6,14 +6,14 @@ 削除 編集 追加 - Name + 名前 有効 Enabled 無効 Status Enabled Disabled - Location + 場所 All Programs File Type Reindex diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml index 290954d5f..29158b2ce 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml @@ -34,8 +34,8 @@ Приховує програми з поширеними назвами деінсталяторів, наприклад, unins000.exe Пошук в описі програми Flow буде шукати опис програми - Hide duplicated apps - Hide duplicated Win32 programs that are already in the UWP list + Приховати дублікати застосунків + Приховати дублікати програми Win32, які вже є в списку UWP Суфікси Максимальна глибина @@ -46,8 +46,8 @@ Будь ласка, виберіть джерело програми Ви впевнені, що хочете видалити вибрані джерела програм? - Please select program sources that are not added by you - Please select program sources that are added by you + Виберіть джерела програм, які не були додані вами. + Виберіть джерела програм, які були додані вами. Інше програмне джерело з тим самим розташуванням вже існує. Вихідний код програми @@ -76,7 +76,7 @@ Запустити від імені іншого користувача Запустити від імені адміністратора Відкрити папку - Hide + Приховати Відкрити цільову папку Програма @@ -86,7 +86,7 @@ Кастомізований провідник Аргументи - You can customize the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available. + Ви можете налаштувати провідник, який використовується для відкриття теки контейнера, ввівши змінну середовища провідника, який ви хочете використовувати. Буде корисно використовувати CMD, аби перевірити, чи доступна змінна середовища. Введіть спеціальні аргументи, які ви хочете додати до вашого провідника. %s для батьківського каталогу, %f для повного шляху (працює лише для win32). Докладнішу інформацію можна знайти на веб-сайті провідника. diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWPPackage.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWPPackage.cs index cb33250e1..c2f4574a9 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWPPackage.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWPPackage.cs @@ -290,12 +290,13 @@ namespace Flow.Launcher.Plugin.Program.Programs } private static readonly Channel PackageChangeChannel = Channel.CreateBounded(1); + private static PackageCatalog? catalog; public static async Task WatchPackageChangeAsync() { if (Environment.OSVersion.Version.Major >= 10) { - var catalog = PackageCatalog.OpenForCurrentUser(); + catalog ??= PackageCatalog.OpenForCurrentUser(); catalog.PackageInstalling += (_, args) => { if (args.IsComplete) diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml index d209cb739..d47474784 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml @@ -6,7 +6,7 @@ Натисніть будь-яку клавішу, щоб закрити це вікно... Не закривати командний рядок після виконання команди Завжди запускати від імені адміністратора - Use Windows Terminal + Використовувати Термінал Windows Запустити від імені іншого користувача Shell Дозволяє виконувати системні команди з Flow Launcher diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Main.cs b/Plugins/Flow.Launcher.Plugin.Shell/Main.cs index d0add9f31..a51aadec7 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Shell/Main.cs @@ -194,10 +194,13 @@ namespace Flow.Launcher.Plugin.Shell var workingDirectory = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); var runAsAdministratorArg = !runAsAdministrator && !_settings.RunAsAdministrator ? "" : "runas"; - ProcessStartInfo info = new() + var info = new ProcessStartInfo() { - Verb = runAsAdministratorArg, WorkingDirectory = workingDirectory, + Verb = runAsAdministratorArg, + WorkingDirectory = workingDirectory, }; + var notifyStr = Context.API.GetTranslation("flowlauncher_plugin_cmd_press_any_key_to_close"); + var addedCharacter = _settings.UseWindowsTerminal ? "\\" : ""; switch (_settings.Shell) { case Shell.Cmd: @@ -211,8 +214,19 @@ namespace Flow.Launcher.Plugin.Shell { info.FileName = "cmd.exe"; } - - info.ArgumentList.Add($"{(_settings.LeaveShellOpen ? "/k" : "/c")} {command} {(_settings.CloseShellAfterPress ? $"&& echo {Context.API.GetTranslation("flowlauncher_plugin_cmd_press_any_key_to_close")} && pause > nul /c" : "")}"); + if (_settings.LeaveShellOpen) + { + info.ArgumentList.Add("/k"); + } + else + { + info.ArgumentList.Add("/c"); + } + info.ArgumentList.Add( + $"{command}" + + $"{(_settings.CloseShellAfterPress ? + $" && echo {notifyStr} && pause > nul /c" : + "")}"); break; } @@ -220,7 +234,6 @@ namespace Flow.Launcher.Plugin.Shell { // Using just a ; doesn't work with wt, as it's used to create a new tab for the terminal window // \\ must be escaped for it to work properly, or breaking it into multiple arguments - var addedCharacter = _settings.UseWindowsTerminal ? "\\" : ""; if (_settings.UseWindowsTerminal) { info.FileName = "wt.exe"; @@ -238,7 +251,11 @@ namespace Flow.Launcher.Plugin.Shell else { info.ArgumentList.Add("-Command"); - info.ArgumentList.Add($"{command}{addedCharacter}; {(_settings.CloseShellAfterPress ? $"Write-Host '{Context.API.GetTranslation("flowlauncher_plugin_cmd_press_any_key_to_close")}'{addedCharacter}; [System.Console]::ReadKey(){addedCharacter}; exit" : "")}"); + info.ArgumentList.Add( + $"{command}{addedCharacter};" + + $"{(_settings.CloseShellAfterPress ? + $" Write-Host '{notifyStr}'{addedCharacter}; [System.Console]::ReadKey(){addedCharacter}; exit" : + "")}"); } break; } @@ -247,7 +264,6 @@ namespace Flow.Launcher.Plugin.Shell { // Using just a ; doesn't work with wt, as it's used to create a new tab for the terminal window // \\ must be escaped for it to work properly, or breaking it into multiple arguments - var addedCharacter = _settings.UseWindowsTerminal ? "\\" : ""; if (_settings.UseWindowsTerminal) { info.FileName = "wt.exe"; @@ -262,7 +278,11 @@ namespace Flow.Launcher.Plugin.Shell info.ArgumentList.Add("-NoExit"); } info.ArgumentList.Add("-Command"); - info.ArgumentList.Add($"{command}{addedCharacter}; {(_settings.CloseShellAfterPress ? $"Write-Host '{Context.API.GetTranslation("flowlauncher_plugin_cmd_press_any_key_to_close")}'{addedCharacter}; [System.Console]::ReadKey(){addedCharacter}; exit" : "")}"); + info.ArgumentList.Add( + $"{command}{addedCharacter};" + + $"{(_settings.CloseShellAfterPress ? + $" Write-Host '{notifyStr}'{addedCharacter}; [System.Console]::ReadKey(){addedCharacter}; exit" : + "")}"); break; } diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml index 27fee87be..7d131d944 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml @@ -2,7 +2,7 @@ - Name + 名前 説明 コマンド diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml index c09a447d2..33cee56d8 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml @@ -69,7 +69,7 @@ Zresetuj Potwierdź Anuluj - Please enter a non-empty command keyword + Proszę wprowadzić niepuste słowo kluczowe polecenia Komendy systemowe Wykonywanie komend systemowych, np. wyłącz, zablokuj komputer, otwórz ustawienia itp. diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml index 19d69511b..c82be249a 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml @@ -26,7 +26,7 @@ Поради щодо Flow Launcher Тека UserData Flow Launcher Перемкнути режим гри - Set the Flow Launcher Theme + Встановити тему Flow Launcher Редагувати @@ -51,7 +51,7 @@ Перегляньте документацію Flow Launcher для отримання додаткової допомоги та підказок щодо використання порад Відкрити каталог, де зберігаються налаштування Flow Launcher Перемкнути режим гри - Quickly change the Flow Launcher theme + Швидко змінити тему Flow Launcher Успішно @@ -62,14 +62,14 @@ Ви впевнені, що хочете перезавантажити комп'ютер за допомогою додаткових параметрів завантаження? Ви впевнені, що хочете вийти з системи? - Command Keyword Setting - Custom Command Keyword - Enter a keyword to search for command: {0}. This keyword is used to match your query. - Command Keyword + Налаштування ключового слова команди + Власне ключове слово команди + Введіть ключове слово для пошуку команди: {0}. Це ключове слово використовується для відповідності вашому запиту. + Ключове слово команди Скинути Підтвердити Скасувати - Please enter a non-empty command keyword + Введіть непорожнє ключове слово команди Системні команди Надає команди, пов'язані з системою, наприклад, вимкнення, блокування, налаштування тощо. diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml index d693a3f28..05ee39777 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml @@ -17,7 +17,7 @@ Wyzwalacz Adres URL Szukaj - Use Search Query Autocomplete + Użyj autouzupełniania zapytań wyszukiwania Autouzupełnianie danych z: Musisz wybrać coś z listy Czy jesteś pewien że chcesz usunąć {0}? diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml index 5536a7e68..51e1efc6e 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml @@ -17,7 +17,7 @@ Ключове слово дії URL Пошук - Use Search Query Autocomplete + Використовувати автозаповнення пошукового запиту Автозаповнення даних з: Будь ласка, виберіть пошуковий запит в Інтернеті Ви впевнені, що хочете видалити {0}? @@ -29,8 +29,8 @@ Таким чином, загальна формула для пошуку на Netflix має вигляд https://www.netflix.com/search?q={q} - Copy URL - Copy search URL to clipboard + Копіювати URL + Скопіювати URL-адресу пошуку в буфер обміну Назва diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx index d9de28e4b..e963e34da 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx @@ -348,7 +348,7 @@ Area UpdateAndSecurity - Sichern und wiederherstellen + Sichern und Wiederherstellen Area Control Panel (legacy settings) @@ -1324,7 +1324,7 @@ Area Control Panel (legacy settings) - Remotedesktop + Remote-Desktop Area System @@ -1752,7 +1752,7 @@ Einen Dateityp immer in einem spezifischen Programm öffnen lassen - Stimme ändern + Ändern der Stimme des Erzählers Tastaturprobleme finden und beheben @@ -1761,7 +1761,7 @@ Screenreader verwenden - Arbeitsgruppe auf diesem Computer Anzeigen + Anzeigen, zu welcher Arbeitsgruppe dieser Computer gehört Mausrad-Einstellungen ändern @@ -1773,7 +1773,7 @@ Probleme finden und beheben - Einstellung für empfangene Inhalte von Tippen und Senden + Ändern der Einstellungen für Inhalte, die über Tippen und Senden empfangen werden Change default settings for media or devices @@ -1812,7 +1812,7 @@ Ein Bluetooth-Gerät hinzufügen - Customise the mouse buttons + Individuelles Anpassen der Maustasten Set tablet buttons to perform certain tasks @@ -1869,16 +1869,16 @@ Scanner und Kameras ansehen - Microsoft IME Register Word (Japanese) + Microsoft IME Register Word (Japanisch) - Restore your files with File History + Ihre Dateien mit File History wiederherstellen Turn On-Screen keyboard on or off - Block or allow third-party cookies + Cookies von Drittanbietern blockieren oder zulassen Audioaufzeichnungsprobleme finden und beheben @@ -1902,7 +1902,7 @@ Preview, delete, show or hide fonts - Microsoft Quick Settings + Microsoft-Schnelleinstellungen View reliability history @@ -1917,7 +1917,7 @@ Sicherheitsrichtlinien zurücksetzen - Pop-ups blockieren oder erlauben + Pop-ups blockieren oder zulassen Autovervollständigung im Internet Explorer ein- oder ausschalten @@ -1938,7 +1938,7 @@ Automatische Fensteranordnung ausschalten - Troubleshooting History + Fehlerbehebungshistorie Speicherprobleme Ihres Computers diagnostizieren @@ -1968,13 +1968,13 @@ Specify single- or double-click to open - Select users who can use remote desktop + Benutzer auswählen, die den Remote-Desktop verwenden können - Show which programs are installed on your computer + Anzeigen, welche Programme auf Ihrem Computer installiert sind - Allow remote access to your computer + Remote-Zugriff auf Ihren Computer erlauben Erweiterte Systemeinstellungen ansehen @@ -2082,7 +2082,7 @@ Ihren Wiederherstellungsschlüssel sichern - Save backup copies of your files with File History + Backup-Kopien Ihrer Dateien mit File History speichern View current accessibility settings @@ -2143,7 +2143,7 @@ Windows-Features ein- oder ausschalten - Betriebssystem, welches auf deinem Computer läuft, anzeigen + Anzeigen, welches Betriebssystem auf Ihrem Computer ausgeführt wird Lokale Dienste ansehen @@ -2176,7 +2176,7 @@ Change advanced colour management settings for displays, scanners and printers - Lasse Windows Vereinfachte Zugriffseinstellungen vorschlagen + Windows die Einstellungen für erleichterte Bedienung vorschlagen lassen Clear disk space by deleting unnecessary files @@ -2191,16 +2191,16 @@ Record steps to reproduce a problem - Aussehen und Leistung von Windows anpassen + Anpassen des Erscheinungsbildes und der Leistung von Windows Einstellungen für Microsoft IME (Japanisch) - Lade jemanden ein, sich mit deinem PC zu verbinden und dir zu helfen oder anderen zu helfen + Laden Sie jemanden ein, eine Verbindung zu Ihrem PC herzustellen und Ihnen zu helfen, oder bieten Sie an, jemand anderem zu helfen - Programme für frühere Versionen von Windows ausführen + Programme ausführen, die für frühere Versionen von Windows entwickelt wurden Choose the order of how your screen rotates @@ -2239,7 +2239,7 @@ Wählen Sie, wie Sie Links öffnen - Allow Remote Assistance invitations to be sent from this computer + Erlauben, dass Einladungen zur Remote-Unterstützung von diesem Computer aus gesendet werden Task-Manager @@ -2257,7 +2257,7 @@ Lupe ein- oder ausschalten - See the name of this computer + Den Namen dieses Computers ansehen Netzwerkverbindungen ansehen @@ -2302,13 +2302,13 @@ How to change the size of virtual memory - Hear text read aloud with Narrator + Text mit Erzähler vorlesen lassen Set up USB game controllers - Show which domain your computer is on + Anzeigen, in welcher Domäne sich Ihr Computer befindet Alle Problemberichte ansehen @@ -2401,7 +2401,7 @@ Create and format hard disk partitions - Change date, time or number formats + Datums-, Zeit- oder Zahlenformate ändern Change PC wake-up settings @@ -2452,13 +2452,13 @@ Change the way measurements are displayed - Press key combinations one at a time + Tastenkombinationen nacheinander drücken - Restore data, files or computer from backup (Windows 7) + Daten, Dateien oder Computer aus Backup wiederherstellen (Windows 7) - Set your default programs + Ihre per Default vorgegebenen Programme festlegen Eine Breitbandverbindung einrichten @@ -2473,10 +2473,10 @@ Geplante Tasks - Ignore repeated keystrokes using FilterKeys + Wiederholte Tastenanschläge unter Verwendung von FilterKeys ignorieren - Find and fix bluescreen problems + Probleme mit Bluescreens finden und beheben Einen Ton hören, wenn Tasten gedrückt werden @@ -2485,16 +2485,16 @@ Browsing-Historie löschen - Change what the power buttons do + Ändern, was die Power-Tasten bewirken - Create standard user account + Standard-Benutzerkonto erstellen Take speech tutorials - View system resource usage in Task Manager + Systemressourcennutzung im Task-Manager ansehen Einen Account erstellen diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx index 91be8a392..6625a42dd 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx @@ -837,7 +837,7 @@ ライト モード - Location + 場所 Area Privacy diff --git a/appveyor.yml b/appveyor.yml index b38e5bb1a..39e2a114c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,7 @@ -version: '1.20.1.{build}' +version: '1.20.2.{build}' + +# Do not build on tags because we create a release on merge to master. Otherwise will upload artifacts twice changing the hash, as well as triggering duplicate GitHub release action & NuGet deployments. +skip_tags: true init: - ps: | @@ -14,7 +17,6 @@ init: cache: - '%USERPROFILE%\.nuget\packages -> **.sln, **.csproj' # preserve nuget folder (packages) unless the solution or projects change - assembly_info: patch: true file: SolutionAssemblyInfo.cs @@ -67,7 +69,17 @@ deploy: - provider: GitHub repository: Flow-Launcher/Prereleases release: v$(prereleaseTag) - description: 'This is the early access build of our upcoming release. All changes contained here are reviewed, tested and stable to use.\n\nSee our [release](https://github.com/Flow-Launcher/Flow.Launcher/pulls?q=is%3Aopen+is%3Apr+label%3Arelease) Pull Request for details.\n\nFor latest production release visit [here](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest)\n\nPlease report any bugs or issues over at the [main repository](https://github.com/Flow-Launcher/Flow.Launcher/issues)' + description: | + This is the early access build of our upcoming release. + All changes contained here are reviewed, tested and stable to use. + + This build includes new changes from commit: + $(APPVEYOR_REPO_COMMIT_MESSAGE) + + See all changes in this early access by going to the [milstones](https://github.com/Flow-Launcher/Flow.Launcher/milestones?sort=title&direction=asc) section and choosing the upcoming milestone. + For latest production release visit [here](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest) + + Please report any bugs or issues over at the [main repository](https://github.com/Flow-Launcher/Flow.Launcher/issues)' auth_token: secure: ij4UeXUYQBDJxn2YRAAhUOjklOGVKDB87Hn5J8tKIzj13yatoI7sLM666QDQFEgv artifact: Squirrel Installer, Portable Version, Squirrel nupkg, Squirrel RELEASES From fe4984a9ae3d5313ed9b1d81d7e6fbfc3cae2af3 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 19 Jul 2025 21:23:13 +1000 Subject: [PATCH 03/35] update readme for .Net 9 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cd8e059e..692291cc0 100644 --- a/README.md +++ b/README.md @@ -395,11 +395,11 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea ### Developing/Debugging -- Flow Launcher's target framework is .Net 7 +- Flow Launcher's target framework is .Net 9 - Install Visual Studio 2022 -- Install .Net 7 SDK +- Install .Net 9 SDK - via Visual Studio installer - - via winget `winget install Microsoft.DotNet.SDK.7` - - Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) + - via winget `winget install Microsoft.DotNet.SDK.9` + - Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) From 3afc52187f831f0d7b5a619d201ebbd33a33480e Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 13 Aug 2025 13:58:02 +0800 Subject: [PATCH 04/35] Add non-async version load in BinaryStorage & Use non-async version for ImageLoader --- .../Image/ImageLoader.cs | 75 ++++++++----------- .../Storage/BinaryStorage.cs | 68 +++++++++++++---- Flow.Launcher/MainWindow.xaml.cs | 2 - Flow.Launcher/PublicAPIInstance.cs | 7 +- 4 files changed, 89 insertions(+), 63 deletions(-) diff --git a/Flow.Launcher.Infrastructure/Image/ImageLoader.cs b/Flow.Launcher.Infrastructure/Image/ImageLoader.cs index 86df01a30..758f9f557 100644 --- a/Flow.Launcher.Infrastructure/Image/ImageLoader.cs +++ b/Flow.Launcher.Infrastructure/Image/ImageLoader.cs @@ -19,7 +19,7 @@ namespace Flow.Launcher.Infrastructure.Image private static readonly string ClassName = nameof(ImageLoader); private static readonly ImageCache ImageCache = new(); - private static SemaphoreSlim storageLock { get; } = new SemaphoreSlim(1, 1); + private static Lock storageLock { get; } = new(); private static BinaryStorage> _storage; private static readonly ConcurrentDictionary GuidToKey = new(); private static IImageHashGenerator _hashGenerator; @@ -36,20 +36,25 @@ namespace Flow.Launcher.Infrastructure.Image public static async Task InitializeAsync() { - _storage = new BinaryStorage>("Image"); - _hashGenerator = new ImageHashGenerator(); - - var usage = await LoadStorageToConcurrentDictionaryAsync(); - _storage.ClearData(); - - ImageCache.Initialize(usage); - - foreach (var icon in new[] { Constant.DefaultIcon, Constant.MissingImgIcon }) + var usage = await Task.Run(() => { - ImageSource img = new BitmapImage(new Uri(icon)); - img.Freeze(); - ImageCache[icon, false] = img; - } + _storage = new BinaryStorage>("Image"); + _hashGenerator = new ImageHashGenerator(); + + var usage = LoadStorageToConcurrentDictionary(); + _storage.ClearData(); + + ImageCache.Initialize(usage); + + foreach (var icon in new[] { Constant.DefaultIcon, Constant.MissingImgIcon }) + { + ImageSource img = new BitmapImage(new Uri(icon)); + img.Freeze(); + ImageCache[icon, false] = img; + } + + return usage; + }); _ = Task.Run(async () => { @@ -64,42 +69,26 @@ namespace Flow.Launcher.Infrastructure.Image }); } - public static async Task SaveAsync() + public static void Save() { - await storageLock.WaitAsync(); - - try + lock (storageLock) { - await _storage.SaveAsync(ImageCache.EnumerateEntries() - .Select(x => x.Key) - .ToList()); - } - catch (System.Exception e) - { - Log.Exception(ClassName, "Failed to save image cache to file", e); - } - finally - { - storageLock.Release(); + try + { + _storage.Save([.. ImageCache.EnumerateEntries().Select(x => x.Key)]); + } + catch (System.Exception e) + { + Log.Exception(ClassName, "Failed to save image cache to file", e); + } } } - public static async Task WaitSaveAsync() + private static List<(string, bool)> LoadStorageToConcurrentDictionary() { - await storageLock.WaitAsync(); - storageLock.Release(); - } - - private static async Task> LoadStorageToConcurrentDictionaryAsync() - { - await storageLock.WaitAsync(); - try + lock (storageLock) { - return await _storage.TryLoadAsync(new List<(string, bool)>()); - } - finally - { - storageLock.Release(); + return _storage.TryLoad([]); } } diff --git a/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs b/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs index 48e6b5523..d36b05ed0 100644 --- a/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs +++ b/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs @@ -53,6 +53,45 @@ namespace Flow.Launcher.Infrastructure.Storage FilePath = Path.Combine(DirectoryPath, $"{filename}{FileSuffix}"); } + public T TryLoad(T defaultData) + { + if (Data != null) return Data; + + if (File.Exists(FilePath)) + { + if (new FileInfo(FilePath).Length == 0) + { + Log.Error(ClassName, $"Zero length cache file <{FilePath}>"); + Data = defaultData; + Save(); + } + + var bytes = File.ReadAllBytes(FilePath); + Data = Deserialize(bytes, defaultData); + } + else + { + Log.Info(ClassName, "Cache file not exist, load default data"); + Data = defaultData; + Save(); + } + return Data; + } + + private T Deserialize(ReadOnlySpan bytes, T defaultData) + { + try + { + var t = MemoryPackSerializer.Deserialize(bytes); + return t ?? defaultData; + } + catch (System.Exception e) + { + Log.Exception(ClassName, $"Deserialize error for file <{FilePath}>", e); + return defaultData; + } + } + public async ValueTask TryLoadAsync(T defaultData) { if (Data != null) return Data; @@ -79,26 +118,31 @@ namespace Flow.Launcher.Infrastructure.Storage return Data; } - private static async ValueTask DeserializeAsync(Stream stream, T defaultData) + private async ValueTask DeserializeAsync(Stream stream, T defaultData) { try { var t = await MemoryPackSerializer.DeserializeAsync(stream); return t ?? defaultData; } - catch (System.Exception) + catch (System.Exception e) { - // Log.Exception($"|BinaryStorage.Deserialize|Deserialize error for file <{FilePath}>", e); + Log.Exception(ClassName, $"Deserialize error for file <{FilePath}>", e); return defaultData; } } public void Save() + { + Save(Data.NonNull()); + } + + public void Save(T data) { // User may delete the directory, so we need to check it FilesFolders.ValidateDirectory(DirectoryPath); - var serialized = MemoryPackSerializer.Serialize(Data); + var serialized = MemoryPackSerializer.Serialize(data); File.WriteAllBytes(FilePath, serialized); } @@ -107,15 +151,6 @@ namespace Flow.Launcher.Infrastructure.Storage await SaveAsync(Data.NonNull()); } - // ImageCache need to convert data into concurrent dictionary for usage, - // so we would better to clear the data - public void ClearData() - { - Data = default; - } - - // ImageCache storages data in its class, - // so we need to pass it to SaveAsync public async ValueTask SaveAsync(T data) { // User may delete the directory, so we need to check it @@ -124,5 +159,12 @@ namespace Flow.Launcher.Infrastructure.Storage await using var stream = new FileStream(FilePath, FileMode.Create); await MemoryPackSerializer.SerializeAsync(stream, data); } + + // ImageCache need to convert data into concurrent dictionary for usage, + // so we would better to clear the data + public void ClearData() + { + Data = default; + } } } diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 8eb41e032..76603e777 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -18,7 +18,6 @@ using Flow.Launcher.Core.Plugin; using Flow.Launcher.Core.Resource; using Flow.Launcher.Infrastructure; using Flow.Launcher.Infrastructure.Hotkey; -using Flow.Launcher.Infrastructure.Image; using Flow.Launcher.Infrastructure.DialogJump; using Flow.Launcher.Infrastructure.UserSettings; using Flow.Launcher.Plugin; @@ -358,7 +357,6 @@ namespace Flow.Launcher _notifyIcon.Visible = false; App.API.SaveAppAllSettings(); e.Cancel = true; - await ImageLoader.WaitSaveAsync(); await PluginManager.DisposePluginsAsync(); Notification.Uninstall(); // After plugins are all disposed, we shutdown application to close app diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index e0ed105cf..0f66db773 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -74,7 +74,7 @@ namespace Flow.Launcher } [System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "VSTHRD100:Avoid async void methods", Justification = "")] - public async void RestartApp() + public void RestartApp() { _mainVM.Hide(); @@ -83,9 +83,6 @@ namespace Flow.Launcher // which will cause ungraceful exit SaveAppAllSettings(); - // Wait for all image caches to be saved before restarting - await ImageLoader.WaitSaveAsync(); - // Restart requires Squirrel's Update.exe to be present in the parent folder, // it is only published from the project's release pipeline. When debugging without it, // the project may not restart or just terminates. This is expected. @@ -115,8 +112,8 @@ namespace Flow.Launcher _settings.Save(); PluginManager.Save(); _mainVM.Save(); + ImageLoader.Save(); } - _ = ImageLoader.SaveAsync(); } public Task ReloadAllPluginData() => PluginManager.ReloadDataAsync(); From e06e6e2b5ab0a25c72a57c2387aa8146ff2470da Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 13 Aug 2025 14:01:04 +0800 Subject: [PATCH 05/35] Load images into ImageCache --- Flow.Launcher.Infrastructure/Image/ImageLoader.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher.Infrastructure/Image/ImageLoader.cs b/Flow.Launcher.Infrastructure/Image/ImageLoader.cs index 758f9f557..64d323de6 100644 --- a/Flow.Launcher.Infrastructure/Image/ImageLoader.cs +++ b/Flow.Launcher.Infrastructure/Image/ImageLoader.cs @@ -24,9 +24,9 @@ namespace Flow.Launcher.Infrastructure.Image private static readonly ConcurrentDictionary GuidToKey = new(); private static IImageHashGenerator _hashGenerator; private static readonly bool EnableImageHash = true; - public static ImageSource Image { get; } = new BitmapImage(new Uri(Constant.ImageIcon)); - public static ImageSource MissingImage { get; } = new BitmapImage(new Uri(Constant.MissingImgIcon)); - public static ImageSource LoadingImage { get; } = new BitmapImage(new Uri(Constant.LoadingImgIcon)); + public static ImageSource Image => ImageCache[Constant.ImageIcon, false]; + public static ImageSource MissingImage => ImageCache[Constant.MissingImgIcon, false]; + public static ImageSource LoadingImage => ImageCache[Constant.LoadingImgIcon, false]; public const int SmallIconSize = 64; public const int FullIconSize = 256; public const int FullImageSize = 320; @@ -46,7 +46,7 @@ namespace Flow.Launcher.Infrastructure.Image ImageCache.Initialize(usage); - foreach (var icon in new[] { Constant.DefaultIcon, Constant.MissingImgIcon }) + foreach (var icon in new[] { Constant.DefaultIcon, Constant.ImageIcon, Constant.MissingImgIcon, Constant.LoadingImgIcon }) { ImageSource img = new BitmapImage(new Uri(icon)); img.Freeze(); @@ -163,7 +163,7 @@ namespace Flow.Launcher.Infrastructure.Image Log.Exception(ClassName, $"Failed to get thumbnail for {path} on first try", e); Log.Exception(ClassName, $"Failed to get thumbnail for {path} on second try", e2); - ImageSource image = ImageCache[Constant.MissingImgIcon, false]; + ImageSource image = MissingImage; ImageCache[path, false] = image; imageResult = new ImageResult(image, ImageType.Error); } @@ -262,7 +262,7 @@ namespace Flow.Launcher.Infrastructure.Image } else { - image = ImageCache[Constant.MissingImgIcon, false]; + image = MissingImage; path = Constant.MissingImgIcon; } From 3727bff8651d53475158f482fa8dd21ba93fa0b0 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 13 Aug 2025 14:19:52 +0800 Subject: [PATCH 06/35] Fix typos --- Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs b/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs index d36b05ed0..15200f5aa 100644 --- a/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs +++ b/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs @@ -12,7 +12,7 @@ using MemoryPack; namespace Flow.Launcher.Infrastructure.Storage { /// - /// Stroage object using binary data + /// Storage object using binary data /// Normally, it has better performance, but not readable /// /// From 2e2d7fe51507777c790681b4036e7f9ec9c8676e Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 31 Aug 2025 14:45:40 +0800 Subject: [PATCH 07/35] Test --- Flow.Launcher/Flow.Launcher.csproj | 10 ++++++++-- .../Flow.Launcher.Plugin.BrowserBookmark.csproj | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index fe84b5e1e..9ba570589 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -57,7 +57,10 @@ $(OutputPath)runtimes\maccatalyst-x64; $(OutputPath)runtimes\osx; $(OutputPath)runtimes\osx-arm64; - $(OutputPath)runtimes\osx-x64"/> + $(OutputPath)runtimes\osx-x64; + $(PublishDir)runtimes\win-arm; + $(PublishDir)runtimes\win-arm64; + $(PublishDir)runtimes\win-x86;"/> @@ -78,7 +81,10 @@ $(PublishDir)runtimes\maccatalyst-x64; $(PublishDir)runtimes\osx; $(PublishDir)runtimes\osx-arm64; - $(PublishDir)runtimes\osx-x64"/> + $(PublishDir)runtimes\osx-x64; + $(PublishDir)runtimes\win-arm; + $(PublishDir)runtimes\win-arm64; + $(PublishDir)runtimes\win-x86;"/> diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj index 7d3cf164c..7df927f6e 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -54,7 +54,10 @@ $(OutputPath)runtimes\maccatalyst-x64; $(OutputPath)runtimes\osx; $(OutputPath)runtimes\osx-arm64; - $(OutputPath)runtimes\osx-x64"/> + $(OutputPath)runtimes\osx-x64; + $(PublishDir)runtimes\win-arm; + $(PublishDir)runtimes\win-arm64; + $(PublishDir)runtimes\win-x86"/> @@ -75,7 +78,10 @@ $(PublishDir)runtimes\maccatalyst-x64; $(PublishDir)runtimes\osx; $(PublishDir)runtimes\osx-arm64; - $(PublishDir)runtimes\osx-x64"/> + $(PublishDir)runtimes\osx-x64; + $(PublishDir)runtimes\win-arm; + $(PublishDir)runtimes\win-arm64; + $(PublishDir)runtimes\win-x86"/> From 5108114f2f00e8288a3390226b37acb7506fd50d Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 31 Aug 2025 14:45:59 +0800 Subject: [PATCH 08/35] Test1 --- .../Flow.Launcher.Plugin.BrowserBookmark.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj index 7df927f6e..04478a008 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -57,7 +57,7 @@ $(OutputPath)runtimes\osx-x64; $(PublishDir)runtimes\win-arm; $(PublishDir)runtimes\win-arm64; - $(PublishDir)runtimes\win-x86"/> + $(PublishDir)runtimes\win-x86;"/> @@ -81,7 +81,7 @@ $(PublishDir)runtimes\osx-x64; $(PublishDir)runtimes\win-arm; $(PublishDir)runtimes\win-arm64; - $(PublishDir)runtimes\win-x86"/> + $(PublishDir)runtimes\win-x86;"/> From 3906fd46afdca0bada51d93775f2df2fa5c3c31d Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 31 Aug 2025 14:53:38 +0800 Subject: [PATCH 09/35] Fix --- Flow.Launcher/Flow.Launcher.csproj | 6 +++--- .../Flow.Launcher.Plugin.BrowserBookmark.csproj | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 9ba570589..f40324884 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -58,9 +58,9 @@ $(OutputPath)runtimes\osx; $(OutputPath)runtimes\osx-arm64; $(OutputPath)runtimes\osx-x64; - $(PublishDir)runtimes\win-arm; - $(PublishDir)runtimes\win-arm64; - $(PublishDir)runtimes\win-x86;"/> + $(OutputPath)runtimes\win-arm; + $(OutputPath)runtimes\win-arm64; + $(OutputPath)runtimes\win-x86;"/> diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj index 04478a008..6e9f37381 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -55,9 +55,9 @@ $(OutputPath)runtimes\osx; $(OutputPath)runtimes\osx-arm64; $(OutputPath)runtimes\osx-x64; - $(PublishDir)runtimes\win-arm; - $(PublishDir)runtimes\win-arm64; - $(PublishDir)runtimes\win-x86;"/> + $(OutputPath)runtimes\win-arm; + $(OutputPath)runtimes\win-arm64; + $(OutputPath)runtimes\win-x86;"/> From 9a2f813ea2901bf046d611af256d39172b61cb23 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 31 Aug 2025 15:09:48 +0800 Subject: [PATCH 10/35] Keep x86 runtime files --- Flow.Launcher/Flow.Launcher.csproj | 6 ++---- .../Flow.Launcher.Plugin.BrowserBookmark.csproj | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index f40324884..fa23d8886 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -59,8 +59,7 @@ $(OutputPath)runtimes\osx-arm64; $(OutputPath)runtimes\osx-x64; $(OutputPath)runtimes\win-arm; - $(OutputPath)runtimes\win-arm64; - $(OutputPath)runtimes\win-x86;"/> + $(OutputPath)runtimes\win-arm64;"/> @@ -83,8 +82,7 @@ $(PublishDir)runtimes\osx-arm64; $(PublishDir)runtimes\osx-x64; $(PublishDir)runtimes\win-arm; - $(PublishDir)runtimes\win-arm64; - $(PublishDir)runtimes\win-x86;"/> + $(PublishDir)runtimes\win-arm64;"/> diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj index 6e9f37381..901dc2a37 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -56,8 +56,7 @@ $(OutputPath)runtimes\osx-arm64; $(OutputPath)runtimes\osx-x64; $(OutputPath)runtimes\win-arm; - $(OutputPath)runtimes\win-arm64; - $(OutputPath)runtimes\win-x86;"/> + $(OutputPath)runtimes\win-arm64;"/> @@ -80,8 +79,7 @@ $(PublishDir)runtimes\osx-arm64; $(PublishDir)runtimes\osx-x64; $(PublishDir)runtimes\win-arm; - $(PublishDir)runtimes\win-arm64; - $(PublishDir)runtimes\win-x86;"/> + $(PublishDir)runtimes\win-arm64;"/> From e05c94d9e4109bba065c1cd1ccd92e8ae589e829 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 31 Aug 2025 18:22:41 +1000 Subject: [PATCH 11/35] bump version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a4a8e6f16..911e30423 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.20.2.{build}' +version: '2.0.0.{build}' # Do not build on tags because we create a release on merge to master. Otherwise will upload artifacts twice changing the hash, as well as triggering duplicate GitHub release action & NuGet deployments. skip_tags: true From 82106ccc0f82ab62c22b15d1e8c5c38b6c7d77c6 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 31 Aug 2025 18:23:37 +1000 Subject: [PATCH 12/35] bump plugin project version --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index eee8d5f4e..9427e2229 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -15,10 +15,10 @@ - 4.7.0 - 4.7.0 - 4.7.0 - 4.7.0 + 4.8.0 + 4.8.0 + 4.8.0 + 4.8.0 Flow.Launcher.Plugin Flow-Launcher MIT From 19848aafb04e4631682164a0afe028f573a6db74 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 31 Aug 2025 18:28:43 +1000 Subject: [PATCH 13/35] update readme for Windows 10+ only support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd8e059e..f3be5190c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Dedicated to making your work flow more seamless. Search everything from applica ### Installation -[Windows 7+ Installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) or [Portable Version](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) +[Windows 10+ Installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) or [Portable Version](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) #### Winget From ca01d15dded048872ab29011b72fabc9bfd51950 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 31 Aug 2025 20:05:43 +1000 Subject: [PATCH 14/35] New Crowdin updates (#3824) * New translations en.xaml (German) [ci skip] * New translations en.xaml (French) [ci skip] * New translations en.xaml (Arabic) [ci skip] * New translations en.xaml (Czech) [ci skip] * New translations en.xaml (Danish) [ci skip] * New translations en.xaml (Hebrew) [ci skip] * New translations en.xaml (Italian) [ci skip] * New translations en.xaml (Japanese) [ci skip] * New translations en.xaml (Korean) [ci skip] * New translations en.xaml (Dutch) [ci skip] * New translations en.xaml (Polish) [ci skip] * New translations en.xaml (Portuguese) [ci skip] * New translations en.xaml (Russian) [ci skip] * New translations en.xaml (Slovak) [ci skip] * New translations en.xaml (Turkish) [ci skip] * New translations en.xaml (Ukrainian) [ci skip] * New translations en.xaml (Chinese Simplified) [ci skip] * New translations en.xaml (Chinese Traditional) [ci skip] * New translations en.xaml (Vietnamese) [ci skip] * New translations en.xaml (Portuguese, Brazilian) [ci skip] * New translations en.xaml (Norwegian Bokmal) [ci skip] * New translations en.xaml (Serbian (Latin)) [ci skip] * New translations en.xaml (Spanish (Modern)) [ci skip] * New translations en.xaml (Spanish, Latin America) [ci skip] * New translations en.xaml (French) [ci skip] * New translations en.xaml (Slovak) [ci skip] * New translations en.xaml (Chinese Simplified) [ci skip] * New translations en.xaml (Ukrainian) [ci skip] * New translations en.xaml (French) [ci skip] * New translations en.xaml (Chinese Simplified) [ci skip] * New translations en.xaml (Chinese Simplified) [ci skip] * New translations en.xaml (Portuguese) [ci skip] * New translations en.xaml (German) [ci skip] * New translations en.xaml (French) [ci skip] * New translations en.xaml (Arabic) [ci skip] * New translations en.xaml (Czech) [ci skip] * New translations en.xaml (Danish) [ci skip] * New translations en.xaml (Hebrew) [ci skip] * New translations en.xaml (Italian) [ci skip] * New translations en.xaml (Japanese) [ci skip] * New translations en.xaml (Korean) [ci skip] * New translations en.xaml (Dutch) [ci skip] * New translations en.xaml (Polish) [ci skip] * New translations en.xaml (Portuguese) [ci skip] * New translations en.xaml (Russian) [ci skip] * New translations en.xaml (Slovak) [ci skip] * New translations en.xaml (Turkish) [ci skip] * New translations en.xaml (Ukrainian) [ci skip] * New translations en.xaml (Chinese Simplified) [ci skip] * New translations en.xaml (Chinese Traditional) [ci skip] * New translations en.xaml (Vietnamese) [ci skip] * New translations en.xaml (Portuguese, Brazilian) [ci skip] * New translations en.xaml (Norwegian Bokmal) [ci skip] * New translations en.xaml (Serbian (Latin)) [ci skip] * New translations en.xaml (Spanish (Modern)) [ci skip] * New translations en.xaml (Spanish, Latin America) [ci skip] * New translations en.xaml (Slovak) [ci skip] * New translations en.xaml (French) [ci skip] --- Flow.Launcher/Languages/ar.xaml | 73 +- Flow.Launcher/Languages/cs.xaml | 73 +- Flow.Launcher/Languages/da.xaml | 73 +- Flow.Launcher/Languages/de.xaml | 97 +- Flow.Launcher/Languages/es-419.xaml | 73 +- Flow.Launcher/Languages/es.xaml | 103 +- Flow.Launcher/Languages/fr.xaml | 79 +- Flow.Launcher/Languages/he.xaml | 73 +- Flow.Launcher/Languages/it.xaml | 73 +- Flow.Launcher/Languages/ja.xaml | 73 +- Flow.Launcher/Languages/ko.xaml | 73 +- Flow.Launcher/Languages/nb.xaml | 73 +- Flow.Launcher/Languages/nl.xaml | 89 +- Flow.Launcher/Languages/pl.xaml | 73 +- Flow.Launcher/Languages/pt-br.xaml | 73 +- Flow.Launcher/Languages/pt-pt.xaml | 123 +- Flow.Launcher/Languages/ru.xaml | 73 +- Flow.Launcher/Languages/sk.xaml | 76 +- Flow.Launcher/Languages/sr-Cyrl-RS.xaml | 670 +++++ Flow.Launcher/Languages/sr.xaml | 73 +- Flow.Launcher/Languages/tr.xaml | 299 +- Flow.Launcher/Languages/uk-UA.xaml | 99 +- Flow.Launcher/Languages/vi.xaml | 73 +- Flow.Launcher/Languages/zh-cn.xaml | 73 +- Flow.Launcher/Languages/zh-tw.xaml | 73 +- .../Languages/ar.xaml | 3 + .../Languages/cs.xaml | 3 + .../Languages/da.xaml | 3 + .../Languages/de.xaml | 3 + .../Languages/es-419.xaml | 3 + .../Languages/es.xaml | 3 + .../Languages/fr.xaml | 3 + .../Languages/he.xaml | 3 + .../Languages/it.xaml | 3 + .../Languages/ja.xaml | 3 + .../Languages/ko.xaml | 3 + .../Languages/nb.xaml | 3 + .../Languages/nl.xaml | 3 + .../Languages/pl.xaml | 3 + .../Languages/pt-br.xaml | 3 + .../Languages/pt-pt.xaml | 3 + .../Languages/ru.xaml | 3 + .../Languages/sk.xaml | 3 + .../Languages/sr-Cyrl-RS.xaml | 33 + .../Languages/sr.xaml | 3 + .../Languages/tr.xaml | 5 +- .../Languages/uk-UA.xaml | 5 +- .../Languages/vi.xaml | 3 + .../Languages/zh-cn.xaml | 3 + .../Languages/zh-tw.xaml | 3 + .../Languages/ar.xaml | 5 +- .../Languages/cs.xaml | 3 +- .../Languages/da.xaml | 5 +- .../Languages/de.xaml | 7 +- .../Languages/es-419.xaml | 3 +- .../Languages/es.xaml | 9 +- .../Languages/fr.xaml | 9 +- .../Languages/he.xaml | 9 +- .../Languages/it.xaml | 3 +- .../Languages/ja.xaml | 3 +- .../Languages/ko.xaml | 3 +- .../Languages/nb.xaml | 3 +- .../Languages/nl.xaml | 5 +- .../Languages/pl.xaml | 3 +- .../Languages/pt-br.xaml | 3 +- .../Languages/pt-pt.xaml | 7 +- .../Languages/ru.xaml | 7 +- .../Languages/sk.xaml | 5 +- .../Languages/sr-Cyrl-RS.xaml | 16 + .../Languages/sr.xaml | 5 +- .../Languages/tr.xaml | 3 +- .../Languages/uk-UA.xaml | 5 +- .../Languages/vi.xaml | 3 +- .../Languages/zh-cn.xaml | 5 +- .../Languages/zh-tw.xaml | 3 +- .../Languages/ar.xaml | 46 +- .../Languages/cs.xaml | 46 +- .../Languages/da.xaml | 46 +- .../Languages/de.xaml | 46 +- .../Languages/es-419.xaml | 46 +- .../Languages/es.xaml | 50 +- .../Languages/fr.xaml | 46 +- .../Languages/he.xaml | 46 +- .../Languages/it.xaml | 46 +- .../Languages/ja.xaml | 46 +- .../Languages/ko.xaml | 46 +- .../Languages/nb.xaml | 46 +- .../Languages/nl.xaml | 46 +- .../Languages/pl.xaml | 46 +- .../Languages/pt-br.xaml | 46 +- .../Languages/pt-pt.xaml | 46 +- .../Languages/ru.xaml | 46 +- .../Languages/sk.xaml | 46 +- .../Languages/sr-Cyrl-RS.xaml | 210 ++ .../Languages/sr.xaml | 46 +- .../Languages/tr.xaml | 164 +- .../Languages/uk-UA.xaml | 56 +- .../Languages/vi.xaml | 46 +- .../Languages/zh-cn.xaml | 46 +- .../Languages/zh-tw.xaml | 46 +- .../Languages/sr-Cyrl-RS.xaml | 9 + .../Languages/tr.xaml | 2 +- .../Languages/de.xaml | 12 +- .../Languages/es.xaml | 2 +- .../Languages/sr-Cyrl-RS.xaml | 70 + .../Languages/tr.xaml | 98 +- .../Languages/sr-Cyrl-RS.xaml | 14 + .../Languages/tr.xaml | 14 +- .../Languages/sr-Cyrl-RS.xaml | 99 + .../Languages/tr.xaml | 76 +- .../Languages/uk-UA.xaml | 8 +- .../Languages/ar.xaml | 2 + .../Languages/cs.xaml | 2 + .../Languages/da.xaml | 2 + .../Languages/de.xaml | 2 + .../Languages/es-419.xaml | 2 + .../Languages/es.xaml | 2 + .../Languages/fr.xaml | 2 + .../Languages/he.xaml | 2 + .../Languages/it.xaml | 2 + .../Languages/ja.xaml | 2 + .../Languages/ko.xaml | 2 + .../Languages/nb.xaml | 2 + .../Languages/nl.xaml | 2 + .../Languages/pl.xaml | 2 + .../Languages/pt-br.xaml | 2 + .../Languages/pt-pt.xaml | 2 + .../Languages/ru.xaml | 2 + .../Languages/sk.xaml | 2 + .../Languages/sr-Cyrl-RS.xaml | 20 + .../Languages/sr.xaml | 2 + .../Languages/tr.xaml | 22 +- .../Languages/uk-UA.xaml | 2 + .../Languages/vi.xaml | 2 + .../Languages/zh-cn.xaml | 2 + .../Languages/zh-tw.xaml | 2 + .../Languages/ar.xaml | 2 + .../Languages/cs.xaml | 2 + .../Languages/da.xaml | 2 + .../Languages/de.xaml | 2 + .../Languages/es-419.xaml | 2 + .../Languages/es.xaml | 2 + .../Languages/fr.xaml | 2 + .../Languages/he.xaml | 2 + .../Languages/it.xaml | 2 + .../Languages/ja.xaml | 2 + .../Languages/ko.xaml | 2 + .../Languages/nb.xaml | 2 + .../Languages/nl.xaml | 2 + .../Languages/pl.xaml | 2 + .../Languages/pt-br.xaml | 2 + .../Languages/pt-pt.xaml | 2 + .../Languages/ru.xaml | 2 + .../Languages/sk.xaml | 6 +- .../Languages/sr-Cyrl-RS.xaml | 79 + .../Languages/sr.xaml | 2 + .../Languages/tr.xaml | 76 +- .../Languages/uk-UA.xaml | 2 + .../Languages/vi.xaml | 2 + .../Languages/zh-cn.xaml | 2 + .../Languages/zh-tw.xaml | 2 + .../Languages/sr-Cyrl-RS.xaml | 17 + .../Languages/tr.xaml | 6 +- .../Languages/ar.xaml | 1 + .../Languages/cs.xaml | 1 + .../Languages/da.xaml | 1 + .../Languages/de.xaml | 1 + .../Languages/es-419.xaml | 1 + .../Languages/es.xaml | 1 + .../Languages/fr.xaml | 1 + .../Languages/he.xaml | 1 + .../Languages/it.xaml | 1 + .../Languages/ja.xaml | 1 + .../Languages/ko.xaml | 1 + .../Languages/nb.xaml | 1 + .../Languages/nl.xaml | 1 + .../Languages/pl.xaml | 1 + .../Languages/pt-br.xaml | 1 + .../Languages/pt-pt.xaml | 1 + .../Languages/ru.xaml | 1 + .../Languages/sk.xaml | 1 + .../Languages/sr-Cyrl-RS.xaml | 53 + .../Languages/sr.xaml | 1 + .../Languages/tr.xaml | 31 +- .../Languages/uk-UA.xaml | 9 +- .../Languages/vi.xaml | 1 + .../Languages/zh-cn.xaml | 1 + .../Languages/zh-tw.xaml | 1 + .../Properties/Resources.pt-PT.resx | 6 +- .../Properties/Resources.sr-SP.resx | 2514 +++++++++++++++++ .../Properties/Resources.tr-TR.resx | 426 +-- .../Properties/Resources.uk-UA.resx | 40 +- 192 files changed, 7258 insertions(+), 1053 deletions(-) create mode 100644 Flow.Launcher/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.Calculator/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.Program/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.Shell/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.Sys/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.Url/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr-Cyrl-RS.xaml create mode 100644 Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sr-SP.resx diff --git a/Flow.Launcher/Languages/ar.xaml b/Flow.Launcher/Languages/ar.xaml index 80fde6441..4a7efc125 100644 --- a/Flow.Launcher/Languages/ar.xaml +++ b/Flow.Launcher/Languages/ar.xaml @@ -16,6 +16,26 @@ فشل في تهيئة الإضافات الإضافات: {0} - فشل في التحميل وسيتم تعطيلها، يرجى الاتصال بمطور الإضافة للحصول على المساعدة + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + فشل في تسجيل مفتاح التشغيل السريع "{0}". قد يكون المفتاح مستخدمًا من قبل برنامج آخر. قم بتغيير المفتاح، أو قم بإغلاق البرنامج الآخر. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ دائمًا ابدأ الكتابة بوضع الإنجليزية تغيير مؤقت لطريقة الإدخال إلى وضع الإنجليزية عند تنشيط Flow. التحديث التلقائي + Automatically check and update the app when available اختر إخفاء Flow Launcher عند بدء التشغيل يتم إخفاء نافذة بحث Flow Launcher في العلبة بعد بدء التشغيل. @@ -102,7 +123,20 @@ منخفضة عادية البحث باستخدام Pinyin - السماح باستخدام Pinyin للبحث. Pinyin هو نظام التهجئة الروماني القياسي لترجمة الصينية. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + دائمًا معاينة فتح لوحة المعاينة دائمًا عند تنشيط Flow. اضغط على {0} للتبديل بين المعاينة وعدمها. تأثير الظل غير مسموح به بينما يتم تمكين تأثير التمويه في السمة الحالية @@ -131,6 +165,8 @@ فتح Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available البحث عن إضافة @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + لا توجد تحديثات متاح + جميع الإضافات محدث + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. السمة @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box بروكسي HTTP @@ -549,6 +615,11 @@ تحديث الملفات وصف التحديث + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + تخطي مرحبًا بك في Flow Launcher diff --git a/Flow.Launcher/Languages/cs.xaml b/Flow.Launcher/Languages/cs.xaml index aa13f2203..a737002fb 100644 --- a/Flow.Launcher/Languages/cs.xaml +++ b/Flow.Launcher/Languages/cs.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Nepodařilo se zaregistrovat hotkey "{0}". Klávesová zkratka může být používána jiným programem. Změňte na jinou klávesu nebo ukončíte jiný program. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Vždy spouštět psaní v anglickém rozvržení klávesnice Dočasně změní metodu vstupu do angličtiny při zobrazení Flow Launcher. Automatické aktualizace + Automatically check and update the app when available Vybrat Skrýt Flow Launcher při spuštění Flow Launcher search window is hidden in the tray after starting up. @@ -102,7 +123,20 @@ Low Regular Vyhledávání pomocí pchin-jin - Umožňuje vyhledávání pomocí pchin-jin. Pchin-jin je systém zápisu čínského jazyka pomocí písmen latinky. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Vždy zobrazit náhled Při aktivaci služby Flow vždy otevřete panel náhledu. Stisknutím klávesy {0} přepnete náhled. Stínový efekt není povolen, pokud je aktivní efekt rozostření @@ -131,6 +165,8 @@ Otevřít Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Vyhledat plugin @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + Nejsou dostupné žádné aktualizace + Všechny pluginy jsou aktuální + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Motiv @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP Proxy @@ -549,6 +615,11 @@ Pokud před zkratku při zadávání přidáte znak "@", bude odpovíd Aktualizovat soubory Aktualizovat popis + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Přeskočit Vítejte v Flow Launcheru diff --git a/Flow.Launcher/Languages/da.xaml b/Flow.Launcher/Languages/da.xaml index d734b4356..4ed75f118 100644 --- a/Flow.Launcher/Languages/da.xaml +++ b/Flow.Launcher/Languages/da.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Always Start Typing in English Mode Temporarily change your input method to English mode when activating Flow. Autoopdatering + Automatically check and update the app when available Vælg Skjul Flow Launcher ved opstart Flow Launcher search window is hidden in the tray after starting up. @@ -102,7 +123,20 @@ Low Regular Search with Pinyin - Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Always Preview Always open preview panel when Flow activates. Press {0} to toggle preview. Skyggeeffekt er ikke tilladt, når det aktuelle tema har sløringseffekt aktiveret @@ -131,6 +165,8 @@ Åben Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Search Plugin @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + No update available + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Tema @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP Proxy @@ -549,6 +615,11 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in Opdatereringsfiler Opdateringsbeskrivelse + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Skip Welcome to Flow Launcher diff --git a/Flow.Launcher/Languages/de.xaml b/Flow.Launcher/Languages/de.xaml index ca2a1bd0b..5c116946a 100644 --- a/Flow.Launcher/Languages/de.xaml +++ b/Flow.Launcher/Languages/de.xaml @@ -16,6 +16,26 @@ Plug-ins können nicht initialisiert werden Plug-ins: {0} - können nicht geladen werden und wird deaktiviert, bitte kontaktieren Sie den Ersteller des Plug-ins für Hilfe + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Bitte versuchen Sie es erneut + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Hotkey "{0}" konnte nicht registriert werden. Der Hotkey ist möglicherweise von einem anderen Programm in Verwendung. Wechseln Sie zu einem anderen Hotkey oder beenden Sie das andere Programm. Registrierung des Hotkeys "{0}" konnte nicht aufgehoben werden. Bitte versuchen Sie es erneut oder lesen Sie das Log für Details @@ -91,6 +111,7 @@ Tippen immer im englischen Modus starten Ändern Sie Ihre Eingabemethode temporär in den englischen Modus, wenn Sie Flow aktivieren. Auto-Update + Automatically check and update the app when available Auswählen Flow Launcher beim Start ausblenden Flow Launcher-Suchfenster wird nach dem Start in der Taskleiste ausgeblendet. @@ -102,7 +123,20 @@ Gering Regelmäßig Suche mit Pinyin - Ermöglicht die Verwendung von Pinyin für die Suche. Pinyin ist das Standardsystem der romanisierten Schreibweise für die Übersetzung von chinesischen Texten. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Double Pinyin verwenden + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin-Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Immer Vorschau Vorschau-Panel immer öffnen, wenn Flow aktiviert ist. Drücken Sie {0}, um Vorschau umzuschalten. Schatteneffekt ist nicht erlaubt, während das aktuelle Theme den Unschärfe-Effekt aktiviert hat @@ -131,6 +165,8 @@ Öffnen Vorherige koreanische IME verwenden Sie können die Einstellungen des vorherigen koreanischen IME direkt von hier aus ändern + Koreanische IME-Einstellung konnte nicht geändert werden + Please check your system registry access or contact support. Homepage Ergebnisse der Homepage zeigen, wenn Abfragetext leer ist. Historie-Ergebnisse auf Homepage zeigen @@ -140,8 +176,10 @@ Setzt die Einstellung 'Immer im Vordergrund' anderer Programme außer Kraft und zeigt Flow in der vordersten Position an. Restart after modifying plugin via Plugin Store Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store - Show unknown source warning + Unbekannte Quellwarnung zeigen Show warning when installing plugins from unknown sources + Plug-ins automatisch aktualisieren + Automatically check plugin updates and notify if there are any updates available Plug-in suchen @@ -180,7 +218,7 @@ Plug-ins: {0} - Plug-in-Einstellungsdateien können nicht entfernt werden, bitte entfernen Sie diese manuell Plug-in-Cache kann nicht entfernt werden Plug-ins: {0} - Plug-in-Cache-Dateien können nicht entfernt werden, bitte entfernen Sie diese manuell - {0} modified already + {0} bereits modifiziert Please restart Flow before making any further changes Fail to install {0} Fail to uninstall {0} @@ -203,26 +241,32 @@ Neues Update ist verfügbar Fehler bei Installation des Plug-ins Fehler bei Deinstallation des Plug-ins - Error updating plugin + Fehler bei Aktualisierung des Plug-ins Plug-in-Einstellungen beibehalten Möchten Sie die Einstellungen des Plug-ins für die nächste Nutzung beibehalten? Plug-in {0} erfolgreich installiert. Bitte starten Sie Flow neu. Plug-in {0} erfolgreich deinstalliert. Bitte starten Sie Flow neu. Plug-in {0} erfolgreich aktualisiert. Bitte starten Sie Flow neu. - Plugin install + Plug-in-Installation {0} von {1} {2}{2}Möchten Sie dieses Plug-in installieren? - Plugin uninstall + Plug-in-Deinstallation {0} von {1} {2}{2}Möchten Sie dieses Plug-in deinstallieren? - Plugin update + Plug-in-Update {0} von {1} {2}{2}Möchten Sie dieses Plugin aktualisieren? Plug-in wird heruntergeladen Automatically restart after installing/uninstalling/updating plugins in plugin store Zip file does not have a valid plugin.json configuration Installation aus unbekannter Quelle This plugin is from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning in general section of setting window) - Zip files - Please select zip file - Install plugin from local path + Zip-Dateien + Bitte wählen Sie eine Zip-Datei aus + Plug-in aus lokalem Pfad installieren + Kein Update verfügbar + Alle Plug-ins sind auf dem neuesten Stand + Plug-in-Updates verfügbar + Plug-ins aktualisieren + Plug-in-Updates überprüfen + Plug-ins sind erfolgreich aktualisiert. Bitte starten Sie Flow neu. Theme @@ -350,6 +394,28 @@ Ergebnis-Badges zeigen Für unterstützte Plug-ins werden Badges zur besseren Unterscheidung angezeigt. Ergebnis-Badges nur für globale Abfrage zeigen + Badges nur für globale Abfrageergebnisse zeigen + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Linksklick oder Enter-Taste + Rechtsklick + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Vollständigen Pfad in Dateinamensbox ausfüllen + Vollständigen Pfad in Dateinamensbox ausfüllen und öffnen + Verzeichnis in Pfadbox ausfüllen HTTP-Proxy @@ -466,14 +532,14 @@ Drücken Sie einen benutzerdefinierten Hotkey, um Flow Launcher zu öffnen und die spezifizierte Abfrage automatisch einzugeben. Vorschau Hotkey ist nicht verfügbar, bitte wählen Sie einen neuen Hotkey aus - Hotkey is invalid + Hotkey ist ungültig Aktualisieren Bindung Hotkey Aktueller Hotkey ist nicht verfügbar. Dieser Hotkey ist für "{0}" reserviert und kann nicht verwendet werden. Bitte wählen Sie einen anderen Hotkey. Dieser Hotkey ist bereits in Verwendung von "{0}". Wenn Sie "Überschreiben" drücken, wird dieser aus "{0}" entfernt. Drücken Sie die Tasten, die Sie für diese Funktion verwenden möchten. - Hotkey and action keyword are empty + Hotkey und Aktions-Schlüsselwort sind leer Benutzerdefinierter Abfrage-Shortcut @@ -484,7 +550,7 @@ Wenn Sie bei der Eingabe eines Shortcuts ein '@'-Präfix hinzufügen, stimmt die Shortcut ist bereits vorhanden, bitte geben Sie einen neuen Shortcut ein oder bearbeiten Sie den vorhandenen. Shortcut und/oder dessen Erweiterung ist leer. - Shortcut is invalid + Shortcut ist ungültig Speichern @@ -549,6 +615,11 @@ Wenn Sie bei der Eingabe eines Shortcuts ein '@'-Präfix hinzufügen, stimmt die Daten aktualisieren Update-Beschreibung + + Flow Launcher nach Aktualisierung der Plug-ins neu starten + {0}: Update von v{1} auf v{2} + Kein Plug-In ausgewählt + Überspringen Willkommen bei Flow Launcher diff --git a/Flow.Launcher/Languages/es-419.xaml b/Flow.Launcher/Languages/es-419.xaml index 814cea882..b976787c3 100644 --- a/Flow.Launcher/Languages/es-419.xaml +++ b/Flow.Launcher/Languages/es-419.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Always Start Typing in English Mode Temporarily change your input method to English mode when activating Flow. Actualización automática + Automatically check and update the app when available Seleccionar Ocultar Flow Launcher al arrancar el sistema Flow Launcher search window is hidden in the tray after starting up. @@ -102,7 +123,20 @@ Low Regular Search with Pinyin - Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Always Preview Always open preview panel when Flow activates. Press {0} to toggle preview. El efecto de sombra no está permitido mientras el tema actual tenga el efecto de desenfoque habilitado @@ -131,6 +165,8 @@ Abrir Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Search Plugin @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + No update available + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Tema @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box Proxy HTTP @@ -549,6 +615,11 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in Actualizar archivos Actualizar descripción + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Omitir Bienvenido a Flow Launcher diff --git a/Flow.Launcher/Languages/es.xaml b/Flow.Launcher/Languages/es.xaml index c65773212..e75ec4a6c 100644 --- a/Flow.Launcher/Languages/es.xaml +++ b/Flow.Launcher/Languages/es.xaml @@ -16,6 +16,26 @@ Fallo al iniciar los complementos Complemento: {0} - no se pudo cargar y se desactivará, póngase en contacto con el creador del complemento para obtener ayuda + + Flow Launcher necesita reiniciarse para terminar de deshabilitar el modo portable, después de reiniciar se borrará el perfil de datos portables y se mantendrá el perfil de datos itinerantes + Flow Launcher necesita reiniciarse para terminar de habilitar el modo portable, después de reiniciar se borrará el perfil de datos itinerantes y se mantendrá el perfil de datos portables + Flow Launcher ha detectado que tiene activado el modo portable, ¿desea moverlo a otra ubicación? + Flow Launcher ha detectado que tiene desactivado el modo portable, los accesos directos relevantes y la entrada del desinstalador han sido creados + Flow Launcher ha detectado que los datos de usario existen tanto en {0} como en {1}. {2}{2}Por favor, elimine {1} para continuar. No se han producido cambios. + + + El siguiente complemento ha sufrido un error y no puede cargarse: + Los siguientes complementos han sufrido un error y no pueden cargarse: + Por favor, consulte los registros para más información + + + Por favor inténtelo de nuevo + No se puede analizar el proxy Http + + + No se ha podido instalar el entorno TypeScript. Por favor, inténtelo de nuevo más tarde. + No se ha podido instalar el entorno Python. Por favor, inténtelo de nuevo más tarde. + No se ha podido registrar el atajo de teclado "{0}". El atajo de teclado puede estar siendo utilizado por otro programa. Seleccione un atajo de teclado diferente o salga del otro programa. No se ha podido anular el registro de la tecla de acceso rápido «{0}». Inténtelo de nuevo o consulte el registro para obtener más detalles @@ -91,6 +111,7 @@ Empezar a escribir siempre en modo inglés Cambia temporalmente el método de entrada al modo inglés cuando se activa Flow. Actualización automática + Comprueba y actualiza automáticamente la aplicación cuando esté disponible Seleccionar Ocultar Flow Launcher al inicio La ventana de búsqueda de Flow Launcher se oculta en la bandeja del sistema tras el arranque. @@ -102,7 +123,20 @@ Baja Normal Buscar con Pinyin - Permite utilizar Pinyin para la búsqueda. Pinyin es el sistema estándar de ortografía romanizado para traducir chino. + Pinyin es el sistema estándar de ortografía romanizada para traducir chino. Tenga en cuenta que activar esta opción puede aumentar significativamente el uso de memoria durante la búsqueda. + Utilizar Doble Pinyin + Utiliza Doble Pinyin en lugar de Pinyin Completo para buscar. + Esquema Doble Pinyin + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Mostrar siempre vista previa Muestra siempre el panel de vista previa al iniciar Flow. Pulsar {0} para mostrar/ocultar la vista previa. El efecto de sombra no está permitido si el tema actual tiene activado el efecto de desenfoque @@ -131,6 +165,8 @@ Abrir Utilizar IME Coreano anterior Se puede cambiar la configuración anterior del IME coreano directamente desde aquí + No se ha podido cambiar la configuración del IME coreano + Por favor, compruebe el acceso al registro de su sistema o póngase en contacto con el soporte técnico. Página de inicio Muestra los resultados de la página de inicio cuando el texto de la consulta está vacío. Mostrar historial de resultados en la página de inicio @@ -139,9 +175,11 @@ Mostrar ventana de búsqueda en primer plano Anula el ajuste «Siempre arriba» de otros programas y muestra Flow en primer plano. Reiniciar después de modificar el complemento a través de la Tienda de complementos - Reiniciar Flow Launcher automáticamente después de instalar/desinstalar/actualizar el complemento a través de la Tienda de complementos + Reinicia Flow Launcher automáticamente después de instalar/desinstalar/actualizar el complemento a través de la Tienda de complementos Mostrar advertencia de fuente desconocida - Mostrar advertencia al instalar complementos desde fuentes desconocidas + Muestra advertencia al instalar complementos desde fuentes desconocidas + Actualizar automáticamente los complementos + Comprueba automáticamente las actualizaciones del complemento y notifica si hay actualizaciones disponibles Buscar complemento @@ -182,8 +220,8 @@ Complementos: {0} - Fallo al eliminar los archivos de caché del complemento, por favor elimínelos manualmente {0} ya está modificado Reiniciar Flow antes de realizar más cambios - No se pudo instalar {0} - No se pudo desinstalar {0} + Fallo al instalar {0} + Fallo al desinstalar {0} No se puede encontrar plugin.json en el archivo zip extraído, o esta ruta {0} no existe Ya existe un complemento con el mismo ID y versión, o la versión es superior a la de este complemento descargado @@ -222,7 +260,13 @@ ¡Este complemento es de una fuente desconocida y puede contener riesgos potenciales!{0}{0}Asegúrese de entender de dónde proviene este complemento y que es seguro.{0}{0}¿Desea continuar aún?{0}{0}(Puede desactivar esta advertencia en la sección general de la ventana de configuración) Archivos Zip Por favor, seleccione archivo zip - Instalar complemento desde la ruta local + Instalar complemento desde ruta local + No hay actualizaciones disponibles + Todos los complementos están actualizados + Actualizaciones de complementos disponibles + Actualizar complementos + Comprobar actualizaciones de los complementos + Los complementos se han actualizado correctamente. Por favor, reinicie Flow. Tema @@ -251,7 +295,7 @@ Modo Ventana Opacidad El tema {0} no existe, activando el tema por defecto - Fallo al cargar el tema {0}, activando el tema predeterminado + Fallo al cargar el tema {0}, volver al tema predeterminado Carpeta de temas del usuario Abrir carpeta de temas Esquema de colores @@ -283,9 +327,9 @@ Este tema soporta dos modos (claro/oscuro). Este tema soporta fondo transparente desenfocado. Mostrar marcador de posición - Mostrar marcador de posición cuando la consulta esté vacía + Muestra marcador de posición cuando la consulta esté vacía Texto del marcador de posición - Cambiar el texto del marcador de posición. La entrada vacía utilizará: {0} + Cambia el texto del marcador de posición. La entrada vacía utilizará: {0} Tamaño fijo de la ventana El tamaño de la ventana no se puede ajustar mediante arrastre. @@ -293,9 +337,9 @@ Atajo de teclado Atajos de teclado Abrir/Cerrar Flow Launcher - Introduzca el atajo de teclado para abrir/cerrar Flow Launcher. + Introducir atajo de teclado para abrir/cerrar Flow Launcher. Mostrar/Ocultar vista previa - Introduzca el atajo de teclado para mostrar/ocultar la vista previa en la ventana de búsqueda. + Introducir atajo de teclado para mostrar/ocultar la vista previa en la ventana de búsqueda. Atajos de teclado preestablecidos Lista de atajos de teclado actualmente registrados Tecla modificadora para abrir resultado @@ -350,6 +394,28 @@ Mostrar distintivos en resultados Para los complementos compatibles, se muestran distintivos que ayudan a distinguirlos más fácilmente. Mostrar distintivos en resultados solo para consulta global + Mostrar distintivos solo para los resultados de consultas globales + Salto de diálogo + Introducir atajo de teclado para acceder rápidamente a la ventana de diálogo Abrir/Guardar como en la ruta del administrador de archivos actual. + Salto de diálogo + Cuando se abre la ventana de diálogo Abrir/Guardar como, accede rápidamente a la ruta actual del administrador de archivos. + Salto de diálogo automáticamente + Cuando se muestra la ventana de diálogo Abrir/Guardar como, accede automáticamente a la ruta del administrador de archivos actual. (Experimental) + Mostrar ventana de salto de diálogo + Muestra la ventana de búsqueda de salto de diálogo cuando se presenta la ventana de diálogo de abrir/guardar para acceder rápidamente a las ubicaciones de los archivos/carpetas. + Posición de la ventana de salto de diálogo + Selecciona la posición de la ventana de búsqueda de salto de diálogo + Fijada bajo la ventana de diálogo Abrir/Guardar como. Se muestra al abrir y permanece hasta que se cierra la ventana + Posición predeterminada de la ventana de búsqueda. Se muestra cuando se activa con el atajo de teclado de la ventana de búsqueda + Comportamiento de navegación de los resultados de salto de diálogo + Comportamiento de navegación de la ventana de diálogo Abrir/Guardar como según la ruta de resultados seleccionada + Clic izquierdo o tecla Entrar + Clic derecho + Comportamiento de navegación de archivos de salto de diálogo + Comportamiento de navegación de la ventana de diálogo Abrir/Guardar como cuando el resultado es una ruta de archivo + Rellenar la ruta completa en el cuadro del nombre del archivo + Rellenar la ruta completa en el cuadro del nombre del archivo y abrir + Rellenar directorio en el cuadro de ruta Proxy HTTP @@ -378,9 +444,9 @@ Buscar actualizaciones Hágase Patrocinador La nueva versión {0} está disponible, ¿desea reiniciar Flow Launcher para actualizar? - La comprobación de las actualizaciones ha fallado, por favor, compruebe la configuración de su proxy y conexión a api.github.com. + Ha fallado la comprobación de las actualizaciones, por favor, compruebe la configuración de su proxy y conexión a api.github.com. - La descarga de las actualizaciones ha fallado, por favor, compruebe la configuración de su proxy y conexión a github-cloud.s3.amazonaws.com, + Ha fallado la descarga de las actualizaciones, por favor, compruebe la configuración de su proxy y conexión a github-cloud.s3.amazonaws.com, o diríjase a https://github.com/Flow-Launcher/Flow.Launcher/releases para descargar actualizaciones manualmente. Notas de la versión @@ -393,7 +459,7 @@ Carpeta del caché Limpiar cachés ¿Está seguro de que desea eliminar todos los cachés? - No se pudo eliminar parte de las carpetas y archivos. Por favor, consulte el archivo de registro para más información + No se ha podido eliminar parte de las carpetas y archivos. Por favor, consulte el archivo de registro para más información Asistente Ubicación de datos del usuario La configuración del usuario y los complementos instalados se guardan en la carpeta de datos del usuario. Esta ubicación puede variar dependiendo de si está en modo portable o no. @@ -406,7 +472,7 @@ Ver más notas de la versión en GitHub - No se pudo obtener las notas de la versión + No se ha podido obtener las notas de la versión Por favor, compruebe su conexión de red o asegúrese de que GitHub es accesible Flow Launcher ha sido actualizado a {0} Haga clic aquí para ver las notas de la versión @@ -450,7 +516,7 @@ Esta nueva palabra clave de acción es la misma que la anterior, por favor elija una diferente Correcto Finalizado correctamente - No se pudo copiar + No se ha podido copiar Introducir las palabras claves de acción que se desean utilizar para iniciar el complemento, utilizando espacios en blanco para separarlas. Utilizar * si no se desea especificar ninguna, para que el complemento se inicie sin ninguna palabra clave de acción. @@ -549,6 +615,11 @@ Si añade un prefijo "@" al introducir un acceso directo, éste coinci Actualizar archivos Actualizar descripción + + Reiniciar Flow Launcher después de actualizar complementos + {0}: Actualizar desde v{1} a v{2} + No se ha seleccionado ningún complemento + Omitir Bienvenido a Flow Launcher diff --git a/Flow.Launcher/Languages/fr.xaml b/Flow.Launcher/Languages/fr.xaml index 52013a7db..0ad69810b 100644 --- a/Flow.Launcher/Languages/fr.xaml +++ b/Flow.Launcher/Languages/fr.xaml @@ -16,6 +16,26 @@ Échec de l'initialisation des plugins Plugins : {0} - n'ont pas pu être chargés et doivent être désactivés, veuillez contacter le créateur du plugin pour obtenir de l'aide + + Flow Launcher doit redémarrer pour terminer la désactivation le mode portable, après le redémarrage, les données du profile portable seront supprimé et les données roaming conservé + Flow Launcher doit redémarrer pour terminer l'activation du mode portable, après le redémarrage, les données du profile roaming seront supprimé et les données du profile portable conservé + Flow Launcher à détecter que vous avez activé le mode portable, voulez-vous le déplacer à un autre emplacement ? + Flow Launcher a détecté que vous avez désactivé le mode portable, les raccourcis liés et l'entrée de désinstallation ont été créés + Flow Launcher a détecté que vos données utilisateur existent à la fois dans {0} et {1}. {2}{2}Veuillez supprimer {1} pour continuer. Aucune modification n'a été apportée. + + + Le plugin suivant a produit une erreur et ne peut être chargé : + Les plugins suivants ont produit une erreur et ne peuvent pas être chargés : + Veuillez vous référer aux logs pour plus d'informations + + + Veuillez réessayer + Impossible d'analyser le proxy Http + + + Échec de l'installation de l'environnement TypeScript. Veuillez réessayer plus tard. + Échec de l'installation de l'environnement Python. Veuillez réessayer plus tard. + Échec lors de l'enregistrement du raccourci : {0} Échec de la réinitialisation du raccourci "{0}". Veuillez réessayer ou consulter le journal pour plus de détails @@ -91,6 +111,7 @@ Toujours commencer à taper en mode anglais Changez temporairement votre mode de saisie en mode anglais lors de l'activation de Flow. Mettre à jour automatiquement + Vérifier et mettre à jour automatiquement l'application lorsqu'une nouvelle version est disponible Sélectionner Cacher Flow Launcher au démarrage La fenêtre de recherche de Flow Launcher est cachée dans la barre d’état après le démarrage. @@ -102,7 +123,20 @@ Faible Normal Devrait utiliser Pinyin - Permet d'utiliser Pinyin pour la recherche. Pinyin est le système standard d'orthographe romanisée pour la traduction du chinois + Pinyin est le système standard d'orthographe romanisée pour traduire le chinois. Veuillez noter que cela peut augmenter considérablement l'utilisation de la mémoire pendant la recherche. + Utiliser Double Pinyin + Utilisez Double Pinyin au lieu de Full Pinyin pour rechercher. + Schéma double Pinyin + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Toujours prévisualiser Toujours ouvrir le panneau d'aperçu lorsque Flow s'active. Appuyez sur {0} pour activer/désactiver l'aperçu. L'effet d'ombre n'est pas autorisé lorsque le thème actuel à un effet de flou activé @@ -131,6 +165,8 @@ Ouvrir Utilisez l'IME coréenne précédente Vous pouvez modifier les paramètres de l'IME coréen précédent directement à partir d'ici + Impossible de changer le paramètre IME coréen + Veuillez vérifier votre accès au registre du système ou contacter le support. Page d'accueil Afficher les résultats de la page d'accueil lorsque le texte de la requête est vide. Afficher les résultats de l'historique sur la page d'accueil @@ -142,6 +178,8 @@ Redémarrez automatiquement Flow Launcher après l'installation / désinstallation / mise à jour du plugin via le magasin des plugins Afficher l'avertissement de source inconnue Afficher un avertissement lors de l'installation de plugins à partir de sources inconnues + Mettre à jour automatiquement les plugins + Vérifier automatiquement les mises à jour des plugins et notifier s'il y a des mises à jour disponibles Rechercher des plugins @@ -223,6 +261,12 @@ Fichiers zip Veuillez sélectionner un fichier zip Installer le plugin depuis le chemin local + Aucune mise à jour disponible + Tous les plugins sont à jour + Mises à jour de plugins disponibles + Mettre à jour les plugins + Vérifier les mises à jour des plugins + Plugins mis à jour avec succès. Veuillez redémarrer Flow. Thèmes @@ -350,6 +394,28 @@ Afficher les badges de résultats Pour les plugins pris en charge, des badges sont affichés afin de les distinguer plus facilement. Afficher les badges de résultats pour la requête globale uniquement + Afficher les badges pour les résultats des requêtes globales uniquement + Dialog Jump + Entrez le raccourci pour naviguer rapidement dans la fenêtre de dialogue Ouvrir/Enregistrer sous, vers le chemin du gestionnaire de fichiers actuel. + Dialog Jump + Lorsque la fenêtre de dialogue Ouvrir/Enregistrer sous s'ouvre, accédez rapidement au chemin d'accès actuel du gestionnaire de fichiers. + Dialog Jump Automatically + Lorsque la fenêtre de dialogue Ouvrir/Enregistrer sous est affichée, naviguez automatiquement vers le chemin du gestionnaire de fichiers actuel. (Expérimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Clique droit + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Remplir le chemin complet dans la zone de nom de fichier + Remplir le chemin complet dans la zone de nom de fichier et ouvrir + Remplir le répertoire dans la zone de chemin Proxy HTTP @@ -377,7 +443,7 @@ Vous avez utilisé Flow Launcher {0} fois Vérifier les mises à jour Devenir un Sponsor - Nouvelle version {0} disponible, veuillez redémarrer Flow Launcher + Nouvelle version {0} disponible, souhaitez-vous redémarrer Flow Launcher pour l'installer ? Échec de la vérification de la mise à jour, vérifiez votre connexion et vos paramètres de configuration proxy pour pouvoir acceder à api.github.com. É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. @@ -536,8 +602,8 @@ Si vous ajoutez un préfixe "@" lors de la saisie d'un raccourci, celu Flow Launcher n'a pas pu déplacer les données de votre profil utilisateur vers la nouvelle version de mise à jour. Veuillez déplacer manuellement le dossier de données de votre profil de {0} vers {1} - Nouvelle mise à jour - Version v{0} de Flow Launcher disponible + Mise à jour disponible + La nouvelle version {0} de Flow Launcher est maintenant disponible Une erreur s'est produite lors de l'installation de la mise à jour Mettre à jour Annuler @@ -548,6 +614,11 @@ Si vous ajoutez un préfixe "@" lors de la saisie d'un raccourci, celu Fichiers mis à jour Description de la mise à jour + + Redémarrer Flow Launcher après la mise à jour des plugins + {0}: Mis à jour de v{1} vers v{2} + Aucun plugin sélectionné + Passer Bienvenue dans Flow Launcher diff --git a/Flow.Launcher/Languages/he.xaml b/Flow.Launcher/Languages/he.xaml index b72125214..03c3afc9b 100644 --- a/Flow.Launcher/Languages/he.xaml +++ b/Flow.Launcher/Languages/he.xaml @@ -16,6 +16,26 @@ נכשל בהפעלת תוספים תוספים: {0} - נכשלו בטעינה ויושבתו, אנא צור קשר עם יוצרי התוספים לקבלת עזרה + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + רישום מקש הקיצור "{0}" נכשל. ייתכן שמקש הקיצור נמצא בשימוש על ידי תוכנה אחרת. שנה למקש קיצור אחר, או צא מהתוכנה האחרת. ביטול הרישום של מקש קיצור "{0}" נכשל. אנא נסה שוב או עיין ביומן הרישום לפרטים נוספים @@ -91,6 +111,7 @@ תמיד התחל להקליד במצב אנגלית שנה זמנית את שיטת הקלט שלך למצב אנגלית בעת הפעלת Flow. עדכון אוטומטי + Automatically check and update the app when available בחר הסתר את Flow Launcher בהפעלת המחשב חלון החיפוש של Flow Launcher מוסתר במגש לאחר ההפעלה. @@ -102,7 +123,20 @@ נמוך Regular חפש באמצעות Pinyin - מאפשר חיפוש באמצעות Pinyin, מערכת הכתיבה הסטנדרטית לתרגום סינית. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + הצג תמיד תצוגה מקדימה פתח תמיד את לוח התצוגה המקדימה כאשר Flow מופעל. הקש על {0} כדי להחליף את התצוגה המקדימה. לא ניתן להחיל אפקט צל כאשר העיצוב הנוכחי מוגדר לאפקט טשטוש @@ -130,6 +164,8 @@ פתח השתמש ב־IME הקוריאני הקודם באפשרותך לשנות את הגדרות ה־IME הקוריאני הקודם ישירות מכאן + Failed to change Korean IME setting + Please check your system registry access or contact support. דף הבית Show home page results when query text is empty. Show History Results in Home Page @@ -141,6 +177,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available חפש תוסף @@ -222,6 +260,12 @@ Zip files Please select zip file Install plugin from local path + אין עדכון זמי + כל התוספים מעודכנים + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. ערכת נושא @@ -349,6 +393,28 @@ הצג תגי תוצאות עבור תוספים נתמכים, מוצגים תגים כדי לעזור להבחין ביניהם ביתר קלות. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP Proxy @@ -548,6 +614,11 @@ עדכן קבצים עדכן תיאור + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + דלג ברוך הבא אל Flow Launcher diff --git a/Flow.Launcher/Languages/it.xaml b/Flow.Launcher/Languages/it.xaml index 83867d00e..c9fb04b04 100644 --- a/Flow.Launcher/Languages/it.xaml +++ b/Flow.Launcher/Languages/it.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Registrazione del tasto di scelta rapida "{0}" non riuscita. Il tasto di scelta rapida potrebbe essere in uso da un altro programma. Passa a un altro tasto di scelta rapida o esci da un altro programma. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Inizia sempre a digitare in modalità inglese Cambiare temporaneamente il metodo di input in modalità inglese quando si attiva Flow. Aggiornamento automatico + Automatically check and update the app when available Seleziona Nascondi Flow Launcher all'avvio La finestra di ricerca di Flow Launcher è nascosta nelle applicazioni nascoste dopo l'avvio. @@ -102,7 +123,20 @@ Bassa Normale 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. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Mostra Sempre Anteprima Apri sempre il pannello di anteprima quando Flow si attiva. Premi {0} per attivare l'anteprima. L'effetto ombra non è consentito mentre il tema corrente ha un effetto di sfocatura abilitato @@ -131,6 +165,8 @@ Apri Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Plugin di ricerca @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + Nessun aggiornamento disponibile + Tutti i plugin sono aggiornati + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Tema @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box Proxy HTTP @@ -549,6 +615,11 @@ Se si aggiunge un prefisso '@' mentre si inserisce una scorciatoia, corrisponde File aggiornati Descrizione aggiornamento + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Salta Benvenuto su Flow Launcher diff --git a/Flow.Launcher/Languages/ja.xaml b/Flow.Launcher/Languages/ja.xaml index 22451ed27..9bc7ddd24 100644 --- a/Flow.Launcher/Languages/ja.xaml +++ b/Flow.Launcher/Languages/ja.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + ホットキー "{0}" の登録に失敗しました。このホットキーは別のプログラムで使用されている可能性があります。別のホットキーに変更するか、このホットキーを使用しているプログラムを終了してください。 Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ 常に英語モードで入力を開始する Flowを起動したとき、一時的に入力方法を英語モードに変更します。 自動更新 + Automatically check and update the app when available 選択 起動時にFlow Launcherを隠す 起動後、Flow Launcher の検索ウィンドウは非表示になり、トレイに格納されます。 @@ -102,7 +123,20 @@ Low Regular ピンインによる検索 - ピンインを使用して検索できるようにします。ピンインは、中国語をローマ字表記するための標準的な表記体系です。 + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + 常にプレビューする Flow が有効になったとき、常にプレビューパネルを開きます。 {0} を押してプレビューの表示/非表示を切り替えます。 現在のテーマでぼかしの効果が有効になっている場合、影の効果を有効にすることはできません @@ -131,6 +165,8 @@ 開く Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Search Plugin @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + No update available + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. テーマ @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP プロキシ @@ -549,6 +615,11 @@ 更新ファイル一覧 アップデートの詳細 + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + スキップ Flow Launcherへようこそ diff --git a/Flow.Launcher/Languages/ko.xaml b/Flow.Launcher/Languages/ko.xaml index b0c13d2e6..e519b4f59 100644 --- a/Flow.Launcher/Languages/ko.xaml +++ b/Flow.Launcher/Languages/ko.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program. 단축키 "{0}" 등록 해제에 실패했습니다. 다시 시도하시거나 로그를 확인하세요 @@ -91,6 +111,7 @@ 항상 영어입력 모드에서 시작 Flow 시작시 영어 상태에서 입력을 시작합니다. 자동 업데이트 + Automatically check and update the app when available 선택 시작 시 Flow Launcher 숨김 Flowr Launcher가 트레이에 숨겨진 상태로 시작합니다. @@ -102,7 +123,20 @@ 낮음 보통 항상 Pinyin 사용 - Pinyin을 사용하여 검색할 수 있습니다. Pinyin (병음) 은 로마자 중국어 입력 방식입니다. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + 항상 미리보기 Flow 사용시 항상 미리보기 패널을 열어둡니다. {0} 키를 눌러 프리뷰창을 켜고 끌 수 있습니다. 반투명 흐림 효과를 사용하는 경우, 그림자 효과를 쓸 수 없습니다. @@ -122,6 +156,8 @@ 열기 이전 버전의 Microsoft IME 사용 이전 버전의 IME를 사용하도록 시스템 설정을 변경합니다 + Failed to change Korean IME setting + Please check your system registry access or contact support. 홈페이지 쿼리 입력창이 비어있을때, 홈페이지의 결과를 표시합니다. 히스토리를 홈페이지에 표시 @@ -133,6 +169,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available 플러그인 검색 @@ -214,6 +252,12 @@ Zip files Please select zip file Install plugin from local path + 사용 가능한 업데이트가 없습니다 + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. 테마 @@ -341,6 +385,28 @@ 결과 뱃지 표시 For supported plugins, badges are displayed to help distinguish them more easily. 전역 검색 결과에서만 뱃지 표시 + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP 프록시 @@ -540,6 +606,11 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in 업데이트 파일 업데이트 설명 + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + 건너뛰기 Flow Launcher에 오신 것을 환영합니다 diff --git a/Flow.Launcher/Languages/nb.xaml b/Flow.Launcher/Languages/nb.xaml index c3879e203..6bfd05258 100644 --- a/Flow.Launcher/Languages/nb.xaml +++ b/Flow.Launcher/Languages/nb.xaml @@ -16,6 +16,26 @@ Mislykkes i å initialisere programtillegg Programtillegg: {0} - mislykkes å lastes inn og vil bli deaktivert, vennligst kontakt utvikleren av programtillegget for hjelp + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Kan ikke registrere hurtigtasten "{0}". Hurtigtasten kan være i bruk av et annet program. Endre til en annen hurtigtast, eller avslutt et annet program. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Begynn alltid å skrive i engelsk modus Bytt inndatametode midlertidig til engelsk modus når du aktiverer Flow. Automatisk oppdatering + Automatically check and update the app when available Velg Skjul Flow Launcher ved oppstart Søkevinduet for Flow Launcher er skjult i systemstatusfeltet etter oppstart. @@ -102,7 +123,20 @@ Lav Vanlig Søk med Pinyin - Tillater bruk av Pinyin for å søke. Pinyin er standardsystemet for romanisert stavemåte for å oversette kinesisk. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Alltid forhåndsvisning Åpne alltid forhåndsvisningspanel når Flow aktiveres. Trykk på {0} for å velge forhåndsvisning. Skyggeeffekt er ikke tillatt mens gjeldende tema har uskarphet-effekt aktivert @@ -131,6 +165,8 @@ Åpne Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Søk etter programtillegg @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + Ingen oppdatering tilgjengelig + Alle programtillegg er oppdatert + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Drakt @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP proxy @@ -549,6 +615,11 @@ Hvis du legger til et @-prefiks mens du legger inn en snarvei, samsvarer det med Oppdater filer Beskrivelse av oppdatering + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Hopp over Velkommen til Flow Launcher diff --git a/Flow.Launcher/Languages/nl.xaml b/Flow.Launcher/Languages/nl.xaml index 96a7e43dd..8b85130af 100644 --- a/Flow.Launcher/Languages/nl.xaml +++ b/Flow.Launcher/Languages/nl.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Probeer het opnieuw + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Sneltoets "{0}" registreren. De sneltoets kan in gebruik zijn door een ander programma. Verander naar een andere sneltoets of sluit een ander programma. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -43,7 +63,7 @@ Stop het gebruik van Sneltoetsen. Positie resetten Reset search window position - Type here to search + Type om te zoeken Instellingen @@ -91,6 +111,7 @@ Begin altijd met typen in Engelse modus Verander tijdelijk je invoermethode in de Engelse modus bij het activeren van Flow. Automatische Update + Automatically check and update the app when available Selecteer Verberg Flow Launcher als systeem opstart Flow Launcher zoekvenster is verborgen in het systeemvak na het opstarten. @@ -102,16 +123,29 @@ Laag Normaal Zou Pinyin moeten gebruiken - Zorgt ervoor dat Pinyin gebruikt kan worden om te zoeken. Pinyin is het standaard systeem van geromaniseerde spelling voor het vertalen van Chinees. + Pinyin is het standaard systeem van geromaniseerde spelling voor Chinees vertalen. Let op, het inschakelen van dit systeem kan het geheugengebruik tijdens het zoeken aanzienlijk verhogen. + Dubbele Pinyin gebruiken + Gebruik Double Pinyin in plaats van Full Pinyin om te zoeken. + Double Pinyin Schema + Xiao Hij + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Altijd voorbeeld Open altijd het voorbeeld paneel wanneer Flow activeert. Druk op {0} om voorbeeld te schakelen. Schaduw effect is niet toegestaan omdat het huidige thema een vervagingseffect heeft - Search Delay - Adds a short delay while typing to reduce UI flicker and result load. Recommended if your typing speed is average. - Enter the wait time (in ms) until input is considered complete. This can only be edited if Search Delay is enabled. - Default Search Delay Time - Wait time before showing results after typing stops. Higher values wait longer. (ms) - Information for Korean IME user + Vertraging voor zoeken + Voegt een korte vertraging toe tijdens het typen om flikkeren van de UI en systeembelasting te verminderen. Aanbevolen als uw typsnelheid gemiddeld is. + Voer de wachttijd in (in ms) totdat de invoer is voltooid. Dit kan alleen worden bewerkt als de Vertraging voor zoeken optie is ingeschakeld. + Standaard wachttijd Vertraging voor zoeken + Wacht op het tonen van resultaten na het typen stopt. Hogere waarden wachten langer. (ms) + Informatie voor Koreaanse IME-gebruiker The Korean input method used in Windows 11 may cause some issues in Flow Launcher. @@ -131,6 +165,8 @@ Openen Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Plug-ins zoeken @@ -163,7 +201,7 @@ Advanced Settings: Enabled Priority - Search Delay + Vertraging voor zoeken Home Page Huidige Prioriteit Nieuwe Prioriteit @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + No update available + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Thema @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP Proxy @@ -549,6 +615,11 @@ Als u een '@' voorvoegsel toevoegt tijdens het invoeren van een snelkoppeling, m Update bestanden Update beschrijving + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Skip Welcome to Flow Launcher diff --git a/Flow.Launcher/Languages/pl.xaml b/Flow.Launcher/Languages/pl.xaml index ff3c548ad..50f3245d8 100644 --- a/Flow.Launcher/Languages/pl.xaml +++ b/Flow.Launcher/Languages/pl.xaml @@ -16,6 +16,26 @@ Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy popros Nie udało się zainicjować wtyczek Wtyczki: {0} – nie udało się ich wczytać i zostaną wyłączone. Skontaktuj się z twórcą wtyczki, aby uzyskać pomoc + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Nie udało się zarejestrować skrótu klawiszowego „{0}”. Skrót może być używany przez inny program. Zmień skrót na inny lub zamknij program, który go używa. Nie udało się wyrejestrować skrótu „{0}”. Spróbuj ponownie lub sprawdź szczegóły w dzienniku @@ -91,6 +111,7 @@ Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy popros Zawsze rozpoczynaj wpisywanie w trybie angielskim Tymczasowo zmień metodę wprowadzania na tryb angielski podczas aktywacji Flow. Automatyczne aktualizacje + Automatically check and update the app when available Wybierz Uruchamiaj Flow Launcher zminimalizowany Okno wyszukiwania Flow Launcher jest ukryte w zasobniku systemowym po uruchomieniu. @@ -102,7 +123,20 @@ Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy popros Niska Standardowa Szukaj z Pinyin - Umożliwia wyszukiwanie przy użyciu Pinyin. Pinyin to standardowy system pisowni zromanizowanej służący do tłumaczenia języka chińskiego. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Zawsze podgląd Zawsze otwieraj panel podglądu, gdy aktywowany jest Flow. Naciśnij {0}, aby przełączyć podgląd. Efekt cienia jest niedozwolony, gdy bieżący motyw ma włączony efekt rozmycia @@ -130,6 +164,8 @@ Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy popros Otwórz Użyj poprzedniego koreańskiego IME Możesz bezpośrednio zmienić ustawienia poprzedniego koreańskiego IME tutaj + Failed to change Korean IME setting + Please check your system registry access or contact support. Strona główna Wyświetl wyniki strony głównej, gdy pole wyszukiwania jest puste. Pokaż wyniki historii na stronie głównej @@ -141,6 +177,8 @@ Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy popros Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Szukaj wtyczek @@ -222,6 +260,12 @@ Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy popros Zip files Please select zip file Install plugin from local path + Brak dostępnych aktualizacji + Wszystkie wtyczki są aktualne + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Motyw @@ -349,6 +393,28 @@ Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy popros Pokaż odznaki wyników W przypadku wspieranych wtyczek wyświetlane są odznaki, aby łatwiej je rozróżnić. Pokaż odznaki wyników tylko dla zapytań globalnych + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box Serwer proxy HTTP @@ -548,6 +614,11 @@ Jeśli dodasz prefiks '@' podczas wprowadzania skrótu, będzie on pasował do d Aktualizuj pliki Opis aktualizacji + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Pomiń Witamy w Flow Launcher diff --git a/Flow.Launcher/Languages/pt-br.xaml b/Flow.Launcher/Languages/pt-br.xaml index fcdb14590..31604e798 100644 --- a/Flow.Launcher/Languages/pt-br.xaml +++ b/Flow.Launcher/Languages/pt-br.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Falha em registrar a tecla de atalho "{0}". A combinação pode estar em uso por outro programa. Mude para uma tecla de atalho diferente, ou encerre o outro programa. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Sempre Começar Digitando em Modo Inglês Temporariamente altere seu método de entrada para o Modo Inglês ao ativar o Flow. Atualizar Automaticamente + Automatically check and update the app when available Selecionar Esconder Flow Launcher na inicialização Flow Launcher search window is hidden in the tray after starting up. @@ -102,7 +123,20 @@ Low Regular Buscar com Pinyin - Permite o uso de Pinyin para busca. Pinyin é o sistema padrão de escrita romanizada para traduzir chinês. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Sempre Pré-visualizar Sempre abrir o painel de pré-visualização quando o Flow é ativado. Pressione {0} para ativar ou desativar a pré-visualização. O efeito de sombra não é permitido enquanto o tema atual tem o efeito de desfoque ativado @@ -131,6 +165,8 @@ Abrir Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Buscar Plugin @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + No update available + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Tema @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box Proxy HTTP @@ -549,6 +615,11 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in Atualizar arquivos Atualizar descrição + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Pular Bem-vindo ao Flow Launcher diff --git a/Flow.Launcher/Languages/pt-pt.xaml b/Flow.Launcher/Languages/pt-pt.xaml index 5d64d429f..06c15977d 100644 --- a/Flow.Launcher/Languages/pt-pt.xaml +++ b/Flow.Launcher/Languages/pt-pt.xaml @@ -8,23 +8,43 @@ Por favor, selecione o executável {0} - Your selected {0} executable is invalid. + O executável {0} é inválido. {2}{2} - Click yes if you would like select the {0} executable again. Click no if you would like to download {1} + Clique Sim se quiser escolher o novo executável {0}. Clique Não se quiser descarregar {1}. Não foi possível definir o caminho do executável {0}. Experimente definir o caminho nas definições (desloque até ao fundo). Falha ao iniciar os plugins Plugin: {0} - não foi possível iniciar e será desativado. Contacte o criador do plugin para obter ajuda. + + Tem que reiniciar Flow Launcher para terminar a desativação do modo portátil. Após reiniciar, o seu perfil de dados portáteis será eliminado mas o perfil na pasta "Roaming" será mantido. + Tem que reiniciar Flow Launcher para terminar a ativação do modo portátil. Após reiniciar, o seu perfil de dados na pasta "Roaming" será eliminado mas o perfil de dados portáteis será mantido. + Flow Launcher detetou que você ativou o modo portátil . Gostaria de mover a pasta da aplicação para outro local? + Flow Launcher detetou que desativou o modo portátil. De seguida, serão criados os atalhos e o desintalador. + Flow Launcher detetou que os seus dados de utilizador existem e {0} e {1}. {2}{2}Deve eliminar {1} para continuar. Nenhuma alteração foi efetuada. + + + Ocorreu um erro com o plugin indicado e os dados não foram carregados: + Ocorreu um erro com os plugins indicados e os dados não foram carregados: + Consulte o registo para mais informações + + + Por favor tente novamente + Não foi possível processar o proxy HTTP + + + Falha ao instalar o ambiente TypeScript. Por favor, tente mais tarde. + Falha ao instalar o ambiente Python. Por favor, tente mais tarde. + Falha ao registar a tecla de atalho "{0}". A tecla de atalho pode estar a ser usada por outra aplicação. Utilize uma tecla de atalho diferente ou feche o outro programa. Falha ao cancelar a atribuição da tecla de atalho "{0}". Tente novamente ou consulte o registo para mais detalhes. Flow Launcher Não foi possível iniciar {0} Formato do ficheiro inválido como plugin - Definir como principal para esta consulta - Cancelar como principal para esta consulta - Executar consulta: {0} + Definir como principal para esta pesquisa + Cancelar como principal para esta pesquisa + Executar pesquisa: {0} Última execução: {0} Abrir Definições @@ -69,11 +89,11 @@ Direita, cima Posição personalizada Idioma - Estilo da última consulta + Estilo da última pesquisa Mostrar/ocultar resultados anteriores ao reiniciar Flow Launcher - Manter última consulta - Selecionar última consulta - Limpar última consulta + Manter última pesquisa + Selecionar última pesquisa + Limpar última pesquisa Manter palavra-chave da última ação Selecionar palavra-chave da última ação Número máximo de resultados @@ -91,18 +111,32 @@ Escrever sempre em inglês Alterar, temporariamente, o método de introdução para inglês ao iniciar Flow launcher. Atualização automática + Procurar atualizações da aplicação e aplicar automaticamente ao iniciar Selecionar Ocultar Flow Launcher ao arrancar Ocultar caixa de pesquisa na bandeja após iniciar Flow Launcher. Ocultar í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 consulta - Altera a precisão mínima necessário para obter resultados + Precisão da pesquisa + Altera a precisão mínima para a obtenção dos resultados Nenhuma Baixa Normal Pesquisar com Pinyin - Permite a utilização de Pinyin para pesquisar. Pinyin é um sistema normalizado de ortografia romanizada para tradução de mandarim. + Pinyin é o sistema padrão de ortografia romanizada para traduzir Mandarim. Tenha em atenção de que, se ativar esta opção, pode aumentar a utilização de memória durantes as pesquisas. + Utilizar Pinyin duplo + Utilizar Pinyin duplo em vez de Pinyin completo para as pesquisas + Esquema Pinyin duplo + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Pré-visualizar sempre Abrir painel de pré-visualização ao ativar Flow Launcher. Prima {0} para comutar a pré-visualização. O efeito sombra não é permitido com este tema porque o efeito desfocar está ativo @@ -130,6 +164,8 @@ Abrir Utilizar versão anterior de IME Coreano Pode alterar as definições do método de introdução coreano aqui + falha ao alterar a definição IME Coreano + Verifique se tem acesso ao registo do sistema ou contacte o suporte. Página inicial Mostrar resultados da página inicial se o termo de pesquisa estiver vazio. Mostrar histórico na página inicial @@ -141,6 +177,8 @@ Reiniciar Flow Launcher após instalar/desinstalar/atualizar um plugin via Loja de plugins Mostrar aviso de origem desconhecida Mostrar aviso ao instalar plugins de origens desconhecidas + Atualizar plugins automaticamente + Procurar atualizações para plugins automaticamente e notificar se existirem Pesquisar plugins @@ -171,7 +209,7 @@ Pasta de plugins de Tempo de arranque: - Tempo de consulta: + Tempo de pesquisa: Versão Site Desinstalar @@ -222,6 +260,12 @@ Ficheiros Zip Selecione o ficheiro Zip Instalar plugin de um caminho local + Não existem atualizações + Todos os plugins estão atualizados + Existem atualizações para plugins + Atualizar plugins + Procurar atualizações para plugins + Plugins atualizados com sucesso. Reinicie Flow Launcher. Tema @@ -239,7 +283,7 @@ Terminar processos indesejados Altura da barra de pesquisa Altura do item - Tipo de letra da consulta + Tipo de letra da caixa de pesquisa Tipo de letra dos títulos Tipo de letra dos subtítulos Repor @@ -282,7 +326,7 @@ Este tema tem suporte a dois modos (claro/escuro). Este tema tem suporte a fundo transparente desfocado. Mostrar marcador de posição - Mostrar marcador de posição se a consulta estiver vazia + Mostrar marcador de posição se a pesquisa estiver vazia Texto do marcador O texto do marcador de posição. Se vazio, será utilizado: {0} Janela com tamanho fixo @@ -307,8 +351,8 @@ Selecionar anterior Página seguinte Página anterior - Ir para consulta anterior - Ir para consulta seguinte + Ir para pesquisa anterior + Ir para pesquisa seguinte Abrir menu de contexto Abrir menu de contexto nativo Abrir janela de definições @@ -324,9 +368,9 @@ Para utilizar quando pretende recarregar o plugin e os dados existentes. Ainda pode adicionar mais uma tecla de atalho para esta função. Teclas de atalho personalizadas - Atalhos de consultas personalizadas + Atalhos personalizados para pesquisas Atalhos nativos - Consulta + Pesquisa Atalho Expansão Descrição @@ -346,9 +390,31 @@ Utilizar ícones Segoe Fluent Se possível, utilizar ícones Segoe Fluent para os resultados Prima a tecla - Mostrar emblemas dos resultados - Para plugins suportados, são mostrados emblemas para nos ajudar a distingui-los mais facilmente. - Mostrar emblemas apenas para a consulta global + Mostrar indicador dos resultados + Para plugins suportados, são mostrados indicadores para nos ajudar a distingui-los mais facilmente. + Mostrar indicadores apenas para a pesquisa global + Mostrar indicadores apenas para a pesquisa global + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box Proxy HTTP @@ -413,7 +479,7 @@ Selecione o gestor de ficheiros Saber mais Por favor, especifique a localização do executável do seu gestor de ficheiros e adicione os argumentos necessários. "%d" representa o caminho do diretório a abrir, usado pelo argumento do campo Pasta e para comandos que abrem diretórios específicos. "%f" representa o caminho do ficheiro a abrir, usado pelo argumento do campo Ficheiro e para comandos que abrem ficheiros específicos. - For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fields blank. + Por exemplo, se o gestor de ficheiros utilizar o comando "totalcmd.exe /A c:\windows" para abrir o diretório c:\windows , o caminho para o gestor de ficheiros será totalcmd. exe e os argumentos para a Pasta serão /A "%d". Alguns gestores de ficheiros, como QTTabBar podem apenas exigir que especifique o caminho. Para estes, deve utilizar "%d" como caminho para o gestor de ficheiros e deixar o resto dos campos em branco. Gestor de ficheiros Nome do perfil Caminho do gestor de ficheiros @@ -464,14 +530,14 @@ Prima uma tecla de atalho personalizada para abrir Flow Launcher e escrever automaticamente a pesquisa. Antevisão Tecla de atalho indisponível, por favor escolha outra - Hotkey is invalid + Tecla de atalho inválida Atualizar Associar tecla de atalho A tecla de atalho atual não está disponível. Esta tecla de atalho está reservada para "{0}" e não pode ser usada. Por favor, escolha outra. Esta tecla de atalho está a ser utilizada por "{0}". Se escolher "Substituir", será removida de "{0}". Prima as teclas que pretende utilizar para esta função. - Hotkey and action keyword are empty + Tecla de atalho e palavra-chave vazias Atalho de consulta personalizada @@ -482,7 +548,7 @@ Se adicionar o prefixo '@' durante a introdução do atalho, será utilizada qua Este atallho já existe. Por favor escolha outro ou edite o existente. O atalho e/ou a expansão não estão preenchidos. - Shortcut is invalid + Atalho inválido Guardar @@ -547,6 +613,11 @@ Queira por favor mover a pasta do seu perfil de {0} para {1} Atualizar ficheiros Atualizar descrição + + Reiniciar Flow Launcher após atualizar os plugins + {0}: Atualizar de v{1} para v{2} + Nada selecionado + Ignorar Obrigado por utilizar Flow Launcher diff --git a/Flow.Launcher/Languages/ru.xaml b/Flow.Launcher/Languages/ru.xaml index aa4505580..773516e16 100644 --- a/Flow.Launcher/Languages/ru.xaml +++ b/Flow.Launcher/Languages/ru.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Не удалось зарегистрировать сочетание клавиш "{0}". Возможно, оно используется другой программой. Измените сочетание клавиш или закройте другую программу. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Всегда начинать печатать в английском режиме Временно изменить способ ввода на английский при запуске Flow. Автообновление + Automatically check and update the app when available Выбор Скрыть Flow Launcher при запуске Flow Launcher search window is hidden in the tray after starting up. @@ -102,7 +123,20 @@ Low Regular Поиск с использованием пиньинь - Позволяет использовать пиньинь для поиска. Пиньинь - это стандартная система латинизированной орфографии для перевода китайского языка. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Всегда предпросмотр Всегда открывать панель предварительного просмотра при запуске Flow. Нажмите {0}, чтобы переключить предварительный просмотр. Эффект тени не допускается, если в текущей теме включён эффект размытия @@ -131,6 +165,8 @@ Открыть Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Поиск плагина @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + No update available + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Тема @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box НТТР-прокси @@ -549,6 +615,11 @@ Обновить файлы Обновить описание + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Пропустить Добро пожаловать в Flow Launcher diff --git a/Flow.Launcher/Languages/sk.xaml b/Flow.Launcher/Languages/sk.xaml index f7a2ce05a..cbaa5abe7 100644 --- a/Flow.Launcher/Languages/sk.xaml +++ b/Flow.Launcher/Languages/sk.xaml @@ -16,9 +16,30 @@ Nepodarilo sa inicializovať pluginy Pluginy: {0} – nepodarilo sa načítať a mal by byť zakázaný, na pomoc kontaktujte autora pluginu + + Flow Launcher sa musí reštartovať, aby sa vypol prenosný režim, po reštarte sa váš prenosný dátový profil odstráni a roamingový dátový profil sa zachová + Flow Launcher sa musí reštartovať, aby sa zapol prenosný režim, po reštarte sa váš roamingový dátový profil odstráni a prenosný dátový profil sa zachová + Flow Launcher zistil, že máte zapnutý prenosný režim, chcete ho presunúť na iné miesto? + Flow Launcher zistil, že máte vypnutý prenosný režim, boli vytvorení príslušní zástupcovia a položka odinštalátora + Flow Launcher zistil, že vaše používateľské údaje existujú v {0} aj {1}. {2}{2}Prosím, odstráňte {1}, aby ste mohli pokračovať. +Nevykonali sa žiadne zmeny. + + + Nasledujúci plugin je chybný a nie je možné ho načítať: + Nasledujúc pluginy sú chybné nie je možné ich načítať: + Ďalšie informácie nájdete v logoch + + + Prosím, skúste to znova + Nie je možné analyzovať Http Proxy + + + Nepodarilo sa nainštalovať prostredie TypeScript. Skúste to neskôr. + Nepodarilo sa nainštalovať prostredie Python. Skúste to neskôr. + Nepodarilo sa zaregistrovať klávesovú skratku "{0}". Klávesová skratka môže byť používaná iným programom. Zmeňte klávesovú skratku na inú alebo ukončite iný program. - Nepodarilo sa registrovať klávesovú skratku "{0}". Skúste to znova alebo si pozrite podrobnosti v denníku + Nepodarilo sa registrovať klávesovú skratku "{0}". Skúste to znova alebo si pozrite podrobnosti v logu Flow Launcher Nepodarilo sa spustiť {0} Neplatný formát súboru pre plugin Flow Launchera @@ -91,6 +112,7 @@ Vždy písať s anglickou klávesnicou Pri aktivácii Flowu sa dočasne zmení klávesnica na anglickú. Automatická aktualizácia + Automaticky skontrolovať a aktualizovať aplikáciu, ak je to možné Vybrať Schovať Flow Launcher po spustení Vyhľadávacie okno Flow launchera sa po spustení skryje v oblasti oznámení. @@ -102,7 +124,20 @@ Nízka Normálna Vyhľadávanie pomocou pchin-jin - Umožňuje vyhľadávanie pomocou pchin-jin. Pchin-jin je systém zápisu čínskeho jazyka pomocou písmen latinky. + Pchin-jin je systém zápisu čínskeho jazyka pomocou písmen latinky. Upozorňujeme, že zapnutie tejto funkcie môže výrazne zvýšiť využitie pamäte počas vyhľadávania. + Použiť Double Pinyin + Na vyhľadávanie použiť namiesto úplného Pinyinu Double Pinyin. + Schéma Double Pinyin + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Vždy zobraziť náhľad Pri aktivácii Flowu vždy otvoriť panel s náhľadom. Stlačením klávesu {0} prepnete náhľad. Efekt tieňa nie je povolený, kým má aktuálny motív povolený efekt rozostrenia @@ -131,6 +166,8 @@ Otvoriť Použiť predchádzajúcu verziu editora Microsoft IME Zmeniť na predchádzajúcu verziu editora Microsoft IME môžete priamo tu + Nepodarilo sa zmeniť nastavenie kórejského IME + Skontrolujte prístup do systémového registra alebo kontaktujte podporu. Domovská stránka Zobraziť výsledky Domovskej stránky, keď je text dopytu prázdny. Zobraziť výsledky histórie na Domovskej stránke @@ -142,6 +179,8 @@ Automaticky reštartovať Flow Launcher po inštalácii/odinštalácii/aktualizáciu pluginu cez Repozitár pluginov Zobraziť upozornenie na neznámy zdroj Zobraziť upozornenie pri inštalácii z neznámych zdrojov + Automaticky aktualizovať pluginy + Automaticky kontrolovať aktualizácie pluginov a upozorniť na ne, ak sú k dispozícii Vyhľadať plugin @@ -223,6 +262,12 @@ Zip súbory Vyberte zip súbor Inštalovať plugin z miestneho úložiska + Nie je k dispozícii žiadna aktualizácia + Všetky pluginy sú aktuálne + Dostupná aktualizácia pluginu + Aktualizovať pluginy + Skontrolovať dostupnosť aktualizácií + Pluginy {0} boli úspešne aktualizované. Prosím, reštartuje Flow. Motív @@ -350,6 +395,28 @@ Zobraziť výsledok v odznaku Ak to plugin podporuje, zobrazí sa jeho ikona v odznaku na jednoduchšie odlíšenie. Zobraziť výsledok v odznaku len pre globálne vyhľadávanie + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP proxy @@ -549,6 +616,11 @@ Ak pri zadávaní skratky pred ňu pridáte "@", bude sa zhodovať s Aktualizovať súbory Aktualizovať popis + + Po aktualizácii pluginov reštartovať Flow Launcher + {0}: Aktualizované z v{1} na v{2} + Nie je vybraný žiaden plugin + Preskočiť Vitajte vo Flow Launcheri diff --git a/Flow.Launcher/Languages/sr-Cyrl-RS.xaml b/Flow.Launcher/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..a3b937881 --- /dev/null +++ b/Flow.Launcher/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,670 @@ + + + + + Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}? + {2}{2} + Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable + + Please select the {0} executable + + Your selected {0} executable is invalid. + {2}{2} + Click yes if you would like select the {0} executable again. Click no if you would like to download {1} + + Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom). + Fail to Init Plugins + Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + + + Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program. + Failed to unregister hotkey "{0}". Please try again or see log for details + Flow Launcher + Could not start {0} + Invalid Flow Launcher plugin file format + Set as topmost in this query + Cancel topmost in this query + Execute query: {0} + Last execution time: {0} + Open + Settings + About + Exit + Close + Copy + Cut + Paste + Undo + Select All + File + Folder + Text + Game Mode + Suspend the use of Hotkeys. + Position Reset + Reset search window position + Type here to search + + + Settings + General + Portable Mode + Store all settings and user data in one folder (Useful when used with removable drives or cloud services). + Start Flow Launcher on system startup + Use logon task instead of startup entry for faster startup experience + After uninstallation, you need to manually remove this task (Flow.Launcher Startup) via Task Scheduler + Error setting launch on startup + Hide Flow Launcher when focus is lost + Do not show new version notifications + Search Window Location + Remember Last Position + Monitor with Mouse Cursor + Monitor with Focused Window + Primary Monitor + Custom Monitor + Search Window Position on Monitor + Center + Center Top + Left Top + Right Top + Custom Position + Language + Last Query Style + Show/Hide previous results when Flow Launcher is reactivated. + Preserve Last Query + Select last Query + Empty last Query + Preserve Last Action Keyword + Select Last Action Keyword + Maximum results shown + You can also quickly adjust this by using CTRL+Plus and CTRL+Minus. + Ignore hotkeys in fullscreen mode + Disable Flow Launcher activation when a full screen application is active (Recommended for games). + Default File Manager + Select the file manager to use when opening the folder. + Default Web Browser + Setting for New Tab, New Window, Private Mode. + Python Path + Node.js Path + Please select the Node.js executable + Please select pythonw.exe + Always Start Typing in English Mode + Temporarily change your input method to English mode when activating Flow. + Auto Update + Automatically check and update the app when available + Select + Hide Flow Launcher on startup + Flow Launcher search window is hidden in the tray after starting up. + Hide tray icon + When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window. + Query Search Precision + Changes minimum match score required for results. + None + Low + Regular + Search with Pinyin + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + + Always Preview + Always open preview panel when Flow activates. Press {0} to toggle preview. + Shadow effect is not allowed while current theme has blur effect enabled + Search Delay + Adds a short delay while typing to reduce UI flicker and result load. Recommended if your typing speed is average. + Enter the wait time (in ms) until input is considered complete. This can only be edited if Search Delay is enabled. + Default Search Delay Time + Wait time before showing results after typing stops. Higher values wait longer. (ms) + Information for Korean IME user + + The Korean input method used in Windows 11 may cause some issues in Flow Launcher. + + If you experience any problems, you may need to enable "Use previous version of Korean IME". + + + Open Setting in Windows 11 and go to: + + Time & Language > Language & Region > Korean > Language Options > Keyboard - Microsoft IME > Compatibility, + + and enable "Use previous version of Microsoft IME". + + + + Open Language and Region System Settings + Opens the Korean IME setting location. Go to Korean > Language Options > Keyboard - Microsoft IME > Compatibility + Open + Use Previous Korean IME + You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. + Home Page + Show home page results when query text is empty. + Show History Results in Home Page + Maximum History Results Shown in Home Page + This can only be edited if plugin supports Home feature and Home Page is enabled. + Show Search Window at Foremost + Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position. + Restart after modifying plugin via Plugin Store + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store + Show unknown source warning + Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available + + + Search Plugin + Ctrl+F to search plugins + No results found + Please try a different search. + Plugin + Plugins + Find more plugins + On + Off + Action keyword Setting + Action keyword + Current action keyword + New action keyword + Change Action Keywords + Plugin search delay time + Change Plugin Search Delay Time + Advanced Settings: + Enabled + Priority + Search Delay + Home Page + Current Priority + New Priority + Priority + Change Plugin Results Priority + Plugin Directory + by + Init time: + Query time: + Version + Website + Uninstall + Fail to remove plugin settings + Plugins: {0} - Fail to remove plugin settings files, please remove them manually + Fail to remove plugin cache + Plugins: {0} - Fail to remove plugin cache files, please remove them manually + {0} modified already + Please restart Flow before making any further changes + Fail to install {0} + Fail to uninstall {0} + Unable to find plugin.json from the extracted zip file, or this path {0} does not exist + A plugin with the same ID and version already exists, or the version is greater than this downloaded plugin + + + Plugin Store + New Release + Recently Updated + Plugins + Installed + Refresh + Install + Uninstall + Update + Plugin already installed + New Version + This plugin has been updated within the last 7 days + New Update is Available + Error installing plugin + Error uninstalling plugin + Error updating plugin + Keep plugin settings + Do you want to keep the settings of the plugin for the next usage? + Plugin {0} successfully installed. Please restart Flow. + Plugin {0} successfully uninstalled. Please restart Flow. + Plugin {0} successfully updated. Please restart Flow. + Plugin install + {0} by {1} {2}{2}Would you like to install this plugin? + Plugin uninstall + {0} by {1} {2}{2}Would you like to uninstall this plugin? + Plugin update + {0} by {1} {2}{2}Would you like to update this plugin? + Downloading plugin + Automatically restart after installing/uninstalling/updating plugins in plugin store + Zip file does not have a valid plugin.json configuration + Installing from an unknown source + This plugin is from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning in general section of setting window) + Zip files + Please select zip file + Install plugin from local path + No update available + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. + + + Theme + Appearance + Theme Gallery + How to create a theme + Hi There + Explorer + Search for files, folders and file contents + WebSearch + Search the web with different search engine support + Program + Launch programs as admin or a different user + ProcessKiller + Terminate unwanted processes + Search Bar Height + Item Height + Query Box Font + Result Title Font + Result Subtitle Font + Reset + Reset to the recommended font and size settings. + Import Theme Size + If a size value intended by the theme designer is available, it will be retrieved and applied. + Customize + Window Mode + Opacity + Theme {0} not exists, fallback to default theme + Fail to load theme {0}, fallback to default theme + Theme Folder + Open Theme Folder + Color Scheme + System Default + Light + Dark + Sound Effect + Play a small sound when the search window opens + Sound Effect Volume + Adjust the volume of the sound effect + Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume. + Animation + Use Animation in UI + Animation Speed + The speed of the UI animation + Slow + Medium + Fast + Custom + Clock + Date + Backdrop Type + The backdrop effect is not applied in the preview. + Backdrop supported starting from Windows 11 build 22000 and above + None + Acrylic + Mica + Mica Alt + This theme supports two (light/dark) modes. + This theme supports Blur Transparent Background. + Show placeholder + Display placeholder when query is empty + Placeholder text + Change placeholder text. Input empty will use: {0} + Fixed Window Size + The window size is not adjustable by dragging. + + + Hotkey + Hotkeys + Open Flow Launcher + Enter shortcut to show/hide Flow Launcher. + Toggle Preview + Enter shortcut to show/hide preview in search window. + Hotkey Presets + List of currently registered hotkeys + Open Result Modifier Key + Select a modifier key to open selected result via keyboard. + Show Hotkey + Show result selection hotkey with results. + Auto Complete + Runs autocomplete for the selected items. + Select Next Item + Select Previous Item + Next Page + Previous Page + Cycle Previous Query + Cycle Next Query + Open Context Menu + Open Native Context Menu + Open Setting Window + Copy File Path + Toggle Game Mode + Toggle History + Open Containing Folder + Run As Admin + Refresh Search Results + Reload Plugins Data + Quick Adjust Window Width + Quick Adjust Window Height + Use when require plugins to reload and update their existing data. + You can add one more hotkey for this function. + Custom Query Hotkeys + Custom Query Shortcuts + Built-in Shortcuts + Query + Shortcut + Expansion + Description + Delete + Edit + Add + None + Please select an item + Are you sure you want to delete {0} plugin hotkey? + Are you sure you want to delete shortcut: {0} with expansion {1}? + Get text from clipboard. + Get path from active explorer. + Query window shadow effect + Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited. + Window Width Size + You can also quickly adjust this by using Ctrl+[ and Ctrl+]. + Use Segoe Fluent Icons + Use Segoe Fluent Icons for query results where supported + Press Key + Show Result Badges + For supported plugins, badges are displayed to help distinguish them more easily. + Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box + + + HTTP Proxy + Enable HTTP Proxy + HTTP Server + Port + User Name + Password + Test Proxy + Save + Server field can't be empty + Port field can't be empty + Invalid port format + Proxy configuration saved successfully + Proxy configured correctly + Proxy connection failed + + + About + Website + GitHub + Docs + Version + Icons + You have activated Flow Launcher {0} times + Check for Updates + Become A Sponsor + New version {0} is available, would you like to restart Flow Launcher to use the update? + Check updates failed, please check your connection and proxy settings to api.github.com. + + 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 + Usage Tips + DevTools + Setting Folder + Log Folder + Clear Logs + Are you sure you want to delete all logs? + Cache Folder + Clear Caches + Are you sure you want to delete all caches? + Failed to clear part of folders and files. Please see log file for more information + Wizard + User Data Location + User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not. + Open Folder + Advanced + Log Level + Debug + Info + Setting Window Font + + + See more release notes on GitHub + Failed to fetch release notes + Please check your network connection or ensure GitHub is accessible + Flow Launcher has been updated to {0} + Click here to view the release notes + + + Select File Manager + Learn more + Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files. + For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fields blank. + File Manager + Profile Name + File Manager Path + Arg For Folder + Arg For File + The file manager '{0}' could not be located at '{1}'. Would you like to continue? + File Manager Path Error + + + Default Web Browser + The default setting follows the OS default browser setting. If specified separately, flow uses that browser. + Browser + Browser Name + Browser Path + New Window + New Tab + Private Mode + + + Change Priority + Greater the number, the higher the result will be ranked. Try setting it as 5. If you want the results to be lower than any other plugin's, provide a negative number + Please provide an valid integer for Priority! + + + Old Action Keyword + New Action Keyword + Cancel + Done + Can't find specified plugin + New Action Keyword can't be empty + This new Action Keyword is already assigned to another plugin, please choose a different one + This new Action Keyword is the same as old, please choose a different one + Success + Completed successfully + Failed to copy + Enter the action keywords you like to use to start the plugin and use whitespace to divide them. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords. + + + Search Delay Time Setting + Input the search delay time in ms you like to use for the plugin. Input empty if you don't want to specify any, and the plugin will use default search delay time. + + + Home Page + Enable the plugin home page state if you like to show the plugin results when query is empty. + + + Custom Query Hotkey + Press a custom hotkey to open Flow Launcher and input the specified query automatically. + Preview + Hotkey is unavailable, please select a new hotkey + Hotkey is invalid + Update + Binding Hotkey + Current hotkey is unavailable. + This hotkey is reserved for "{0}" and can't be used. Please choose another hotkey. + This hotkey is already in use by "{0}". If you press "Overwrite", it will be removed from "{0}". + Press the keys you want to use for this function. + Hotkey and action keyword are empty + + + Custom Query Shortcut + Enter a shortcut that automatically expands to the specified query. + A shortcut is expanded when it exactly matches the query. + +If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query. + + Shortcut already exists, please enter a new Shortcut or edit the existing one. + Shortcut and/or its expansion is empty. + Shortcut is invalid + + + Save + Overwrite + Cancel + Reset + Delete + OK + Yes + No + Background + + + Version + Time + Please tell us how application crashed so we can fix it + Send Report + Cancel + General + Exceptions + Exception Type + Source + Stack Trace + Sending + Report sent successfully + Failed to send report + Flow Launcher got an error + Please open new issue in + 1. Upload log file: {0} + 2. Copy below exception message + + + File Manager Error + + The specified file manager could not be found. Please check the Custom File Manager setting under Settings > General. + + Error + An error occurred while opening the folder. {0} + An error occurred while opening the URL in the browser. Please check your Default Web Browser configuration in the General section of the settings window + + + Please wait... + + + Checking for new update + You already have the latest Flow Launcher version + Update found + Updating... + + Flow Launcher was not able to move your user profile data to the new update version. + Please manually move your profile data folder from {0} to {1} + + New Update + New Flow Launcher release {0} is now available + An error occurred while trying to install software updates + Update + Cancel + Update Failed + Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com. + This upgrade will restart Flow Launcher + Following files will be updated + Update files + Update description + + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + + + Skip + Welcome to Flow Launcher + Hello, this is the first time you are running Flow Launcher! + Before starting, this wizard will assist in setting up Flow Launcher. You can skip this if you wish. Please choose a language + Search and run all files and applications on your PC + Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse. + Flow Launcher starts with the hotkey below, go ahead and try it out now. To change it, click on the input and press the desired hotkey on the keyboard. + Hotkeys + Action Keyword and Commands + Search the web, launch applications or run various functions through Flow Launcher plugins. Certain functions start with an action keyword, and if necessary, they can be used without action keywords. Try the queries below in Flow Launcher. + Let's Start Flow Launcher + Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :) + + + + Back / Context Menu + Item Navigation + Open Context Menu + Open Containing Folder + Run as Admin / Open Folder in Default File Manager + Query History + Back to Result in Context Menu + Autocomplete + Open / Run Selected Item + Open Setting Window + Reload Plugin Data + + Select first result + Select last result + Run current query again + Open result + Open result #{0} + + Weather + Weather in Google Result + > ping 8.8.8.8 + Shell Command + s Bluetooth + Bluetooth in Windows Settings + sn + Sticky Notes + + + File Size + Created + Last Modified + diff --git a/Flow.Launcher/Languages/sr.xaml b/Flow.Launcher/Languages/sr.xaml index 16bd5aeb8..e7ddc125f 100644 --- a/Flow.Launcher/Languages/sr.xaml +++ b/Flow.Launcher/Languages/sr.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Always Start Typing in English Mode Temporarily change your input method to English mode when activating Flow. Auto ažuriranje + Automatically check and update the app when available Izaberi Sakrij Flow Launcher pri podizanju sistema Flow Launcher search window is hidden in the tray after starting up. @@ -102,7 +123,20 @@ Low Regular Search with Pinyin - Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Always Preview Always open preview panel when Flow activates. Press {0} to toggle preview. Shadow effect is not allowed while current theme has blur effect enabled @@ -131,6 +165,8 @@ Otvori Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Search Plugin @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + No update available + All plugins are up to date + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Tema @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP proksi @@ -549,6 +615,11 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in Ažuriraj datoteke Opis ažuriranja + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Skip Welcome to Flow Launcher diff --git a/Flow.Launcher/Languages/tr.xaml b/Flow.Launcher/Languages/tr.xaml index 032891900..5e5da7677 100644 --- a/Flow.Launcher/Languages/tr.xaml +++ b/Flow.Launcher/Languages/tr.xaml @@ -2,23 +2,43 @@ - Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}? + Flow, {0} eklenti yüklediğinizi tespit etti, bu eklentilerin çalışması için {1} gerekir. {1} indirilsin mi? {2}{2} - Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable + Zaten yüklüyse hayır'a tıklayın ve {1} yürütülebilir dosyasının bulunduğu klasörü seçin - Please select the {0} executable + Lütfen {0} dosyasını seçin - Your selected {0} executable is invalid. + Seçtiğiniz {0} yürütülebilir dosyası geçersiz. {2}{2} - Click yes if you would like select the {0} executable again. Click no if you would like to download {1} + {0} yürütülebilir dosyasını tekrar seçmek istiyorsanız evet'e tıklayın. {1} dosyasını indirmek istiyorsanız hayır'a tıklayın - Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom). - Fail to Init Plugins - Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + {0} dosya yolu ayarlanamadı, lütfen Flow’un ayarlarından deneyin (en alta inerek). + Eklentiler başlatılamıyor + Eklentiler: {0} - yüklenemedi ve devre dışı bırakılacak, lütfen eklenti geliştiricisi ile iletişime geçin + + + Flow Launcher'ın taşınabilir modu devre dışı bırakmayı bitirmek için yeniden başlatılması gerekir, yeniden başlatmanın ardından taşınabilir veri profiliniz silinecek ve dolaşımdaki veri profiliniz saklanacaktır + Flow Launcher'ın taşınabilir modu etkinleştirmeyi tamamlamak için yeniden başlatılması gerekir, yeniden başlatmadan sonra dolaşım veri profiliniz silinecek ve taşınabilir veri profili saklanacaktır + Flow Launcher taşınabilir modu etkinleştirdiğinizi tespit etti, farklı bir konuma taşımak ister misiniz? + Flow Launcher taşınabilir modu devre dışı bıraktığınızı algıladı, ilgili kısayollar ve kaldırıcı girişi oluşturuldu + Flow Launcher, kullanıcı verilerinizin hem {0} hem de {1}'de bulunduğunu algıladı. {2}{2} Devam etmek için lütfen {1}'i silin. Hiçbir değişiklik olmadı. + + + Aşağıdaki eklentide hata oluştu ve yüklenemiyor: + Aşağıdaki eklentilerde hata oluştu ve yüklenemiyor: + Daha fazla bilgi için günlüklere bakın + + + Lütfen tekrar deneyin + Http Proxy verisi ayrıştırılamadı + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. "{0}" kısayolunu atama başarısız oldu. Kısayolu başka bir program kullanıyorsa kapatmayı deneyin veya kısayolu değiştirin. - Failed to unregister hotkey "{0}". Please try again or see log for details + "{0}" kısayolu kaldırılamadı. Lütfen tekrar deneyin ya da ayrıntılar için log dosyasını kontrol edin Flow Launcher {0} başlatılamıyor Geçersiz Flow Launcher eklenti dosyası formatı @@ -42,8 +62,8 @@ Oyun Modu Kısayol tuşlarının kullanımını durdurun. Pencere Konumunu Sıfırla - Reset search window position - Type here to search + Arama penceresinin konumunu sıfırla + Aramak için buraya yazın Ayarlar @@ -51,12 +71,12 @@ Taşınabilir Mod Tüm ayarları ve kullanıcı verilerini tek bir klasörde saklayın (Çıkarılabilir sürücüler veya bulut hizmetleri ile kullanıldığında kullanışlıdır). Sistem ile Başlat - Use logon task instead of startup entry for faster startup experience - After uninstallation, you need to manually remove this task (Flow.Launcher Startup) via Task Scheduler + Daha hızlı bir başlatma deneyimi için başlangıç girişini yerine oturum açma görevini kullanın + Kaldırma işleminden sonra, bu görevi (Flow.Launcher Startup) Görev Zamanlayıcı üzerinden elle kaldırmanız gerekmektedir Sistemle başlatma ayarı başarısız oldu Odak Pencereden Ayrıldığında Gizle Güncelleme bildirimlerini gösterme - Search Window Location + Pencere Konumu Son Konumu Hatırla Fare İmlecinin Bulunduğu Monitör Aktif Pencerenin Bulunduğu Monitör @@ -74,8 +94,8 @@ Son Sorguyu Sakla Son Sorguyu Sakla ve Tümünü Seç Sorgu Kutusunu Temizle - Preserve Last Action Keyword - Select Last Action Keyword + Son İşlem Anahtar Kelimesini Koru + Son İşlem Anahtar Kelimesini Seç Maksimum Sonuç Sayısı Bunu CTRL + ve CTRL - kısayollarıyla da ayarlayabilirsiniz. Tam Ekran Modunda Kısayol Tuşunu Gözardı Et @@ -91,6 +111,7 @@ İngilizce Klayve Düzeni Kullan Arama yaparken klayve düzenini geçici olarak İngilizce yap. Otomatik Güncelle + Uygulamanın güncellemelerini otomatik kontrol eder ve günceller Seç Başlangıçta Pencereyi Gizle Arama kutusu başlangıçtan sonra sistem tepsisinde gizlenir. @@ -102,46 +123,63 @@ Düşük Normal Pinyin - Arama yapmak için Pinyin'in kullanılmasına izin ver. Pinyin, Çince'yi çevirmek için standart romanlaştırılmış yazım sistemidir. + Pinyin, Çince'yi çevirmek için kullanılan standart romanize yazım sistemidir. Bunu etkinleştirmenin arama sırasında bellek kullanımını önemli ölçüde artırabileceğini lütfen unutmayın. + Çift Pinyin kullanın + Arama yapmak için Tam Pinyin yerine Çift Pinyin kullanın. + Çift Pinyin Şeması + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Önizleme Önizleme panelini her zaman aç. Önizlemeyi bu ayardan bağımsız {0} kısayolu ile açıp kapatabilirsiniz. Mevcut temada bulanıklık efekti etkinken gölgelendirme efektine izin verilmez Arama Gecikmesi - Adds a short delay while typing to reduce UI flicker and result load. Recommended if your typing speed is average. - Enter the wait time (in ms) until input is considered complete. This can only be edited if Search Delay is enabled. + UI titreşimini ve sonuç yükünü azaltmak için yazma sırasında kısa bir gecikme eklenir. Yazma hızınız ortalama ise önerilir. + Girdi tamamlanmış sayılmadan önce beklenecek süreyi milisaniye (ms) olarak girin. Sadece Arama Gecikmesi açık olduğunda değiştirilebilir. Varsayılan Arama Gecikme Süresi - Wait time before showing results after typing stops. Higher values wait longer. (ms) - Information for Korean IME user + Yazmayı bıraktıktan sonra sonuçların görünmesi için geçecek süre. Daha yüksek değerler daha fazla bekleme anlamına gelir. (ms) + Korece IME kullanıcısı için bilgiler - The Korean input method used in Windows 11 may cause some issues in Flow Launcher. + Windows 11'de kullanılan Korece giriş yöntemi Flow Launcher'da bazı sorunlara neden olabilir. - If you experience any problems, you may need to enable "Use previous version of Korean IME". + Herhangi bir sorunla karşılaşırsanız, "Korece IME'nin önceki sürümünü kullan" seçeneğini etkinleştirmeniz gerekebilir. - Open Setting in Windows 11 and go to: + Windows 11'de Ayarlar'ı açın ve şuraya gidin: - Time & Language > Language & Region > Korean > Language Options > Keyboard - Microsoft IME > Compatibility, + Saat ve Dil > Dil ve Bölge > Korece > Dil Seçenekleri > Klavye - Microsoft IME > Uyumluluk, - and enable "Use previous version of Microsoft IME". + ve "Microsoft IME'nin önceki sürümünü kullan" seçeneğini etkinleştirin. - Open Language and Region System Settings - Opens the Korean IME setting location. Go to Korean > Language Options > Keyboard - Microsoft IME > Compatibility + Dil ve Bölge Sistem Ayarlarını Aç + Korece IME ayar konumunu açar. Korece > Dil Seçenekleri > Klavye - Microsoft IME > Uyumluluk seçeneğine gidin - Use Previous Korean IME - You can change the Previous Korean IME settings directly from here + Önceki Korece IME'sini Kullan + Önceki Korece IME ayarlarını doğrudan buradan değiştirebilirsiniz + Korece IME ayarı değiştirilemedi + Lütfen sistem kayıt defteri erişiminizi kontrol edin veya destekle iletişime geçin. Ana Sayfa - Show home page results when query text is empty. - Show History Results in Home Page - Maximum History Results Shown in Home Page - This can only be edited if plugin supports Home feature and Home Page is enabled. - Show Search Window at Foremost - Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position. - Restart after modifying plugin via Plugin Store - Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store - Show unknown source warning - Show warning when installing plugins from unknown sources + Sorgu metni boş olduğunda ana sayfa sonuçlarını gösterin. + Geçmiş Sonuçlarını Ana Sayfada Göster + Ana Sayfada Gösterilen Maksimum Geçmiş Sonuçları + Bu sadece eklenti Ana Sayfa özelliğini destekliyorsa ve Ana Sayfa etkinleştirilmiş ise düzenlenebilir. + Arama Penceresini En Üstte Göster + Diğer programların 'Her Zaman Üstte' ayarını geçersiz kılar ve Flow’u en önde gösterir. + Eklenti Mağazası üzerinden eklenti değiştirdikten sonra uygulamayı yeniden başlatın + Eklenti Mağazası aracılığıyla eklenti yükledikten/kaldırdıktan/güncelleştirdikten sonra Flow Launcher'ı otomatik olarak yeniden başlatın + Bilinmeyen kaynak uyarısını göster + Bilinmeyen kaynaklardan eklenti yüklerken uyarı göster + Eklentileri otomatik güncelle + Eklenti güncellemelerini otomatik kontrol et ve eğer herhangi bir güncelleme varsa bildir Eklenti Ara @@ -158,10 +196,10 @@ Geçerli anahtar kelime Yeni anahtar kelime Anahtar kelimeyi değiştir - Plugin search delay time - Change Plugin Search Delay Time + Eklenti arama gecikme süresi + Eklenti Arama Gecikme Süresini Değiştir Gelişmiş Ayarlar: - Enabled + Aktif Öncelik Arama Gecikmesi Ana Sayfa @@ -176,16 +214,16 @@ Sürüm İnternet Sitesi Kaldır - Fail to remove plugin settings - Plugins: {0} - Fail to remove plugin settings files, please remove them manually - Fail to remove plugin cache - Plugins: {0} - Fail to remove plugin cache files, please remove them manually - {0} modified already - Please restart Flow before making any further changes - Fail to install {0} - Fail to uninstall {0} - Unable to find plugin.json from the extracted zip file, or this path {0} does not exist - A plugin with the same ID and version already exists, or the version is greater than this downloaded plugin + Eklenti ayarları kaldırılamıyor + Eklentiler: {0} - Ayar dosyaları kaldırılamadı, lütfen elle silin + Eklenti ön belleği kaldırılamıyor + Eklentiler: {0} - Önbellek dosyaları kaldırılamadı, lütfen elle silin + {0} zaten değiştirilmiş + Lütfen başka değişiklikler yapmadan önce Flow'u yeniden başlatın + {0} yüklenemiyor + {0} kaldırılamıyor + plugin.json dosyası çıkarılan zip dosyasında bulunamadı veya {0} yolu mevcut değil + Bu eklentiyle aynı ID ve sürüme sahip bir eklenti zaten var, ya da mevcut sürüm daha yüksek Eklenti Mağazası @@ -201,28 +239,34 @@ Yeni Sürüm Bu eklenti son 7 gün içerisinde güncellenmiş. Yeni Bir Güncelleme Mevcut - Error installing plugin - Error uninstalling plugin - Error updating plugin - Keep plugin settings - Do you want to keep the settings of the plugin for the next usage? - Plugin {0} successfully installed. Please restart Flow. - Plugin {0} successfully uninstalled. Please restart Flow. - Plugin {0} successfully updated. Please restart Flow. - Plugin install - {0} by {1} {2}{2}Would you like to install this plugin? - Plugin uninstall - {0} by {1} {2}{2}Would you like to uninstall this plugin? - Plugin update - {0} by {1} {2}{2}Would you like to update this plugin? - Downloading plugin - Automatically restart after installing/uninstalling/updating plugins in plugin store - Zip file does not have a valid plugin.json configuration - Installing from an unknown source - This plugin is from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning in general section of setting window) - Zip files - Please select zip file - Install plugin from local path + Eklenti yüklenirken bir hata oluştu + Eklenti kaldırılırken bir hata oluştu + Eklenti güncellenirken bir hata oluştu + Eklenti ayarlarını sakla + Eklentinin ayarlarını bir sonraki kullanım için saklamak istiyor musunuz? + {0} eklentisi başarıyla yüklendi. Lütfen Flow'u yeniden başlatın. + {0} eklentisi başarıyla kaldırıldı. Lütfen Flow'u yeniden başlatın. + {0} eklentisi başarıyla güncellendi. Lütfen Flow'u yeniden başlatın. + Eklenti yükleme + {0} - {1} tarafından geliştirildi {2}{2}Bu eklentiyi yüklemek ister misiniz? + Eklenti kaldırma + {0} - {1} tarafından geliştirildi {2}{2}Bu eklentiyi kaldırmak ister misiniz? + Eklenti güncellemesi + {0} - {1} tarafından geliştirildi {2}{2}Bu eklentiyi güncellemek ister misiniz? + Eklenti indiriliyor + Eklenti mağazasındaki eklentileri yükledikten/kaldırdıktan/güncelleştirdikten sonra otomatik olarak yeniden başlat + Zip dosyası geçerli bir plugin.json yapılandırmasına sahip değil + Bilinmeyen bir kaynaktan yükleniyor + Bu eklenti bilinmeyen bir kaynaktan geliyor ve potansiyel riskler içerebilir!{0}{0}Lütfen eklentinin nereden geldiğini bildiğinizden ve güvenli olduğundan emin olun.{0}{0}Yine de devam etmek istiyor musunuz?{0}{0}(Bu uyarıyı ayarlar penceresinin Genel bölümünden kapatabilirsiniz) + Zip dosyaları + Lütfen zip dosyasını seçin + Eklentiyi yerel yoldan yükle + Güncelleme mevcut değil + Bütün eklentiler güncel + Eklenti güncellemeleri mevcut + Eklentileri güncelle + Eklenti güncellemelerini kontrol et + Eklentiler başarıyla güncellendi. Lütfen Flow'u yeniden başlatın. Temalar @@ -244,9 +288,9 @@ Arama Sonuçları Yazı Tipi Arama Sonuçları Yazı Tipi Sıfırla - Reset to the recommended font and size settings. - Import Theme Size - If a size value intended by the theme designer is available, it will be retrieved and applied. + Önerilen yazı tipi ve boyut ayarlarına sıfırlayın. + Tema Boyutunu İçe Aktar + Tasarımcının belirlediği boyut değeri varsa, bu değer alınır ve uygulanır. Kişiselleştir Pencere Modu Saydamlık @@ -274,20 +318,20 @@ Saat Tarih Arka Plan Türü - The backdrop effect is not applied in the preview. - Backdrop supported starting from Windows 11 build 22000 and above + Arka plan efekti önizlemede etkin değildir. + Arka plan efekti, Windows 11 build 22000 ve üzeri sürümlerde desteklenir Hiçbiri Akrilik Mika Mica Alt - This theme supports two (light/dark) modes. - This theme supports Blur Transparent Background. - Show placeholder - Display placeholder when query is empty - Placeholder text - Change placeholder text. Input empty will use: {0} + Bu tema iki (açık/koyu) modu destekler. + Bu tema Bulanık Şeffaf Arka Planı destekler. + Yer tutucuyu göster + Sorgu boş olduğunda yer tutucuyu görüntüle + Yer tutucu metin + Yer tutucu metnini değiştirin. Boş bırakılırsa şu kullanılacak: {0} Sabit Pencere Boyutu - The window size is not adjustable by dragging. + Pencere boyutu sürüklenerek ayarlanamaz. Kısayol Tuşu @@ -311,7 +355,7 @@ Bir Önceki Sorguya Geç Sonraki Sorguya Geç Bağlam Menüsünü Aç - Open Native Context Menu + Yerel Bağlam Menüsünü Aç Ayarlar Penceresini Aç Dosya Yolunu Kopyala Oyun Modunu Aç/Kapat @@ -347,9 +391,31 @@ Segoe Fluent Simgeleri Arama sonuçlarında mümkünse Segoe Fluent simgelerini kullan. Tuşa basın - Show Result Badges - For supported plugins, badges are displayed to help distinguish them more easily. - Show Result Badges for Global Query Only + Sonuç Rozetlerini Göster + Desteklenen eklentilere, kolayca ayırt edilebilmeleri için rozet eklenir. + Yalnızca Global Sorgular için Sonuç Rozetlerini Göster + Yalnızca global sorgu sonuçları için rozetleri göster + Diyalog Atlama + Farklı Aç/Kaydet iletişim penceresinde geçerli dosya yöneticisinin yoluna hızlıca gitmek için kısayol girin. + Diyalog Atlama + Farklı Aç/Kaydet iletişim penceresi açıldığında, hızlı bir şekilde dosya yöneticisinin geçerli yoluna gidin. + Otomatik Olarak Diyalog Atlama + Farklı Aç/Kaydet iletişim penceresi görüntülendiğinde, otomatik olarak geçerli dosya yöneticisinin yoluna gidin. (Deneysel) + Diyalog Atlama Penceresini Göster + Dosya/klasör konumlarına hızlı erişim için aç/kaydet penceresi gösterildiğinde Diyalog Atlama arama penceresini görüntüle. + Diyalog Atlama Penceresi Konumu + Select position for the Dialog Jump search window + Farklı Aç/Kaydet iletişim penceresinin altında düzeltildi. Açıldığında görüntülenir ve pencere kapatılana kadar kalır + Varsayılan arama penceresi konumu. Arama penceresi kısayol tuşu tarafından tetiklendiğinde görüntülenir + Dialog Jump Result Navigation Behaviour + Farklı Aç/Kaydet iletişim penceresini seçilen sonuç yoluna yönlendirmek için davranış + Sol tık veya Enter tuşu + Sağ tık + Dialog Jump File Navigation Behaviour + Sonuç bir dosya yolu olduğunda Farklı Aç/Kaydet iletişim penceresinde gezinme davranışı + Dosya adı kutusuna tam yolu girin + Dosya adı kutusuna tam yolu girin ve açın + Dizini yol kutusuna girin Vekil Sunucu @@ -392,8 +458,8 @@ Tüm günlük kayıtlarını silmek istediğinize emin misiniz? Önbellek Klasörü Önbelleği Temizle - Are you sure you want to delete all caches? - Failed to clear part of folders and files. Please see log file for more information + Tüm önbellekleri silmek istediğinizden emin misiniz? + Bazı klasör ve dosyalar silinemedi. Daha fazla bilgi için log dosyasına bakın Kurulum Sihirbazı Kullanıcı Verisi Dizini Kullanıcı ayarları ve yüklü eklentiler bu klasörde saklanır. Klasörün konumu taşınabilir moda bağlı olarak değişebilir. @@ -402,27 +468,27 @@ Günlük Düzeyi Hata ayıklama Bilgi - Setting Window Font + Pencere Yazı Tipini Ayarla - See more release notes on GitHub + GitHub'da daha fazla sürüm notlarını gör Sürüm notları alınamadı - Please check your network connection or ensure GitHub is accessible - Flow Launcher has been updated to {0} + Lütfen internet bağlantınızı kontrol edin veya GitHub'a erişiminizin olduğundan emin olun + Flow Launcher {0} sürümüne güncellendi Sürüm notlarını görüntülemek için buraya tıklayın Dosya Yöneticisi Seçenekleri Daha fazla bilgi - Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files. - For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fields blank. + Lütfen kullandığınız dosya yöneticisinin dosya konumunu belirtin ve gerektiği şekilde argümanlar ekleyin. "%d", Arg for Folder alanı tarafından ve belirli dizinleri açan komutlar için kullanılan açılacak dizin yolunu temsil eder. "%f", Dosya için Arg alanı tarafından ve belirli dosyaları açan komutlar için kullanılan açılacak dosya yolunu temsil eder. + Örneğin, dosya yöneticisi c:\windows dizinini açmak için "totalcmd.exe /A c:\windows" gibi bir komut kullanıyorsa, Dosya Yöneticisi Yolu totalcmd.exe ve Arg Klasör için /A "%d" olacaktır. QTTabBar gibi bazı dosya yöneticileri sadece bir yol sağlanmasını gerektirebilir, bu durumda Dosya Yöneticisi Yolu olarak "%d" kullanın ve geri kalan alanları boş bırakın. Dosya Yöneticisi Profil Adı Dosya Yöneticisi Yolu Klasör Açarken Dosya Açarken - The file manager '{0}' could not be located at '{1}'. Would you like to continue? - File Manager Path Error + '{0}' dosya yöneticisi '{1}' konumunda bulunamadı. Devam etmek ister misiniz? + Dosya Yöneticisi Yol Hatası İnternet Tarayıcı Seçenekleri @@ -447,33 +513,33 @@ Belirtilen eklenti bulunamadı Yeni anahtar kelime boş olamaz Yeni anahtar kelime başka bir eklentiye atanmış durumda. Lütfen başka bir anahtar kelime seçin. - This new Action Keyword is the same as old, please choose a different one + Bu yeni Anahtar Kelimesi eskisiyle aynı, lütfen farklı bir tane seçin Başarılı Başarıyla tamamlandı Kopyalanamadı - Enter the action keywords you like to use to start the plugin and use whitespace to divide them. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords. + Eklentiyi başlatmak için kullanmak istediğiniz anahtar kelimelerini girin ve bunları bölmek için boşluk kullanın. Herhangi bir anahtar kelime belirtmek istemiyorsanız * kullanın, eklenti herhangi bir anahtar kelimesi olmadan tetiklenecektir. - Search Delay Time Setting - Input the search delay time in ms you like to use for the plugin. Input empty if you don't want to specify any, and the plugin will use default search delay time. + Arama Gecikme Süresi Ayarı + Eklenti için kullanmak istediğiniz arama gecikme süresini ms cinsinden girin. Herhangi bir şey belirtmek istemiyorsanız boş girin, eklenti varsayılan arama gecikme süresini kullanacaktır. Ana Sayfa - Enable the plugin home page state if you like to show the plugin results when query is empty. + Sorgu boşken eklenti sonuçlarını göstermek istiyorsanız eklentinin ana sayfa durumunu etkinleştirin. Özel Sorgu Kısayolları Flow Launcher'ı açıp otomatik olarak girdiğiniz sorguyu aratması için bir kısayol atayın. Önizleme Kısayol tuşu kullanılamıyor, lütfen başka bir kombinasyon girin. - Hotkey is invalid + Kısayol tuşu geçersiz Güncelle Kısayol Atanıyor Kullanılamıyor Bu kısayol "{0}" için ayrılmıştır, lütfen başka bir kısayol deneyin. Bu kısayol zaten "{0}" için kullanılıyor. Eğer "Üstüne Yaz"'ı seçerseniz, "{0}" sorgusu bu kısayol ile kullanılamayacak. Bu işleve atamak istediğiniz kısayol tuşlarına basın. - Hotkey and action keyword are empty + Kısayol tuşu ve eylem anahtar kelimesi boş Özel Kısaltmalar @@ -482,7 +548,7 @@ Anahtar kelime zaten mevcut. Yeni bir kısaltma girin veya mevcut kısaltmayı düzenleyin. Kısaltma ve/veya sorgu eksik. - Shortcut is invalid + Kısayol geçersiz Kaydet @@ -510,18 +576,18 @@ Hata raporu başarıyla gönderildi Hata raporu gönderimi başarısız oldu Flow Launcher'da bir hata oluştu - Please open new issue in - 1. Upload log file: {0} - 2. Copy below exception message + Lütfen yeni bir konu açın + 1. Log dosyasını buraya yükleyin: {0} + 2. Aşağıdaki istisna mesajını kopyalayın Dosya Yöneticisi Hatası - The specified file manager could not be found. Please check the Custom File Manager setting under Settings > General. + Belirtilen dosya yöneticisi bulunamadı. Lütfen Ayarlar > Genel bölümündeki Özel Dosya Yöneticisi ayarını kontrol edin. Hata Klasör açılırken bir hata oluştu. {0} - An error occurred while opening the URL in the browser. Please check your Default Web Browser configuration in the General section of the settings window + URL tarayıcıda açılırken bir hata oluştu. Lütfen ayarlar penceresindeki Genel bölümden Varsayılan Web Tarayıcısı ayarını kontrol edin Lütfen bekleyin... @@ -547,6 +613,11 @@ Güncellenecek dosyalar Güncelleme açıklaması + + Eklentileri güncelledikten sonra Flow Launcher'ı yeniden başlat + {0}: v{1}'den v{2}'ye güncelleme + Seçilen eklenti yok + Atla Flow Launcher Sihirbazına Hoşgeldiniz diff --git a/Flow.Launcher/Languages/uk-UA.xaml b/Flow.Launcher/Languages/uk-UA.xaml index c5dcd3e28..7e3673c99 100644 --- a/Flow.Launcher/Languages/uk-UA.xaml +++ b/Flow.Launcher/Languages/uk-UA.xaml @@ -16,6 +16,26 @@ Невдача ініціалізації плагінів Плагіни: {0} - не вдалося підвантажити і буде вимкнено, зверніться за допомогою до автора плагіна + + Flow Launcher потрібно перезапустити, щоб завершити вимкнення портативного режиму. Після перезапуску ваш портативний профіль даних буде видалено, а профіль даних роумінгу збережено + Flow Launcher потрібно перезапустити, щоб завершити ввімкнення портативного режиму. Після перезапуску ваш профіль даних роумінгу буде видалено, а профіль портативних даних збережено + Flow Launcher виявив, що ви ввімкнули портативний режим. Чи хочете перемістити його в інше місце? + Flow Launcher виявив, що ви вимкнули портативний режим, відповідні ярлики та запис для видалення були створені + Flow Launcher виявив, що ваші дані користувача існують як в {0}, так і в {1}. {2}{2}Видаліть {1}, щоби продовжити. Зміни не відбулися. + + + Наступний плагін містить помилку і не може бути завантажений: + Наступні плагіни мають помилки і не можуть бути завантажені: + Для отримання додаткової інформації зверніться до журналів + + + Спробуйте ще раз + Неможливо проаналізувати Http Proxy + + + Не вдалося встановити середовище TypeScript. Спробуйте ще раз пізніше + Не вдалося встановити середовище Python. Спробуйте ще раз пізніше. + Не вдалося зареєструвати гарячу клавішу "{0}". Можливо, гаряча клавіша використовується іншою програмою. Змініть її на іншу гарячу клавішу або вийдіть з програми, де вона використовується. Не вдалося скасувати реєстрацію гарячої клавіші «{0}». Спробуйте ще раз або перегляньте журнал для отримання подробиць @@ -79,10 +99,10 @@ Максимальна кількість результатів Ви також можете швидко налаштувати цей параметр за допомогою клавіш CTRL+Плюс чи CTRL+Мінус. Ігнорувати гарячі клавіші в повноекранному режимі - Вимкнути активацію Flow Launcher коли активовано повноекранний додаток (Рекомендується для ігор). + Вимкнути активацію Flow Launcher коли активовано повноекранний застосунок (Рекомендується для ігор). Стандартний Файловий Менеджер Виберіть файловий менеджер для використання під час відкриття теки. - Браузер за замовчуванням + Типовий браузер Налаштування нової вкладки, нового вікна, приватного режиму. Шлях до Python Шлях до Node.js @@ -91,6 +111,7 @@ Завжди починати введення тексту в англійському режимі Тимчасово змінити спосіб введення на англійський при активації Flow. Автоматичне оновлення + Автоматично перевіряти та оновлювати застосунок, коли це можливо Вибрати Сховати Flow Launcher при запуску системи Вікно пошуку Flow Launcher після запуску ховається в треї. @@ -102,7 +123,20 @@ Мало Звичайно Використовувати піньїнь - Дозволяє використовувати пінїнь для пошуку. Піньїнь - це стандартна система написання для перекладу китайської. + Піньїнь — це стандартна система латинізації для перекладу китайської мови. Зверніть увагу, що ввімкнення цієї функції може значно збільшити використання пам’яті під час пошуку. + Використовувати подвійний піньїнь + Для пошуку використовуйте подвійний піньїнь замість повного. + Подвійна схема піньїнь + Сяо Хе + Цзі Жань Ма + Вей Жуань + Чжі Нен АБС + Цзі Ґуан Пін Їнь + Пін Їнь Цзя Цзя + Сін Кон Цзянь Дао + Да Ню + Сяо Лан + Завжди переглядати Завжди відкривати панель попереднього перегляду при активації Flow. Натисніть {0}, щоб переключити попередній перегляд. Ефект тіні не дозволено, коли поточна тема має ефект розмиття @@ -131,6 +165,8 @@ Відкрити Використовувати попередній корейський IME Ви можете змінити попередні налаштування корейського IME безпосередньо звідси. + Не вдалося змінити налаштування корейського IME + Перевірте доступ до системного реєстру або зверніться до служби підтримки. Головна сторінка Показувати результати на головній сторінці, коли текст запиту порожній. Показати результати історії на головній @@ -142,6 +178,8 @@ Автоматично перезапускати Flow Launcher після встановлення / видалення / оновлення плагіну через Магазин плагінів Показувати попередження про невідоме джерело Показувати попередження під час встановлення плагінів із невідомих джерел + Автооновлення плагінів + Автоматично перевіряти оновлення плагінів і повідомляти про наявність оновлень Плагін для пошуку @@ -223,6 +261,12 @@ Zip-файли Виберіть zip-файл Встановити плагін із локального шляху + Оновлень не знайдено + Всі плагіни оновлено + Доступні оновлення плагінів + Оновити плагіни + Перевірити оновлення плагінів + Плагіни успішно оновлено. Перезапустіть Flow. Тема @@ -232,7 +276,7 @@ Привіт усім Провідник Пошук файлів, папок і вмісту файлів - Веб-пошук + Вебпошук Пошук в Інтернеті за допомогою різних пошукових систем Програма Запуск програм від імені адміністратора або іншого користувача @@ -250,12 +294,12 @@ Підлаштувати Віконний режим Прозорість - Тема {0} не існує, повернення до теми за замовчуванням - Не вдалось завантажити тему {0}, повернення до теми за замовчуванням + Тема {0} не існує, повернення до типової теми + Не вдалось завантажити тему {0}, повернення до типової теми Тека з темою Відкрити теку з темою Схема кольорів - За замовчуванням + Як у системі Світла Темна Звуковий ефект @@ -323,7 +367,7 @@ Швидке регулювання ширини вікна Швидке регулювання висоти вікна Використовуйте, коли плагінам потрібно перезавантажити та оновити наявні дані. - Ви можете додати ще одну галавішу для цієї функції. + Ви можете додати ще одну гарячу клавішу для цієї функції. Задані гарячі клавіші для запитів Користувацькі скорочення запитів Вбудовані скорочення @@ -350,6 +394,28 @@ Показувати значки результатів Для підтримуваних плагінів показуються значки для легшого розрізнення. Показувати значки результатів тільки для глобального запиту + Показати значки тільки для результатів глобального запиту + Перейти до діалогу + Введіть ярлик для швидкого переходу у вікні діалогу «Відкрити/Зберегти як» до шляху поточного файлового менеджера. + Перейти до діалогу + Коли відкриється діалогове вікно «Відкрити/Зберегти як», швидко перейти до поточного шляху файлового менеджера. + Автоматично перейти до діалогу + Коли показується діалогове вікно «Відкрити/Зберегти як», автоматично перейти до шляху поточного файлового менеджера. (Експериментально) + Показати діалогове вікно переходу + Показати діалогове вікно «Перейти до вікна пошуку», коли показано діалогове вікно «Відкрити/Зберегти», щоби швидко перейти до розташування файлів/тек. + Позиція вікна переходу до діалогу + Виберіть положення для вікна пошуку «Перейти до діалогу» + Фіксоване під діалоговим вікном «Відкрити/Зберегти як». Показується при відкритті та залишається до закриття вікна + Типова позиція вікна пошуку. Показується при активації гарячою клавішею вікна пошуку + Навігація за результатами діалогового переходу + Дії для переходу до діалогового вікна «Відкрити/Зберегти як» у вибраному шляху до результату + Ліва кнопка миші або клавіша Enter + Права кнопка миші + Поведінка переходу між діалогами + Поведінка при навігації у вікні діалогу «Відкрити/Зберегти як», коли результатом є шлях до файлу + Введіть повний шлях у полі назви файлу + Введіть повний шлях у поле назви файлу та відкрийте його + Заповніть каталог у полі шляху HTTP-проксі @@ -369,7 +435,7 @@ Про Flow Launcher - Веб-сайт + Вебсайт GitHub Документація Версія @@ -425,8 +491,8 @@ Помилка шляху до файлового менеджера - Веб-браузер за замовчуванням - Налаштування за замовчуванням відповідають налаштуванню браузера за замовчуванням в операційній системі. Якщо вказано окремо, Flow використовує цей браузер. + Типовий веббраузер + Типові налаштування відповідають налаштуванню типового браузера в операційній системі. Якщо вказано окремо, Flow використовує цей браузер. Браузер Назва браузера Шлях до браузера @@ -500,7 +566,7 @@ Версія Час - Будь ласка, розкажіть нам, як додаток вийшов із ладу, щоб ми могли це виправити + Розкажіть нам, як застосунок вийшов із ладу, щоб ми могли це виправити Надіслати звіт Скасувати Основні @@ -511,7 +577,7 @@ Відправляється Звіт успішно відправлено Не вдалося відправити звіт - Стався збій в додатку Flow Launcher + Стався збій в застосунку Flow Launcher Створіть нову проблему в 1. Завантажте файл журналу: {0} 2. Скопіюйте нижче повідомлення про виняток @@ -549,6 +615,11 @@ Оновити файли Опис оновлення + + Перезапустити Flow Launcher після оновлення плагінів + {0}: оновлено з v{1} до v{2} + Плагін не вибрано + Пропустити Ласкаво просимо до Flow Launcher @@ -569,7 +640,7 @@ Навігація елементами Відкрити контекстне меню Відкрийте папку, що містить файл - Запустити від імені адміністратора / Відкрити папку у файловому менеджері за замовчуванням + Запустити від імені адміністратора / Відкрити теку у типовому файловому менеджері Історія запитів Повернутися до результату в контекстному меню Автодоповнення diff --git a/Flow.Launcher/Languages/vi.xaml b/Flow.Launcher/Languages/vi.xaml index 2a8769863..1dd336e0e 100644 --- a/Flow.Launcher/Languages/vi.xaml +++ b/Flow.Launcher/Languages/vi.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Không thể đăng ký phím nóng "{0}". Phím nóng có thể được sử dụng bởi một chương trình khác. Chuyển sang phím nóng khác hoặc thoát khỏi chương trình khác. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ Luôn bắt đầu nhập ở chế độ tiếng Anh Tạm thời chuyển phương thức nhập sang tiếng Anh khi kích hoạt Flow. Cập nhật tự động + Automatically check and update the app when available Chọn Ẩn Flow Launcher khi khởi động Flow Launcher sẽ ẩn trong khay hệ thống sau khi khởi động. @@ -102,7 +123,20 @@ Thấp Bình thường Hoạt động bính âm - Cho phép bạn sử dụng Bính âm để tìm kiếm. Bính âm là hệ thống ký hiệu La Mã tiêu chuẩn để dịch văn bản tiếng Trung. + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + Luôn xem trước Luôn mở bảng xem trước khi Flow kích hoạt. Nhấn {0} để chuyển đổi chế độ xem trước. Hiệu ứng đổ bóng không được phép nếu chủ đề hiện tại bật hiệu ứng làm mờ @@ -131,6 +165,8 @@ Mở Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Plugin tìm kiếm @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + Không có cập nhật + Tất cả các plugin đều được cập nhật + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. Giao Diện @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box Proxy HTTP @@ -555,6 +621,11 @@ Cập nhật tệp Thông tin mô tả + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + Bỏ Qua Chào mừng bạn đến với Trình khởi chạy luồng diff --git a/Flow.Launcher/Languages/zh-cn.xaml b/Flow.Launcher/Languages/zh-cn.xaml index 0f5e1e165..5e57a9b65 100644 --- a/Flow.Launcher/Languages/zh-cn.xaml +++ b/Flow.Launcher/Languages/zh-cn.xaml @@ -16,6 +16,26 @@ 无法初始化插件 插件:{0} - 无法加载并将被禁用,请联系插件创建者寻求帮助 + + Flow Launcher 需要重启以完成禁用便携模式。重新启动后,您的便携数据配置文件将被删除而漫游数据配置文件将被保留 + Flow Launcher 需要重启以完成启用便携模式。重新启动后,您的漫游数据配置文件将被删除而便携数据配置文件将被保留 + Flow Launcher 检测到您启用了便携模式。您想要将其移动到别的位置吗? + Flow Launcher 检测到您已禁用便携模式。相关的快捷方式和卸载器条目已创建 + Flow Launcher 检测到您的用户数据存在于 {0} 和 {1} 中。 {2}{2}请删除 {1} 以便继续。目前将不会做任何更改。 + + + 下列插件出现错误无法加载: + 下列插件发现错误无法加载: + 请参阅日志以获取更多信息 + + + 请重试 + 无法解析 Http 代理 + + + 无法安装 TypeScript 环境。请稍后再试 + 无法安装 Python 环境。请稍后再试。 + 无法注册热键“{0}”。该热键可能正在被其他程序使用。更改为不同的热键,或退出其他程序。 未能取消注册快捷键"{0}"。请重试或查看日志以获取详细信息 @@ -91,6 +111,7 @@ 以英文模式开始输入 激活 Flow 时暂时将输入法更改为英文模式。 自动更新 + 自动检查并更新应用程序 选择 系统启动时不显示主窗口 Flow Launcher 启动后搜索窗口隐藏在托盘中。 @@ -102,7 +123,20 @@ 常规 使用拼音搜索 - 允许使用拼音进行搜索。 + 拼音是翻译中文的罗马化拼写的标准系统。请注意,启用此功能可以大大增加搜索时的内存使用量。 + 使用双拼 + 使用双拼而不是全拼进行搜索。 + 双拼方案 + 小鹤双拼 + 自然码 + 微软双拼 + 智能ABC双拼 + 紫光双拼 + 拼音加加 + 星空键道 + 大牛双拼 + 小浪双拼 + 始终打开预览 Flow 启动时总是打开预览面板。按 {0} 以切换预览。 当前主题已启用模糊效果,不允许启用阴影效果 @@ -131,6 +165,8 @@ 打开 使用以前的韩语输入法 您可以直接从这里更改前韩语输入法设置 + 更改韩语输入法设置失败 + 请检查您的系统注册表访问权限或联系支持。 首页 当查询文本为空时显示主页结果。 在主页中显示历史记录 @@ -142,6 +178,8 @@ 通过插件商店安装/卸载/更新插件后自动重启 Flow Launcher 显示未知来源警告 安装来自未知来源的插件时显示警告 + 自动更新插件 + 自动检查插件更新并通知是否有任何可用更新 搜索插件 @@ -223,6 +261,12 @@ Zip 文件 请选择 zip 文件 从本地路径安装插件 + 无可用更新 + 所有插件都是最新 + 插件更新可用 + 更新插件 + 检查插件更新 + 插件更新成功。请重新启动 Flow Launcher。 主题 @@ -350,6 +394,28 @@ 显示结果徽章 对于支持的插件,将显示徽章以帮助更容易区分它们。 仅在全局查询下显示结果徽章 + 仅对全局查询结果显示徽章 + 对话框跳转 + 输入快捷键以快速导航打开或保存作为对话框窗口到当前文件管理器路径。 + 对话框跳转 + 当打开了打开或保存对话框窗口时,快速导航到文件管理器当前路径。 + 自动跳转对话框 + 当显示打开或保存对话框窗口时,自动导航到当前文件管理器的路径。(实验性) + 显示对话框跳转窗口 + 当显示打开或保存对话框窗口以快速导航到文件或文件夹位置时,显示对话框跳转搜索窗口。 + 对话框跳转窗口位置 + 选择对话框跳转搜索窗口的位置 + 固定在打开或保存为对话框窗口下。在打开时显示并保持直到窗口关闭 + 默认搜索窗口位置。当被搜索窗口快捷键触发时显示 + 对话框跳转文件导航行为 + 当结果为文件路径时对打开或保存对话框窗口的导航行为 + 左键单击或回车按键 + 右键单击 + 对话框跳转文件导航行为 + 当结果为文件路径时对打开或保存对话框窗口的导航行为 + 在文件名框中填写完整路径 + 在文件名框中填写完整路径并打开 + 在路径框中填写目录 HTTP 代理 @@ -549,6 +615,11 @@ 更新文件 更新日志 + + 更新插件后重启 Flow Launcher + {0}: 更新从 v{1} 到 v{2} + 没有选择插件 + 跳过 欢迎使用 Flow Launcher diff --git a/Flow.Launcher/Languages/zh-tw.xaml b/Flow.Launcher/Languages/zh-tw.xaml index 959f75f97..08783cb43 100644 --- a/Flow.Launcher/Languages/zh-tw.xaml +++ b/Flow.Launcher/Languages/zh-tw.xaml @@ -16,6 +16,26 @@ Fail to Init Plugins Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help + + Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept + Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept + Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? + Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. + + + The following plugin has errored and cannot be loaded: + The following plugins have errored and cannot be loaded: + Please refer to the logs for more information + + + Please try again + Unable to parse Http Proxy + + + Failed to install TypeScript environment. Please try again later + Failed to install Python environment. Please try again later. + Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program. Failed to unregister hotkey "{0}". Please try again or see log for details @@ -91,6 +111,7 @@ 一律以英文模式開始輸入 啟動 Flow 時暫時將輸入法切換為英文模式。 自動更新 + Automatically check and update the app when available 選擇 啟動時不顯示主視窗 Flow Launcher search window is hidden in the tray after starting up. @@ -102,7 +123,20 @@ Low Regular 拼音搜尋 - 允許使用拼音來搜尋。拼音是將中文轉換為羅馬字母拼寫的標準系統。 + Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. + Use Double Pinyin + Use Double Pinyin instead of Full Pinyin to search. + Double Pinyin Schema + Xiao He + Zi Ran Ma + Wei Ruan + Zhi Neng ABC + Zi Guang Pin Yin + Pin Yin Jia Jia + Xing Kong Jian Dao + Da Niu + Xiao Lang + 一律預覽 當 Flow 啟動時,一律開啟預覽面板。按下 {0} 可切換預覽。 Shadow effect is not allowed while current theme has blur effect enabled @@ -131,6 +165,8 @@ 開啟 Use Previous Korean IME You can change the Previous Korean IME settings directly from here + Failed to change Korean IME setting + Please check your system registry access or contact support. Home Page Show home page results when query text is empty. Show History Results in Home Page @@ -142,6 +178,8 @@ Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store Show unknown source warning Show warning when installing plugins from unknown sources + Auto update plugins + Automatically check plugin updates and notify if there are any updates available Search Plugin @@ -223,6 +261,12 @@ Zip files Please select zip file Install plugin from local path + 無可用更新 + 所有插件均為最新版本 + Plugin updates available + Update plugins + Check plugin updates + Plugins are successfully updated. Please restart Flow. 主題 @@ -350,6 +394,28 @@ Show Result Badges For supported plugins, badges are displayed to help distinguish them more easily. Show Result Badges for Global Query Only + Show badges for global query results only + Dialog Jump + Enter shortcut to quickly navigate the Open/Save As dialog window to the path of the current file manager. + Dialog Jump + When Open/Save As dialog window opens, quickly navigate to the current path of the file manager. + Dialog Jump Automatically + When Open/Save As dialog window is displayed, automatically navigate to the path of the current file manager. (Experimental) + Show Dialog Jump Window + Display Dialog Jump search window when the open/save dialog window is shown to quickly navigate to file/folder locations. + Dialog Jump Window Position + Select position for the Dialog Jump search window + Fixed under the Open/Save As dialog window. Displayed on open and stays until the window is closed + Default search window position. Displayed when triggered by search window hotkey + Dialog Jump Result Navigation Behaviour + Behaviour to navigate Open/Save As dialog window to the selected result path + Left click or Enter key + Right click + Dialog Jump File Navigation Behaviour + Behaviour to navigate Open/Save As dialog window when the result is a file path + Fill full path in file name box + Fill full path in file name box and open + Fill directory in path box HTTP 代理 @@ -549,6 +615,11 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in 更新檔案 更新日誌 + + Restart Flow Launcher after updating plugins + {0}: Update from v{1} to v{2} + No plugin selected + 跳過 歡迎使用 Flow Launcher diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ar.xaml index 29b0d4ed1..cb9eca699 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ar.xaml @@ -5,6 +5,9 @@ إشارات المتصفح ابحث في إشارات المتصفح + + Failed to set url in clipboard + بيانات الإشارات المرجعية فتح الإشارات المرجعية في: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/cs.xaml index 45f8d97da..382418336 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/cs.xaml @@ -5,6 +5,9 @@ Záložky prohlížeče Hledat záložky v prohlížeči + + Failed to set url in clipboard + Data záložek Otevřít záložky v: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/da.xaml index 153b05d76..68a8b7a66 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/da.xaml @@ -5,6 +5,9 @@ Browser Bookmarks Search your browser bookmarks + + Failed to set url in clipboard + Bookmark Data Open bookmarks in: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml index 66e30855f..68bb92411 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/de.xaml @@ -5,6 +5,9 @@ Browser-Lesezeichen Ihre Browser-Lesezeichen durchsuchen + + URL in Zwischenablage konnte nicht festgelegt werden + Lesezeichen-Daten Lesezeichen öffnen in: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es-419.xaml index 28524229b..859a0ea0e 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es-419.xaml @@ -5,6 +5,9 @@ Marcadores del Navegador Busca en los marcadores de tu navegador + + Failed to set url in clipboard + Datos de Marcadores Abrir marcadores en: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es.xaml index ba9efd7e0..e0beb7a78 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/es.xaml @@ -5,6 +5,9 @@ Marcadores del navegador Busca en los marcadores del navegador + + No se ha podido establecer la url en el portapeles + Datos del marcador Abrir marcadores en: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/fr.xaml index 39546c102..de10d0f19 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/fr.xaml @@ -5,6 +5,9 @@ Favoris du Navigateur Rechercher dans les favoris de votre navigateur + + Impossible de mettre l'url dans le presse-papiers + Données des favoris Ouvrir les favoris dans : diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/he.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/he.xaml index 79490928d..90751bb6f 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/he.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/he.xaml @@ -5,6 +5,9 @@ סימניות דפדפן חפש בסימניות הדפדפן שלך + + Failed to set url in clipboard + נתוני סימניות פתח סימניות ב: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/it.xaml index eb13bf852..32216f350 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/it.xaml @@ -5,6 +5,9 @@ Segnalibri del Browser Cerca nei segnalibri del tuo browser + + Failed to set url in clipboard + Dati del segnalibro Apri preferiti in: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ja.xaml index d08d67d98..aee660f22 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ja.xaml @@ -5,6 +5,9 @@ ブラウザブックマーク ブラウザのブックマークを検索します + + Failed to set url in clipboard + Bookmark Data Open bookmarks in: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ko.xaml index bb7c9fc06..fd381d4ee 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ko.xaml @@ -5,6 +5,9 @@ 브라우저 북마크 브라우저의 북마크 검색 + + Failed to set url in clipboard + 북마크 데이터 Open bookmarks in: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nb.xaml index 1c53a49d2..e3650ed26 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nb.xaml @@ -5,6 +5,9 @@ Nettleserbokmerker Søk i nettleserbokmerker + + Failed to set url in clipboard + Bokmerkedata Åpne bokmerker i: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nl.xaml index 407786cdd..c83c2ec78 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/nl.xaml @@ -5,6 +5,9 @@ Browser Bookmarks Search your browser bookmarks + + Failed to set url in clipboard + Bookmark Data Open bookmarks in: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml index 9f92d86b1..b63c2ffc5 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pl.xaml @@ -5,6 +5,9 @@ Zakładki przeglądarki Przeszukaj zakładki przeglądarki + + Failed to set url in clipboard + Dane zakładek Otwórz zakładki w: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-br.xaml index ce264bc5f..c6ec5eb4c 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-br.xaml @@ -5,6 +5,9 @@ Favoritos do Navegador Pesquisar favoritos do seu navegador + + Failed to set url in clipboard + Dados de Favoritos Abrir favoritos em: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-pt.xaml index 2818a0600..f2b3e93d1 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-pt.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/pt-pt.xaml @@ -5,6 +5,9 @@ Marcadores do navegador Pesquisar nos marcadores do navegador + + Falha ao definir o URL na área de transferência + Dados do marcador Abrir marcadores em: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ru.xaml index bb8639d97..b147c083b 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ru.xaml @@ -5,6 +5,9 @@ Закладки браузера Поиск закладок в браузере + + Failed to set url in clipboard + Данные закладок Открыть закладки в: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sk.xaml index c7556e877..1d498a5fd 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sk.xaml @@ -5,6 +5,9 @@ Záložky prehliadača Vyhľadáva záložky prehliadača + + Nepodarilo sa nastaviť URL v schránke + Nastavenia pluginu Otvoriť záložky v: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..02b995517 --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,33 @@ + + + + + Browser Bookmarks + Search your browser bookmarks + + + Failed to set url in clipboard + + + Bookmark Data + Open bookmarks in: + New window + New tab + Set browser from path: + Choose + Copy url + Copy the bookmark's url to clipboard + Load Browser From: + Browser Name + Data Directory Path + Add + Edit + Delete + Browse + Others + Browser Engine + If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work. + For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file. + Load favicons (can be time consuming during startup) + + diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sr.xaml index 84173e616..5a7a18714 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sr.xaml @@ -5,6 +5,9 @@ Browser Bookmarks Search your browser bookmarks + + Failed to set url in clipboard + Bookmark Data Open bookmarks in: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/tr.xaml index 8c4280f63..15cd4f250 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/tr.xaml @@ -5,6 +5,9 @@ Yer İmleri Tarayıcınızdaki yer işaretlerini arayın + + Panoya url ayarlanamadı + Yer İmleri Verisi Yer imlerini şurada aç: @@ -25,6 +28,6 @@ Tarayıcı Motoru Eğer Chrome, Firefox veya Edge kullanmıyor veya bu tarayıcıların taşınabilir sürümlerini kullanıyorsanız tarayıcı motorunu ve yer imlerinin saklandığı dizini elle girmeniz gerekir. Örneğin: Brave tarayıcısı Chromium tabanlıdır ve yer imleri varsayılan olarak "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData" klasöründe saklanır. Firefox tabanlı tarayıcılar için bu places.sqlite dosyasının bulunduğu kullanıcı verisi klasörüdür. - Load favicons (can be time consuming during startup) + Site simgelerini yükle (başlangıç sırasında zaman alabilir) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/uk-UA.xaml index 07ccc2ea4..a40370a9c 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/uk-UA.xaml @@ -5,6 +5,9 @@ Закладки браузера Пошук у закладках браузера + + Не вдалося вставити Url-адресу в буфер обміну + Дані закладок Відкрити закладки в: @@ -24,7 +27,7 @@ Інші Браузерний рушій Якщо ви не використовуєте Chrome, Firefox або Edge, або використовуєте їхні портативні версії, вам потрібно додати каталог даних закладок і вибрати правильний рушій браузера, щоб цей плагін працював. - Наприклад: Рушій Brave - Chromium, і за замовчуванням розташування даних закладок: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". Для браузера Firefox директорія закладок - це папка userdata, що містить файл places.sqlite. + Наприклад: рушій Brave — Chromium, і типово розташування даних закладок: «%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData». Для браузера Firefox директорія закладок — це тека userdata, що містить файл places.sqlite. Завантажити піктограми (може зайняти багато часу під час запуску) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/vi.xaml index 662c87d49..f52a7fe7b 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/vi.xaml @@ -5,6 +5,9 @@ Dấu trang trình duyệt Tìm kiếm dấu trang trình duyệt của bạn + + Failed to set url in clipboard + Dữ liệu đánh dấu Mở dấu trang trong: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-cn.xaml index 934544367..778cd3992 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-cn.xaml @@ -5,6 +5,9 @@ 浏览器书签 搜索您的浏览器书签 + + 无法复制 URL 到剪切板 + 书签数据 在以下位置打开书签: diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-tw.xaml index 7fa50a089..e8bc6bcb6 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-tw.xaml @@ -5,6 +5,9 @@ 瀏覽器書籤 搜尋你的瀏覽器書籤 + + Failed to set url in clipboard + 書籤資料 載入書籤至: diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ar.xaml index d38f136a6..759ba99de 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ar.xaml @@ -1,4 +1,4 @@ - + آلة حاسبة @@ -8,8 +8,9 @@ نسخ هذا الرقم إلى الحافظة فاصل عشري الفاصل العشري الذي سيتم استخدامه في الناتج. - استخدام إعدادات النظام المحلية + استخدام الإعدادات المحلية للنظام فاصلة (,) نقطة (.) أقصى عدد من المنازل العشرية + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/cs.xaml index 56b908031..f5dbe8e20 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/cs.xaml @@ -1,4 +1,4 @@ - + Kalkulačka @@ -12,4 +12,5 @@ Čárka (,) Tečka (.) Desetinná místa + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/da.xaml index c5690a3d5..2f2777aa1 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/da.xaml @@ -1,8 +1,8 @@ - + Calculator - Allows to do mathematical calculations.(Try 5*3-2 in Flow Launcher) + Perform mathematical calculations (including hexadecimal values). Use ',' or '.' as thousand separator or decimal place. Not a number (NaN) Expression wrong or incomplete (Did you forget some parentheses?) Copy this number to the clipboard @@ -12,4 +12,5 @@ Comma (,) Dot (.) Max. decimal places + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/de.xaml index 9b8654962..46f5efe23 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/de.xaml @@ -1,4 +1,4 @@ - + Rechner @@ -7,9 +7,10 @@ Ausdruck falsch oder unvollständig (Haben Sie einige Klammern vergessen?) Diese Zahl in die Zwischenablage kopieren Dezimaltrennzeichen - Das Dezimaltrennzeichen, das in der Ausgabe verwendet werden soll. - Systemgebietsschema verwenden + Das Dezimaltrennzeichen, welches bei der Ausgabe verwendet werden soll. + Systemeinstellung nutzen Komma (,) Punkt (.) Max. Dezimalstellen + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/es-419.xaml index 6b69c06a4..dce29cba5 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/es-419.xaml @@ -1,4 +1,4 @@ - + Calculadora @@ -12,4 +12,5 @@ Coma (,) Punto (.) Número máximo de decimales + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/es.xaml index 3dfdff680..7f1775e2e 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/es.xaml @@ -1,15 +1,16 @@ - + Calculadora - Permite hacer cálculos matemáticos. (Pruebe 5*3-2 en Flow Launcher) + Realiza cálculos matemáticos (incluyendo valores hexadecimales). Utilizar ',' o '.' como separador de miles o decimal. No es un número (NaN) Expresión incorrecta o incompleta (¿Ha olvidado algunos paréntesis?) Copiar este número al portapapeles Separador decimal - El separador decimal que se utilizará en la salida. - Usar configuración regional del sistema + Separador decimal que se utilizará en la salida. + Utilizar configuración regional del sistema Coma (,) Punto (.) Número máximo de decimales + Ha fallado la copia, inténtelo más tarde diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/fr.xaml index a86c020be..a6db34811 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/fr.xaml @@ -1,15 +1,16 @@ - + Calculatrice - Permet de faire des calculs mathématiques.(Essayez 5*3-2 dans Flow Launcher) + Effectuer des calculs mathématiques (y compris les valeurs hexadécimales). Utilisez ',' ou '.' comme séparateur de milliers ou décimaux. Pas un nombre (NaN) Expression incorrecte ou incomplète (avez-vous oublié certaines parenthèses ?) Copier ce chiffre dans le presse-papiers - Séparateur décimal - Le séparateur décimal à utiliser dans la sortie. + Séparateur de décimales + Le séparateur de décimale à utiliser dans la sortie. Utiliser les paramètres régionaux du système Virgule (,) Point (.) Décimales max. + Échec de la copie, réessayer plus tard diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/he.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/he.xaml index 1d297381c..b053c8905 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/he.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/he.xaml @@ -1,15 +1,16 @@ - + - מחשבון + מחשבו מאפשר לבצע חישובים מתמטיים. (נסה 5*3-2 ב-Flow Launcher) לא מספר (NaN) הביטוי שגוי או לא שלם (האם שכחת סוגריים?) העתק מספר זה ללוח מפריד עשרוני - מפריד עשרוני שישמש בתוצאה. - השתמש בהגדרת מערכת + מפריד העשרוני שישמש בפלט. + השתמש בהגדרות מערכת פסיק (,) נקודה (.) מספר מקסימלי של מקומות עשרוניים + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/it.xaml index 27bd75304..5b724e82e 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/it.xaml @@ -1,4 +1,4 @@ - + Calcolatrice @@ -12,4 +12,5 @@ Virgola (,) Punto (.) Max. cifre decimali + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ja.xaml index 30bae550a..5677c7732 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ja.xaml @@ -1,4 +1,4 @@ - + 電卓 @@ -12,4 +12,5 @@ Comma (,) Dot (.) Max. decimal places + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ko.xaml index 30e9b40a0..e4ca16d41 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ko.xaml @@ -1,4 +1,4 @@ - + 계산기 @@ -12,4 +12,5 @@ 쉼표 (,) 마침표 (.) 최대 소수점 아래 자릿 수 + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nb.xaml index be233767f..9ae31e976 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nb.xaml @@ -1,4 +1,4 @@ - + Kalkulator @@ -12,4 +12,5 @@ Komma (,) Prikk (.) Maks. desimaler + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nl.xaml index c5690a3d5..2f2777aa1 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/nl.xaml @@ -1,8 +1,8 @@ - + Calculator - Allows to do mathematical calculations.(Try 5*3-2 in Flow Launcher) + Perform mathematical calculations (including hexadecimal values). Use ',' or '.' as thousand separator or decimal place. Not a number (NaN) Expression wrong or incomplete (Did you forget some parentheses?) Copy this number to the clipboard @@ -12,4 +12,5 @@ Comma (,) Dot (.) Max. decimal places + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pl.xaml index 75b52685a..e73298dca 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pl.xaml @@ -1,4 +1,4 @@ - + Kalkulator @@ -12,4 +12,5 @@ Przecinek (,) Kropka (.) Maks. liczba miejsc po przecinku + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pt-br.xaml index 9b6f3708a..73a60d42f 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pt-br.xaml @@ -1,4 +1,4 @@ - + Calculadora @@ -12,4 +12,5 @@ Vírgula (,) Ponto (.) Max. decimal places + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pt-pt.xaml index 7b48d6fe9..7ec52be8c 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pt-pt.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/pt-pt.xaml @@ -1,15 +1,16 @@ - + Calculadora - Permite a execução de cálculos matemáticos (experimente 5*3-2) + Execução de cálculos matemáticos (incluindo valores hexadecimais). Utilize ',' ou '.' como separador de milhares ou de casas decimais. Não é número (NN) Expressão errada ou incompleta (esqueceu-se de algum parêntese?) Copiar número para a área de transferência Separador decimal - O separador decimal para utilizar no resultado. + O separador decimal a ser usado no resultado. Utilizar definições do sistema Vírgula (,) Ponto (.) Número máximo de casas decimais + Falha ao copiar. Por favor tente mais tarde. diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ru.xaml index d1d03d604..43a7d44c7 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ru.xaml @@ -1,4 +1,4 @@ - + Калькулятор @@ -7,9 +7,10 @@ Выражение неправильное или неполное (Вы забыли скобки?) Скопировать этот номер в буфер обмена Десятичный разделитель - Десятичный разделитель, который будет использоваться в результате. - Использовать системный язык + The decimal separator to be used in the output. + Использовать системный формат Запятая (,) Точка (.) Макс. число знаков после запятой + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sk.xaml index b1cf4a735..498b6eb50 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sk.xaml @@ -1,8 +1,8 @@ - + Kalkulačka - Spracúva matematické operácie. (Skúste 5*3-2 vo Flow Launcheri) + Vykonávanie matematických výpočtov (vrátane hexadecimálnych hodnôt). Ako oddeľovač tisícov alebo desatinného miesta použite ',' alebo '.'. Nie je číslo (NaN) Nesprávny alebo neúplný výraz (Nezabudli ste na zátvorky?) Kopírovať výsledok do schránky @@ -12,4 +12,5 @@ Čiarka (,) Bodka (.) Desatinné miesta + Kopírovanie zlyhalo, skúste to neskôr diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..98e3aebb5 --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,16 @@ + + + + Calculator + Perform mathematical calculations (including hexadecimal values). Use ',' or '.' as thousand separator or decimal place. + Not a number (NaN) + Expression wrong or incomplete (Did you forget some parentheses?) + Copy this number to the clipboard + Decimal separator + The decimal separator to be used in the output. + Use system locale + Comma (,) + Dot (.) + Max. decimal places + Copy failed, please try later + diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sr.xaml index c5690a3d5..2f2777aa1 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/sr.xaml @@ -1,8 +1,8 @@ - + Calculator - Allows to do mathematical calculations.(Try 5*3-2 in Flow Launcher) + Perform mathematical calculations (including hexadecimal values). Use ',' or '.' as thousand separator or decimal place. Not a number (NaN) Expression wrong or incomplete (Did you forget some parentheses?) Copy this number to the clipboard @@ -12,4 +12,5 @@ Comma (,) Dot (.) Max. decimal places + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/tr.xaml index f307c65e2..b41fc0656 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/tr.xaml @@ -1,4 +1,4 @@ - + Hesap Makinesi @@ -12,4 +12,5 @@ Virgül (,) Nokta (.) Maks. ondalık basamak + Kopyalama başarısız oldu, lütfen daha sonra deneyin diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/uk-UA.xaml index 9f60f570a..14042dffd 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/uk-UA.xaml @@ -1,8 +1,8 @@ - + Калькулятор - Дозволяє виконувати математичні обчислення (спробуйте 5*3-2 у Flow Launcher) + Виконуйте математичні обчислення (включаючи шістнадцяткові значення). Використовуйте «,» або «.» як роздільник тисяч або десяткових знаків. Не є числом (NaN) Вираз неправильний або неповний (Ви забули якісь дужки?) Скопіюйте це число в буфер обміну @@ -12,4 +12,5 @@ Кома (,) Крапка (.) Макс. кількість знаків після коми + Копіювання не вдалося, спробуйте пізніше diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/vi.xaml index 688623b04..20717d1db 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/vi.xaml @@ -1,4 +1,4 @@ - + Máy tính @@ -12,4 +12,5 @@ Dấu phẩy (,) dấu chấm (.) Tối đa. chữ số thập phân + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-cn.xaml index 85159ed4f..445ed394f 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-cn.xaml @@ -1,8 +1,8 @@ - + 计算器 - 为 Flow Launcher 提供数学计算能力。(试着在 Flow Launcher 输入 5*3-2) + 执行数学计算(包括十六进制值)。使用 , 或 . 作为分隔符或小数点。 请输入数字 表达错误或不完整(您是否忘记了一些括号?) 将结果复制到剪贴板 @@ -12,4 +12,5 @@ 逗号(,) 点(.) 小数点后最大位数 + 复制失败,请稍后再试 diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-tw.xaml index d3d448e1c..7c8acf40b 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-tw.xaml @@ -1,4 +1,4 @@ - + 計算機 @@ -12,4 +12,5 @@ 逗號 (,) 點 (.) 小數點後最大位數 + Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml index ebdb0ff35..b2bf99515 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml @@ -5,6 +5,8 @@ يرجى إجراء تحديد أولاً Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? يرجى تحديد رابط المجلد هل أنت متأكد أنك تريد حذف {0}؟ هل أنت متأكد أنك تريد حذف هذا الملف نهائيًا؟ @@ -128,6 +130,11 @@ عرض قائمة السياق في Windows فتح بواسطة اختر برنامج لفتح العنصر + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} متبقي من {1} @@ -141,19 +148,32 @@ تحذير: خدمة Everything غير قيد التشغيل خطأ أثناء استعلام Everything الترتيب حسب - الاسم - المسار - الحجم - الامتداد - نوع الاسم - تاريخ الإنشاء - تاريخ التعديل - السمات - اسم ملف قائمة الملفات - عدد مرات التشغيل - تاريخ التغيير الأخير - تاريخ الوصول - تاريخ التشغيل + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ تحذير: هذا ليس خيار ترتيب سريع، قد تكون عمليات البحث بطيئة diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml index 38f4f145e..0acdb5ca1 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml @@ -5,6 +5,8 @@ Nejprve vyberte položku Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Vyberte odkaz na složku Opravdu chcete odstranit {0}? Opravdu chcete trvale odstranit tento soubor? @@ -128,6 +130,11 @@ Zobrazit kontextové menu Windows Open With Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard Volných {0} z {1} @@ -141,19 +148,32 @@ Upozornění: Služba Everything není spuštěna Chyba při dotazování Everything Seřadit podle - Jméno - Cesta - Velikost - Rozšíření - Typ - Datum vytvoření - Datum změny - Atributy - Seznam názvů souborů - Počet spuštění - Poslední změna data - Datum přístupu - Datum spouštění + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Poznámka: Toto není možnost Fast Sort, vyhledávání může být pomalé diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml index 8c011814c..66816de93 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml @@ -5,6 +5,8 @@ Please make a selection first Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Please select a folder link Are you sure you want to delete {0}? Are you sure you want to permanently delete this file? @@ -128,6 +130,11 @@ Show Windows Context Menu Open With Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ Warning: Everything service is not running Error while querying Everything Sort By - Name - Path - Size - Extension - Type Name - Date Created - Date Modified - Attributes - File List FileName - Run Count - Date Recently Changed - Date Accessed - Date Run + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warning: This is not a Fast Sort option, searches may be slow diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml index 1d8c3937a..8ddb958ad 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml @@ -5,6 +5,8 @@ Bitte treffen Sie zuerst eine Auswahl Bitte wählen Sie einen Ordnerpfad aus. Bitte wählen Sie einen anderen Namen oder Ordnerpfad. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Bitte wählen Sie einen Ordner-Link aus Sind Sie sicher, dass Sie {0} löschen wollen? Sind Sie sicher, dass Sie diese Datei dauerhaft löschen möchten? @@ -128,6 +130,11 @@ Windows-Kontextmenü zeigen Öffnen mit Ein Programm zum Öffnen auswählen + Löschen nicht möglich {0} + Datei nicht gefunden: {0} + Öffnen nicht möglich {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} frei von {1} @@ -141,19 +148,32 @@ Warnung: Everything-Dienst wird nicht ausgeführt Fehler bei Abfrage von Everything Sortieren nach - Name - Pfad - Größe - Extension - Typname - Erstellungsdatum - Änderungsdatum - Attribute - Dateilistenname - Ausführungszahl - Datum kürzlich geändert - Zugriffsdatum - Ausführungsdatum + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warnung: Dies ist keine Schnellsortieroption, Suchen können langsam sein diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml index ae541a745..f80a55965 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml @@ -5,6 +5,8 @@ Por favor, seleccione primero Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Please select a folder link Are you sure you want to delete {0}? Are you sure you want to permanently delete this file? @@ -128,6 +130,11 @@ Show Windows Context Menu Open With Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ Advertencia: El servicio de Everything no se está ejecutando Error al consultar Everything Ordenar por - Name - Ruta - Size - Extensión - Tipo de nombre - Fecha de creación - Fecha de modificación - Atributos - Lista de archivos Nombre del Archivo - Ejecutar cuenta - Fecha de cambio reciente - Fecha de acceso - Fecha de ejecución + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Advertencia: No es una opción de orden rápido, las búsquedas pueden ser lentas diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml index 10ee4a9a4..474ba9a4c 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml @@ -5,6 +5,8 @@ Por favor haga una selección primero Por favor, seleccione una ruta de carpeta. Por favor, elija un nombre o ruta de carpeta diferente. + ¿Está seguro de que desea eliminar este enlace de acceso rápido? + ¿Está seguro de que desea eliminar esta ruta excluida de la búsqueda de índices? Por favor, seleccione un enlace de carpeta ¿Está seguro de que desea eliminar {0}? ¿Está seguro de que desea eliminar permanentemente este archivo? @@ -107,9 +109,9 @@ Abrir carpeta contenedora Abre la ubicación que contiene al elemento actual Abrir con el editor: - No se pudo abrir el archivo en {0} con el editor {1} en {2} + No se ha podido abrir el archivo en {0} con el editor {1} en {2} Abrir con Shell: - No se pudo abrir la carpeta {0} con Shell {1} en {2} + No se ha podido abrir la carpeta {0} con Shell {1} en {2} Excluir la carpeta actual y sus subcarpetas del índice de búsqueda Excluido del índice de búsqueda Abrir opciones de indexación de Windows @@ -128,6 +130,11 @@ Mostrar menú contextual de Windows Abrir con Seleccione un programa para abrir con + No se pudo eliminar {0} + Archivo no encontrado: {0} + Fallo al abrir {0} + Fallo al establecer texto en el portapapeles + Fallo al establecer archivos/carpetas en el portapapeles {0} libre de {1} @@ -141,19 +148,32 @@ Advertencia: El servicio de Everything no se está ejecutando Error al consultar Everything Ordenar por - Nombre - Ruta - Tamaño - Extensión - Tipo - Fecha de creación - Fecha de modificación - Atributos - Nombre de la lista de archivos - Número de ejecuciones - Fecha de cambios recientes - Fecha de último acceso - Fecha de ejecución + Nombre ↑ + Nombre ↓ + Ruta ↑ + Ruta ↓ + Tamaño ↑ + Tamaño ↓ + Extensión ↑ + Extensión ↓ + Tipo ↑ + Tipo ↓ + Fecha de creación ↑ + Fecha de creación ↓ + Fecha de modificación ↑ + Fecha de modificación ↓ + Atributos ↑ + Atributos ↓ + Nombre de la lista de archivos ↑ + Nombre de la lista de archivos ↓ + Número de ejecuciones ↑ + Número de ejecuciones ↓ + Fecha modificada recientemente ↑ + Fecha modificada recientemente ↓ + Fecha de último acceso ↑ + Fecha de último acceso ↓ + Fecha de ejecución ↑ + Fecha de ejecución ↓ Advertencia: Esta no es una opción de clasificación rápida, las búsquedas pueden ser lentas diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml index 8809004c7..096cd4a0d 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml @@ -5,6 +5,8 @@ Veuillez d'abord effectuer une sélection Veuillez sélectionner un chemin d'accès au dossier. Veuillez choisir un nom ou un chemin d'accès différent. + Êtes-vous sûr de vouloir supprimer ce lien d'accès rapide ? + Êtes-vous sûr de vouloir supprimer ce chemin de recherche d'index exclu ? Veuillez sélectionner un lien vers un dossier Êtes-vous sûr de vouloir supprimer {0} ? Êtes-vous sûr de vouloir supprimer définitivement ce fichier ? @@ -128,6 +130,11 @@ Afficher le menu contextuel de Windows Ouvrir avec Sélectionnez un programme à ouvrir avec + Échec de la suppression de {0} + Fichier introuvable : {0} + Échec de l'ouverture de {0} + Impossible de mettre le texte dans le presse-papiers + Impossible de définir les fichiers/dossiers dans le presse-papiers {0} libres sur {1} @@ -141,19 +148,32 @@ Avertissement : Le service Everything n'est pas en cours d'exécution Erreur lors de l'interrogation de Everything Trier par - Nom - Xhemin - Taille - Extension - Nom du type - Date de création - Date de modification - Attributs - Fichiers Liste Nom du fichier - Nombre d'exécutions - Date récemment modifiée - Date d'accès - Date d'exécution + Nom ↑ + Nom ↓ + Chemin ↑ + Chemin ↓ + Taille ↑ + Taille ↓ + Extension ↑ + Extension ↓ + Nom du type ↑ + Nom du type ↓ + Date de création ↑ + Date de création ↓ + Date de modification ↑ + Date de modification ↓ + Attributs ↑ + Attributs ↓ + Nom de fichier de la liste de fichiers ↑ + Nom de fichier de la liste de fichiers ↓ + Nombre d'exécutions ↑ + Nombre d'exécutions ↓ + Date récemment modifié ↑ + Date récemment modifié ↓ + Date d'accès ↑ + Date d'accès ↓ + Date d'exécution ↑ + Date d'exécution ↓ Avertissement : Il ne s'agit pas d'une option de tri rapide, les recherches peuvent être lentes. diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml index a18a15aad..a4e4445ae 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/he.xaml @@ -5,6 +5,8 @@ אנא בצע בחירה תחילה אנא בחר נתיב לתיקייה. אנא בחר שם או נתיב תיקייה אחר. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? אנא בחר קישור לתיקייה האם אתה בטוח שברצונך למחוק את {0}? האם אתה בטוח שברצונך למחוק קובץ זה לצמיתות? @@ -128,6 +130,11 @@ הצג תפריט הקשר של Windows פתח באמצעות בחר תוכנית לפתיחה + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} פנוי מתוך {1} @@ -141,19 +148,32 @@ אזהרה: שירות Everything אינו פועל שגיאה במהלך שאילתה ל-Everything מיין לפי - שם - נתיב - גודל - סיומת - שם סוג - תאריך יצירה - תאריך שינוי - מאפיינים - מיון לפי שם קובץ ברשימה - מספר הפעלות - תאריך שינוי אחרון - תאריך גישה - תאריך הרצה + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ אזהרה: זוהי לא אפשרות מיון מהיר, החיפושים עשויים להיות איטיים diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml index 3afaf2f25..f3fa1e1e6 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/it.xaml @@ -5,6 +5,8 @@ Effettua prima una selezione Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Si prega di selezionare un collegamento alla cartella Sei sicuro di voler eliminare {0}? Sei sicuro di voler eliminare definitivamente questo file? @@ -128,6 +130,11 @@ Mostra Menu Contestuale di Windows Apri Con Seleziona un programma con cui aprire + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} disponibili su {1} @@ -141,19 +148,32 @@ Attenzione: Il servizio "Everything" non è in esecuzione Errore nell'interrogazione di Everything Ordina per - Nome - Percorso - Dimensioni - Estensione - Tipo - Data di creazione - Data della modifica - Attributi - Nome File Lista - Esegui Conteggio - Data di recente della modifica - Data di accesso - Data di esecuzione + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Attenzione: Questa non è un'opzione di ordinamento rapido, le ricerche potrebbero essere lente diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml index 648efe642..d0b045175 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ja.xaml @@ -5,6 +5,8 @@ Please make a selection first Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Please select a folder link Are you sure you want to delete {0}? Are you sure you want to permanently delete this file? @@ -128,6 +130,11 @@ Windowsの右クリックメニューを表示 アプリで開く 開くためのプログラムを選択します + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ Warning: Everything service is not running Error while querying Everything Sort By - 名前 - Path - サイズ - Extension - Type Name - Date Created - Date Modified - Attributes - File List FileName - Run Count - Date Recently Changed - Date Accessed - Date Run + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warning: This is not a Fast Sort option, searches may be slow diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml index cf4d8b8ad..3195ff6e5 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ko.xaml @@ -5,6 +5,8 @@ 항목을 먼저 선택하세요 Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? 폴더 링크를 선택하세요 {0} - 삭제하시겠습니까? 이 파일을 영구적으로 삭제하시겠습니까? @@ -128,6 +130,11 @@ 우클릭 메뉴 보기 함께 열기 이 항목을 열 프로그램을 선택 + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ 경고: Everything 서비스가 실행 중이 아닙니다 Error while querying Everything 정렬 기준 - Name - Path - 크기 - Extension - Type Name - Date Created - Date Modified - Attributes - File List FileName - Run Count - Date Recently Changed - Date Accessed - Date Run + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warning: This is not a Fast Sort option, searches may be slow diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml index 733136c36..5efdead0c 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nb.xaml @@ -5,6 +5,8 @@ Vennligst gjør et valg først Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Velg en mappekobling Er du sikker på at du ønsker å slette {0}? Er du sikker på at du vil slette denne filen permanent? @@ -128,6 +130,11 @@ Vis Windows-hurtigmeny Åpne med Velg et program for å åpne med + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} ledig av {1} @@ -141,19 +148,32 @@ Advarsel: Everything-tjenesten kjører ikke Feil under spørring av Everything Sorter etter - Navn - Sti - Størrelse - Utvidelse - Typenavn - Dato opprettet - Dato endret - Attributter - Filliste Filnavn - Antall kjøringer - Dato nylig endret - Dato for tilgang - Dato for kjøring + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Advarsel: dette er ikke et hurtigsorteringsalternativ, søk kan være trege diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml index c4bfb639d..cc6d350c9 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/nl.xaml @@ -5,6 +5,8 @@ Please make a selection first Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Please select a folder link Are you sure you want to delete {0}? Are you sure you want to permanently delete this file? @@ -128,6 +130,11 @@ Show Windows Context Menu Open With Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ Waarschuwing: Everything service is niet actief Fout bij het opvragen Everything Sorteer op - Name - Pad - Size - Uitbreiding - Type naam - Datum aangemaakt - Datum gewijzigd - Kenmerken - Bestandslijst Bestandsnaam - Aantal keer uitgevoerd - Datum onlangs gewijzigd - Datum laatst geopend - Datum uitvoering + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Waarschuwing: Dit is geen snelle sorteeroptie, zoekopdrachten kunnen traag zijn diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml index ddf56ab37..c981c2832 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pl.xaml @@ -5,6 +5,8 @@ Najpierw dokonaj wyboru Wybierz ścieżkę folderu. Wybierz inną nazwę lub ścieżkę folderu. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Musisz wybrać któryś folder z listy Czy jesteś pewien że chcesz usunąć {0}? Jesteś pewny, że chcesz usunąć ten plik trwale? @@ -128,6 +130,11 @@ Pokaż menu kontekstowe Windows Otwórz za pomocą Wybierz program do otwarcia + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} wolne z {1} @@ -141,19 +148,32 @@ Everything Service nie jest uruchomiony Wystąpił błąd podczas pobierania wyników z Everything Sortuj wg - Nazwa - Ścieżka - Rozmiar - Rozszerzenia - Nazwa typu - Data utworzenia - Data modyfikacji - Atrybuty - Nazwa pliku na liście plików - Liczba uruchomień - Data ostatniej zmiany - Data dostępu - Data uruchomienia + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Uwaga: To nie jest opcja Szybkiego sortowania, wyszukiwania mogą być wolne diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml index d0a260290..fe4fa320a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-br.xaml @@ -5,6 +5,8 @@ Please make a selection first Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Please select a folder link Are you sure you want to delete {0}? Are you sure you want to permanently delete this file? @@ -128,6 +130,11 @@ Show Windows Context Menu Open With Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ Warning: Everything service is not running Error while querying Everything Sort By - Nome - Path - Tamanho - Extension - Type Name - Date Created - Date Modified - Attributes - File List FileName - Run Count - Date Recently Changed - Date Accessed - Date Run + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warning: This is not a Fast Sort option, searches may be slow diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml index 98a77d06a..d0651cc53 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/pt-pt.xaml @@ -5,6 +5,8 @@ Tem que efetuar uma seleção Selecione o caminho da pasta. Por favor, escolha um nome ou caminho diferente. + Tem a certeza de que pretende eliminar esta ligação de acesso rápido? + Tem a certeza de que deseja eliminar este caminho do índice de pesquisas? Selecione a ligação para a pasta Tem a certeza de que deseja eliminar {0}? Tem a certeza de que pretende eliminar permanentemente este ficheiro? @@ -128,6 +130,11 @@ Mostrar menu de contexto do Windows Abrir com Selecione o programa a utilizar + Falha ao eliminar {0} + Ficheiro não encontrado: {0} + Falha ao abrir {0} + Falha ao definir texto na área de transferência + Falha ao definir ficheiros/pasta na área de transferência {0} livre de {1} no total @@ -141,19 +148,32 @@ Aviso: o serviço Everything não está em execução Erro ao consultar Everything Ordenar por - Nome - Caminho - Tamanho - Extensão - Nome do tipo - Data de criação - Data de modificação - Atributos - Por nome na lista de ficheiros - Número de execuções - Data alterada recentemente - Data de acesso - Data de execução + Nome ↑ + Nome ↓ + Caminho ↑ + Caminho ↓ + Tamanho ↑ + Tamanho ↓ + Extensão ↑ + Extensão ↓ + Tipo ↑ + Tipo ↓ + Data de criação ↑ + Data de criação ↓ + Data de modificação ↑ + Data de modificação ↓ + Atributos ↑ + Atributos ↓ + Nome de ficheiro na lista ↑ + Nome de ficheiro na lista ↓ + Número de execuções ↑ + Número de execuções ↓ + Alterado recentemente ↑ + Alterado recentemente ↓ + Data de acesso ↑ + Data de acesso ↓ + Data de execução ↑ + Data de execução ↓ Aviso: esta não é uma opção de ordenação rápida e as pesquisas podem ser demoradas diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml index 44a3a9b65..1644745ae 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/ru.xaml @@ -5,6 +5,8 @@ Сначала отметьте что-нибудь Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Пожалуйста, выберите ссылку на папку Вы уверены, что хотите удалить {0}? Вы действительно хотите безвозвратно удалить этот файл? @@ -128,6 +130,11 @@ Show Windows Context Menu Open With Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ Warning: Everything service is not running Error while querying Everything Sort By - Name - Path - Размер - Extension - Type Name - Date Created - Date Modified - Attributes - File List FileName - Run Count - Date Recently Changed - Date Accessed - Date Run + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warning: This is not a Fast Sort option, searches may be slow diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml index 7c3f5deff..3ca738b69 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sk.xaml @@ -5,6 +5,8 @@ Najprv vyberte položku Vyberte cestu k priečinku. Vyberte iný názov alebo cestu k priečinku. + Naozaj chcete odstrániť tento odkaz na rýchly prístup? + Naozaj chcete odstrániť vylúčenú adresu na tento vyhľadávací index? Vyberte odkaz na priečinok Naozaj chcete odstrániť {0}? Naozaj chcete natrvalo odstrániť tento súbor? @@ -128,6 +130,11 @@ Zobraziť kontextovú ponuku Windowsu Otvoriť s Vyberte program, ktorým chcete otvoriť súbor + Odstránenie {0} zlyhalo + Súbor sa nenašiel: {0} + Nepodarilo sa otvoriť {0} + Nepodarilo sa nastaviť text v schránke + Nepodarilo sa nastaviť súbory/priečinky v schránke Voľných {0} z {1} @@ -141,19 +148,32 @@ Upozornenie: Služba Everything nie je spustená Chyba pri dopytovaní Everything Zoradiť podľa - Názov - Cesta - Veľkosť - Prípona - Typ - Dátum vytvorenia - Dátum úpravy - Atribúty - Zoznam názvov súborov - Počet spustení - Nedávno zmenený dátum - Dátum prístupu - Dátum spustenia + Názov ↑ + Názov ↓ + Cesta ↑ + Cesta ↓ + Veľkosť ↑ + Veľkosť ↓ + Prípona ↑ + Prípona ↓ + Typ ↑ + Typ ↓ + Dátum vytvorenia ↑ + Dátum vytvorenia ↓ + Dátum úpravy ↑ + Dátum úpravy ↓ + Atribúty ↑ + Atribúty ↓ + Názov súboru zoznamu súborov ↑ + Názov súboru zoznamu súborov ↓ + Počet spustení ↑ + Počet spustení ↓ + Dátum nedávnej zmeny ↑ + Dátum nedávnej zmeny ↓ + Dátum prístupu ↑ + Dátum prístupu ↓ + Dátum spustenia ↑ + Dátum spustenia ↓ Upozornenie: Toto nie je voľba Fast Sort, vyhľadávanie môže byť pomalé diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..19fe6dc64 --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,210 @@ + + + + + Please make a selection first + Please select a folder path. + Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? + Please select a folder link + Are you sure you want to delete {0}? + Are you sure you want to permanently delete this file? + Are you sure you want to permanently delete this file/folder? + Deletion successful + Successfully deleted {0} + Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword + Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword + The required service for Windows Index Search does not appear to be running + To fix this, start the Windows Search service. Select here to remove this warning + The warning message has been switched off. As an alternative for searching files and folders, would you like to install Everything plugin?{0}{0}Select 'Yes' to install Everything plugin, or 'No' to return + Explorer Alternative + Error occurred during search: {0} + Could not open folder + Could not open file + + + Delete + Edit + Add + General Setting + Customise Action Keywords + Customise Quick Access + Quick Access Links + Everything Setting + Preview Panel + Size + Date Created + Date Modified + File Age + Display File Info + Date and time format + Sort Option: + Everything Path: + Launch Hidden + Editor Path + Shell Path + Index Search Excluded Paths + Use search result's location as the working directory of the executable + Display more information like size and age in tooltips + Hit Enter to open folder in Default File Manager + Use Index Search For Path Search + Indexing Options + Search: + Path Search: + File Content Search: + Index Search: + Quick Access: + Current Action Keyword + Done + Enabled + When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword + Everything + Windows Index + Direct Enumeration + File Editor Path + Folder Editor Path + Enabled + Disabled + + Content Search Engine + Directory Recursive Search Engine + Index Search Engine + Open Windows Index Option + Excluded File Types (comma seperated) + For example: exe,jpg,png + Maximum results + The maximum number of results requested from active search engine + + + Explorer + Find and manage files and folders via Windows Search or Everything + + + Ctrl + Enter to open the directory + Ctrl + Enter to open the containing folder + {0}{4}Size: {1}{4}Date created: {2}{4}Date modified: {3} + Unknown + {0}{3}Space free: {1}{3}Total size: {2} + + + Copy path + Copy path of current item to clipboard + Copy name + Copy name of current item to clipboard + Copy + Copy current file to clipboard + Copy current folder to clipboard + Delete + Permanently delete current file + Permanently delete current folder + Name + Type + Path + File + Folder + Delete the selected + Run as different user + Run the selected using a different user account + Open containing folder + Open the location that contains current item + Open With Editor: + Failed to open file at {0} with Editor {1} at {2} + Open With Shell: + Failed to open folder {0} with Shell {1} at {2} + Exclude current and sub-directories from Index Search + Excluded from Index Search + Open Windows Indexing Options + Manage indexed files and folders + Failed to open Windows Indexing Options + Add to Quick Access + Add current item to Quick Access + Successfully Added + Successfully added to Quick Access + Successfully Removed + Successfully removed from Quick Access + Add to Quick Access so it can be opened with Explorer's Search Activation action keyword + Remove from Quick Access + Remove from Quick Access + Remove current item from Quick Access + Show Windows Context Menu + Open With + Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard + + + {0} free of {1} + Open in Default File Manager + + Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches. + + + + Failed to load Everything SDK + Warning: Everything service is not running + Error while querying Everything + Sort By + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ + + + Warning: This is not a Fast Sort option, searches may be slow + + Search Full Path + Enable File/Folder Run Count + + Click to launch or install Everything + Everything Installation + Installing Everything service. Please wait... + Successfully installed Everything service + Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com + Click here to start it + Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you + Do you want to enable content search for Everything? + It can be very slow without index (which is only supported in Everything v1.5+) + + Unable to find Everything.exe + Failed to install Everything, please install it manually + + + Native Context Menu + Display native context menu (experimental) + Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). + Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). + + + Today + {0} days ago + 1 month ago + {0} months ago + 1 year ago + {0} years ago + diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml index 4df64e4d5..f8effbd7c 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/sr.xaml @@ -5,6 +5,8 @@ Please make a selection first Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Please select a folder link Are you sure you want to delete {0}? Are you sure you want to permanently delete this file? @@ -128,6 +130,11 @@ Show Windows Context Menu Open With Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ Warning: Everything service is not running Error while querying Everything Sort By - Name - Path - Size - Extension - Type Name - Date Created - Date Modified - Attributes - File List FileName - Run Count - Date Recently Changed - Date Accessed - Date Run + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warning: This is not a Fast Sort option, searches may be slow diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml index ed327e1bc..f2240d47a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml @@ -2,21 +2,23 @@ - Please make a selection first - Please select a folder path. - Please choose a different name or folder path. + Lütfen önce bir seçim yapın + Lütfen bir klasör yolu seçin. + Lütfen farklı bir isim veya klasör yolu seçin. + Bu hızlı erişim bağlantısını silmek istediğinizden emin misiniz? + Are you sure you want to delete this index search excluded path? Lütfen bir klasör bağlantısı seçin {0} bağlantısını silmek istediğinize emin misiniz? Bu dosyayı kalıcı olarak silmek istediğinizden emin misiniz? Bu öğeyi kalıcı olarak silmek istediğinizden emin misiniz? - Deletion successful + Silme işlemi başarılı Başarıyla silindi: {0} - Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword - Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword - The required service for Windows Index Search does not appear to be running - To fix this, start the Windows Search service. Select here to remove this warning - The warning message has been switched off. As an alternative for searching files and folders, would you like to install Everything plugin?{0}{0}Select 'Yes' to install Everything plugin, or 'No' to return - Explorer Alternative + Genel eylem anahtar sözcüğünü atamak, arama sırasında çok fazla sonuç getirebilir. Lütfen belirli bir eylem anahtar sözcüğü seçin + Hızlı Erişim etkinleştirildiğinde genel eylem anahtar sözcüğüne ayarlanamaz. Lütfen belirli bir eylem anahtar sözcüğü seçin + Windows Dizin Araması için gerekli hizmet çalışıyor gibi görünmüyor + Bunu düzeltmek için Windows Arama hizmetini başlatın. Bu uyarıyı kaldırmak için burayı seçin + Uyarı mesajı kapatıldı. Dosya ve klasörleri aramak için bir alternatif olarak Everything eklentisini yüklemek ister misiniz?{0}{0}Everything eklentisini yüklemek için 'Evet'i veya geri dönmek için 'Hayır'ı seçin + Explorer Alternatifi Arama sırasında hata oluştu: {0} Klasör açılamadı Dosya açılamadı @@ -27,113 +29,118 @@ Ekle Genel Ayarlar Anahtar Kelimeler - Customise Quick Access - Quick Access Links + Hızlı Erişim'i Özelleştirin + Hızlı Erişim Bağlantıları Everything Ayarları Önizleme Paneli Boyut Oluşturma Tarihi Değiştirme Tarihi - File Age + Dosya Yaşı Dosya Özelliklerini Göster Tarih ve saat biçimi Sıralama Seçeneği: Everything Kurulumu: - Launch Hidden + Gizli Başlat Metin Düzenleyici Komut İstemi Hariç Tutulan Dizinler Programın çalışma klasörü olarak sonuç klasörünü kullan - Display more information like size and age in tooltips - Hit Enter to open folder in Default File Manager - Use Index Search For Path Search - Indexing Options + Araç ipuçlarında boyut ve yaş gibi daha fazla bilgi göster + Klasörü varsayılan Dosya Yöneticisi'nde açmak için Enter tuşuna basın + Yol Araması İçin Dizin Aramasını Kullan + Dizin Oluşturma Seçenekleri Ara: Yolu Ara: Dosya İçeriğini Ara: - Index Search: + Dizin Araması: Hızlı Erişim: Geçerli Anahtar Kelime Tamam Etkin - When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword + Devre dışı bırakıldığında Flow bu arama seçeneğini yürütmez ve eylem anahtar sözcüğünü serbest bırakmak için ek olarak '*' değerine geri döner Everything Windows Arama Doğrudan Sayım Metin Düzenleyici Klasör Düzenleyici - Enabled - Disabled + Aktif + Devre dışı Dosya İçeriği Arama Motoru - Directory Recursive Search Engine + Dizin Yinelemeli Arama Motoru Arama Motoru Windows Dizin Oluşturma Ayarları - Excluded File Types (comma seperated) - For example: exe,jpg,png - Maximum results - The maximum number of results requested from active search engine + Hariç Tutulan Dosya Türleri (virgülle ayrılmış) + Örneğin: exe,jpg,png + Maksimum sonuç + Etkin arama motorundan istenen maksimum sonuç sayısı Dosya Gezgini - Find and manage files and folders via Windows Search or Everything + Windows Arama veya Everything aracılığıyla dosya ve klasörleri bulun ve yönetin Dizini açmak içi Ctrl + Enter Dosya konumunu açmak için Ctrl + Enter - {0}{4}Size: {1}{4}Date created: {2}{4}Date modified: {3} - Unknown - {0}{3}Space free: {1}{3}Total size: {2} + {0}{4}Boyut: {1}{4}Oluşturulma tarihi: {2}{4}Değiştirildiği tarih: {3} + Bilinmeyen + {0}{3}Boş alan: {1}{3}Toplam boyut: {2} Yolu kopyala Mevcut dosya konumunu panoya kopyala - Copy name - Copy name of current item to clipboard + İsmi kopyala + Mevcut dosyanın adını panoya kopyala Kopyala Mevcut dosyayı panoya kopyala Mevcut klasörü panoya kopyala Sil Mevcut dosyayı kalıcı olarak sil Mevcut klasörü kalıcı olarak sil - Name - Type - Path + İsim + Tür + Yol Dosya Klasör Seçileni sil Başka bir kullanıcı olarak çalıştır - Run the selected using a different user account + Seçileni farklı bir kullanıcı hesabı kullanarak çalıştır Dosya konumunu aç - Open the location that contains current item + Geçerli öğeyi içeren konumu aç Metin Düzenleyici ile Aç: - Failed to open file at {0} with Editor {1} at {2} + {0} dosyası, {1} Düzenleyicisi ile {2} konumunda açılamadı Komut İstemi ile Aç: - Failed to open folder {0} with Shell {1} at {2} - Exclude current and sub-directories from Index Search - Excluded from Index Search + {0} klasörü, {1} Kabuğu ile {2} konumunda açılamadı + Mevcut ve alt dizinleri Dizin Araması'ndan hariç tut + Dizin Araması'ndan hariç tutuldu Windows Dizin Oluşturma Ayarları - Manage indexed files and folders + Dizinlenmiş dosya ve klasörleri yönet Windows Dizin Oluşturma ayarlarını açma başarısız oldu Hızlı Erişime Sabitle - Add current item to Quick Access + Geçerli öğeyi Hızlı Erişim'e ekle Başarıyla Eklendi - Successfully added to Quick Access + Hızlı Erişim'e başarıyla eklendi Başarıyla Kaldırıldı - Successfully removed from Quick Access + Hızlı Erişim'den başarıyla kaldırıldı Add to Quick Access so it can be opened with Explorer's Search Activation action keyword Hızlı Erişimden Kaldır Hızlı Erişimden Kaldır - Remove current item from Quick Access + Geçerli öğeyi Hızlı Erişim'den kaldır Windows Bağlam Menüsünü Aç Birlikte Aç - Select a program to open with + Birlikte açmak için bir program seç + {0} silinemedi + Dosya bulunamadı: {0} + {0} açılamadı + Panodaki metin ayarlanamıyor + Panodaki dosyalar/klasörler ayarlanamıyor - {0} free of {1} + {0} / {1} boş Dosya Yöneticisinde Aç - Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches. + Bu dizinde arama yapmak için '>', dosya uzantılarını aramak için '*' veya her iki aramayı birleştirmek için '>*' kullanın. @@ -141,25 +148,38 @@ Everything Servisi çalışmıyor Sorgu Everything üzerinde çalıştırılırken hata oluştu Şuna Göre Sırala - Name - Yol - Boyut - Uzantı - Tür - Oluşturma Tarihi - Değiştirme Tarihi - Özellikler - File List FileName - Erişim Sayısı - Date Recently Changed - Erişim Tarihi - Date Run + İsim ↑ + İsim ↓ + Yol ↑ + Yol ↓ + Boyut ↑ + Boyut ↓ + Uzantı ↑ + Uzantı ↓ + Tür Adı ↑ + Tür Adı ↓ + Oluşturma Tarihi ↑ + Oluşturma Tarihi ↓ + Değiştirme Tarihi ↑ + Değiştirme Tarihi ↓ + Özellikler ↑ + Özellikler ↓ + Dosya Listesi DosyaAdı ↑ + Dosya Listesi DosyaAdı ↓ + Çalıştırma Sayısı ↑ + Çalıştırma Sayısı ↓ + Son Değişiklik Tarihi ↑ + Son Değişiklik Tarihi ↓ + Erişim Tarihi ↑ + Erişim Tarihi ↓ + Çalıştırma Tarihi ↑ + Çalıştırma Tarihi ↓ - Warning: This is not a Fast Sort option, searches may be slow + Uyarı: Bu, Hızlı Sıralama seçeneği değildir, aramalar yavaş olabilir Tam Yolu Ara - Enable File/Folder Run Count + Dosya/Klasör Çalıştırma Sayısını Aç Everything'i yükle veya başlat Everything Kurulumu @@ -167,16 +187,16 @@ Everything hizmeti başarıyla yüklendi Everything hizmetini otomatik olarak yükleme başarısız oldu. Lütfen https://www.voidtools.com adresinden elle yükleyin. Başlat - Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you - Do you want to enable content search for Everything? - It can be very slow without index (which is only supported in Everything v1.5+) + Herhangi bir Everything kurulumu bulunamadı, bir konum seçmek ister misiniz? {0}{0} Hayır'a tıkladığınızda, Everything otomatik olarak sizin için yüklenecektir + Everything için içerik aramasını açmak ister misiniz? + Dizin olmadan çok yavaş olabilir (yalnızca Everything v1.5+ sürümünde desteklenir) - Unable to find Everything.exe - Failed to install Everything, please install it manually + Everything.exe bulunamadı + Everything yüklenemedi, lütfen manuel olarak yükleyin - Native Context Menu - Display native context menu (experimental) + Yerel Bağlam Menüsünü Aç + Yerel bağlam menüsünü göster (deneysel) Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml index 38829112c..823c33193 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml @@ -5,6 +5,8 @@ Будь ласка, спочатку зробіть вибір Виберіть шлях до теки. Виберіть інше ім'я або шлях до теки. + Упевнені, що хочете видалити це посилання швидкого доступу? + Упевнені, що хочете видалити цей шлях, виключений з індексу пошуку? Будь ласка, оберіть посилання на теку Ви впевнені, що хочете видалити {0}? Ви впевнені, що хочете назавжди видалити цей файл? @@ -45,7 +47,7 @@ Виключені шляхи індексного пошуку Використовувати розташування результату пошуку як робочу директорію виконуваного файлу Показувати більше інформації, наприклад розмір і дату створення, у підказках - Натисніть Enter, щоб відкрити папку у файловому менеджері за замовчуванням + Натисніть Enter, щоб відкрити теку у типовому файловому менеджері Використовуйте індексний пошук для пошуку шляху Параметри індексації Пошук: @@ -56,7 +58,7 @@ Поточне ключове слово дії Готово Увімкнено - Якщо вимкнено, Flow не виконуватиме цю опцію пошуку і додатково повернеться до '*', щоб звільнити ключове слово дії + Якщо вимкнено, Flow не виконуватиме цей параметр пошуку і додатково повернеться до «*», щоб звільнити ключове слово дії Everything Індекс Windows Пряме перерахування @@ -116,22 +118,27 @@ Керування проіндексованими файлами та папками Не вдалося відкрити параметри індексування Windows Додати до Швидкого доступу - Додати поточний елемент до швидкого доступу + Додати поточний елемент до Швидкого доступу Успішно додано Успішно додано до швидкого доступу Успішно вилучено Успішно видалено з швидкого доступу - Додати до швидкого доступу, щоб його можна було відкрити за допомогою ключового слова дії "Активація пошуку" у Провіднику + Додати до Швидкого доступу, щоб його можна було відкрити за допомогою ключового слова дії «Активація пошуку» у Провіднику Видалити зі швидкого доступу Видалити зі швидкого доступу Видалити поточний елемент зі швидкого доступу Показати контекстне меню Windows Відкрити за допомогою Виберіть програму для відкриття + Не вдалося видалити {0} + Файл не знайдено: {0} + Не вдалося відкрити {0} + Не вдалося вставити текст у буфер обміну + Не вдалося вставити файли/теки в буфер обміну {0} не містить {1} - Відкрити у файловому менеджері за замовчуванням + Відкрити у типовому файловому менеджері Використовуйте '>' для пошуку в цьому каталозі, '*' для пошуку за розширеннями файлів або '>*' для поєднання обох варіантів пошуку. @@ -141,19 +148,32 @@ Попередження: Служба Everything не запущена Помилка при виконанні запиту Everything Сортувати за - Назва - Шлях - Розмір - Розширення - Назва типу - Дата створення - Дата останньої зміни - Атрибути - Список файлів FileName - Кількість запусків - Дата нещодавно змінена - Дата доступу - Дата запуску + Назва ↑ + Назва ↓ + Шлях ↑ + Шлях ↓ + Розмір ↑ + Розмір ↓ + Розширення ↑ + Розширення ↓ + Тип назви ↑ + Тип назви ↓ + Дата створення ↑ + Дата створення ↓ + Дата зміни ↑ + Дата зміни ↓ + Атрибути ↑ + Атрибути ↓ + Список файлів FileName ↑ + Список файлів FileName ↓ + Кількість запусків ↑ + Кількість запусків ↓ + Нещодавно змінено ↑ + Нещодавно змінено ↓ + Дата доступу ↑ + Дата доступу ↓ + Дата запуску ↑ + Дата запуску ↓ Попередження: Це не швидке сортування, пошук може бути повільним diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml index de6f9a6a4..7b64af3d8 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/vi.xaml @@ -5,6 +5,8 @@ Vui lòng lựa chọn trước Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? Hãy chọn một thư mục. Bạn có chắc chắn muốn xóa {0} không? Bạn có chắc là muốn xóa vĩnh viễn các ảnh này? @@ -128,6 +130,11 @@ Show Windows Context Menu Mở bằng Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} phần {1} @@ -141,19 +148,32 @@ Warning: Everything service is not running Error while querying Everything Sắp xếp theo - Tên - Đường dẫn - Kích thước - Mở rộng - Loại tên - Ngày Tạo - ngày sửa đổi - Thuộc tính - File List FileName - Số lần chạy - Date Recently Changed - Ngày truy cập - Date Run + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warning: This is not a Fast Sort option, searches may be slow diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml index 79d8fc66d..8ad979ac8 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml @@ -5,6 +5,8 @@ 请先进行选择 请选择一个文件夹路径。 请选择不同的名称或文件夹路径。 + 您确定要删除此快速访问链接吗? + 您确定要删除此索引搜索排除路径吗? 请选择一个文件夹链接 您确定要删除 {0} 吗? 您确定要永久删除此文件吗? @@ -128,6 +130,11 @@ 显示 Windows 上下文菜单 打开方式 选择要打开的程序 + 无法删除 {0} + 未找到文件:{0} + 无法打开 {0} + 无法复制文本到剪切板 + 无法复制文件/文件夹到剪切板 {0} 可用,共 {1} @@ -141,19 +148,32 @@ 警告:Everything 服务未运行 Everything 插件发生了一个错误(回车拷贝具体错误信息) 排序依据 - 名称 - 路径 - 大小 - 扩展名 - 类型名称 - 创建日期 - 修改日期 - 属性 - 文件列表名 - 运行次数 - 最近更改日期 - 访问日期 - 运行日期 + 名称 ↑ + 名称 ↓ + 路径 ↑ + 路径 ↓ + 大小 ↑ + 大小 ↓ + 扩展名 ↑ + 扩展名 ↓ + 类型名称 ↑ + 类型名称 ↓ + 创建日期 ↑ + 创建日期 ↓ + 修改日期 ↑ + 修改日期 ↓ + 属性 ↑ + 属性 ↓ + 文件列表名 ↑ + 文件列表名 ↓ + 运行次数 ↑ + 运行次数 ↓ + 最近更改日期 ↑ + 最近更改日期 ↓ + 访问日期 ↑ + 访问日期 ↓ + 运行日期 ↑ + 运行日期 ↓ 警告:这不是一个快速排序选项,搜索可能较慢。 diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml index c4e22066d..39f260499 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-tw.xaml @@ -5,6 +5,8 @@ Please make a selection first Please select a folder path. Please choose a different name or folder path. + Are you sure you want to delete this quick access link? + Are you sure you want to delete this index search excluded path? 請選擇一個資料夾 你確認要刪除{0}嗎? Are you sure you want to permanently delete this file? @@ -128,6 +130,11 @@ Show Windows Context Menu Open With Select a program to open with + Fail to delete {0} + File not found: {0} + Fail to open {0} + Fail to set text in clipboard + Fail to set files/folders in clipboard {0} free of {1} @@ -141,19 +148,32 @@ Everything Service 尚未啟動 Everything 套件發生錯誤(Enter 複製具體錯誤訊息) 排序依據 - 名稱 - 路徑 - 大小 - 擴展程序 - 類型 - 創建日期 - 修改日期 - 屬性 - File List FileName - 執行次數 - 近期變更 - 存取日期 - Date Run + Name ↑ + Name ↓ + Path ↑ + Path ↓ + Size ↑ + Size ↓ + Extension ↑ + Extension ↓ + Type Name ↑ + Type Name ↓ + Date Created ↑ + Date Created ↓ + Date Modified ↑ + Date Modified ↓ + Attributes ↑ + Attributes ↓ + File List FileName ↑ + File List FileName ↓ + Run Count ↑ + Run Count ↓ + Date Recently Changed ↑ + Date Recently Changed ↓ + Date Accessed ↑ + Date Accessed ↓ + Date Run ↑ + Date Run ↓ Warning: This is not a Fast Sort option, searches may be slow diff --git a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..893948d3d --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,9 @@ + + + + Activate {0} plugin action keyword + + Plugin Indicator + Provides plugins action words suggestions + + diff --git a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/tr.xaml index f7f4d8d76..b2ffe60c2 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginIndicator/Languages/tr.xaml @@ -1,7 +1,7 @@  - Activate {0} plugin action keyword + {0} eklenti anahtar sözcüğünü etkinleştir Eklenti Göstergesi Eklenti eylemleri hakkında kelime önerileri sunar diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml index c7ef77801..ea8b9e142 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/de.xaml @@ -43,15 +43,15 @@ Plug-in {0} erfolgreich aktualisiert. Bitte starten Sie Flow neu. {0} Plug-ins erfolgreich aktualisiert. Bitte starten Sie Flow neu. Plug-in {0} ist bereits modifiziert worden. Bitte starten Sie Flow neu, bevor Sie irgendwelche weitere Änderungen vornehmen. - {0} modified already - Please restart Flow before making any further changes + {0} bereits modifiziert + Bitte starten Sie Flow neu, bevor Sie irgendwelche weitere Änderungen vornehmen - Invalid zip installer file - Please check if there is a plugin.json in {0} + Ungültige Zip-Installer-Datei + Bitte überprüfen Sie, ob es eine plugin.json in {0} gibt Plug-ins-Manager - Install, uninstall or update Flow Launcher plugins via the search window + Flow Launcher-Plug-ins via Suchfenster installieren, deinstallieren oder aktualisieren Unbekannter Autor @@ -66,5 +66,5 @@ Warnung vor Installation aus unbekannter Quelle - Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager + Flow Launcher nach Installation/Deinstallation/Aktualisierung des Plug-ins via Plug-in-Manager automatisch neu starten diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es.xaml index b6a3a6cbc..09a7c8c5e 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/es.xaml @@ -27,7 +27,7 @@ {0} por {1} {2}{2}¿Desea actualizar este complemento? Actualizar complemento Este complemento ya está instalado - La descarga del manifiesto del complemento ha fallado + Ha fallado la descarga del manifiesto del complemento Por favor, compruebe que puede establecer conexión con github.com. Este error significa que es posible que no pueda instalar o actualizar complementos. Actualizar todos los complementos ¿Desea actualizar todos los complementos? diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..1005a5677 --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,70 @@ + + + + + Downloading plugin + Successfully downloaded {0} + Error: Unable to download the plugin + {0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart. + {0} by {1} {2}{2}Would you like to uninstall this plugin? + {0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart. + {0} by {1} {2}{2}Would you like to install this plugin? + Plugin Install + Installing Plugin + Download and install {0} + Plugin Uninstall + Keep plugin settings + Do you want to keep the settings of the plugin for the next usage? + Plugin {0} successfully installed. Restarting Flow, please wait... + Unable to find the plugin.json metadata file from the extracted zip file. + Error: A plugin which has the same or greater version with {0} already exists. + Error installing plugin + Error occurred while trying to install {0} + Error uninstalling plugin + No update available + All plugins are up to date + {0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart. + {0} by {1} {2}{2}Would you like to update this plugin? + Plugin Update + This plugin is already installed + Plugin Manifest Download Failed + Please check if you can connect to github.com. This error means you may not be able to install or update plugins. + Update all plugins + Would you like to update all plugins? + Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins. + Would you like to update {0} plugins? + {0} plugins successfully updated. Restarting Flow, please wait... + Plugin {0} successfully updated. Restarting Flow, please wait... + Installing from an unknown source + You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings) + + Plugin {0} successfully installed. Please restart Flow. + Plugin {0} successfully uninstalled. Please restart Flow. + Plugin {0} successfully updated. Please restart Flow. + {0} plugins successfully updated. Please restart Flow. + Plugin {0} has already been modified. Please restart Flow before making any further changes. + {0} modified already + Please restart Flow before making any further changes + + Invalid zip installer file + Please check if there is a plugin.json in {0} + + + Plugins Manager + Install, uninstall or update Flow Launcher plugins via the search window + Unknown Author + + + Open website + Visit the plugin's website + See source code + See the plugin's source code + Suggest an enhancement or submit an issue + Suggest an enhancement or submit an issue to the plugin developer + Go to Flow's plugins repository + Visit the PluginsManifest repository to see community-made plugin submissions + + + Install from unknown source warning + Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager + diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml index ed9aaf4b3..be2c4411f 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml @@ -5,66 +5,66 @@ Eklenti indiriliyor Successfully downloaded Hata: Eklenti indirilemiyor - {0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart. - {0} by {1} {2}{2}Would you like to uninstall this plugin? - {0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart. - {0} by {1} {2}{2}Would you like to install this plugin? - Plugin Install - Installing Plugin - Download and install {0} - Plugin Uninstall - Keep plugin settings - Do you want to keep the settings of the plugin for the next usage? + {0}, {1} tarafından geliştirildi {2}{3}Bu eklentiyi kaldırmak ister misiniz? Kaldırma işlemi tamamlandığında Flow kendiliğinden yeniden başlatılacak. + {0} - {1} tarafından geliştirildi {2}{2}Bu eklentiyi kaldırmak ister misiniz? + {0}, {1} tarafından geliştirildi {2}{3}Bu eklentiyi yüklemek ister misiniz? Yükleme işlemi tamamlandığında Flow kendiliğinden yeniden başlatılacak. + {0} - {1} tarafından geliştirildi {2}{2}Bu eklentiyi yüklemek ister misiniz? + Eklenti Yükleme + Eklenti Yükleniyor + {0} İndir ve yükle + Eklenti Kaldırma + Eklenti ayarlarını sakla + Eklentinin ayarlarını bir sonraki kullanım için saklamak istiyor musunuz? Plugin successfully installed. Restarting Flow, please wait... - Unable to find the plugin.json metadata file from the extracted zip file. - Error: A plugin which has the same or greater version with {0} already exists. - Error installing plugin - Error occurred while trying to install {0} - Error uninstalling plugin - No update available + Çıkarılan zip dosyasından plugin.json metadata dosyası bulunamıyor. + Hata: {0} ile aynı veya daha yüksek sürüme sahip bir eklenti zaten mevcut. + Eklenti yüklenirken bir hata oluştu + {0} yüklenmeye çalışılırken hata oluştu + Eklenti kaldırılırken bir hata oluştu + Güncelleme mevcut değil Tüm eklentiler güncel - {0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart. - {0} by {1} {2}{2}Would you like to update this plugin? - Plugin Update - This plugin is already installed - Plugin Manifest Download Failed - Please check if you can connect to github.com. This error means you may not be able to install or update plugins. + {0}, {1} tarafından geliştirildi {2}{3}Bu eklentiyi güncellemek ister misiniz? Güncelleme tamamlandığında Flow kendiliğinden yeniden başlatılacak. + {0} - {1} tarafından geliştirildi {2}{2}Bu eklentiyi güncellemek ister misiniz? + Eklenti Güncellemesi + Bu eklenti zaten yüklü + Eklenti Manifestosu İndirme Başarısız Oldu + Lütfen github.com'a bağlanıp bağlanamadığınızı kontrol edin. Bu hata, eklentileri yükleyemeyeceğiniz veya güncelleyemeyeceğiniz anlamına gelir. Tüm eklentileri güncelle - Would you like to update all plugins? - Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins. - Would you like to update {0} plugins? - {0} plugins successfully updated. Restarting Flow, please wait... - Plugin {0} successfully updated. Restarting Flow, please wait... - Installing from an unknown source - You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings) + Tüm eklentileri güncellemek ister misiniz? + {0} eklentiyi güncellemek ister misiniz? {1}Flow Launcher tüm eklentileri güncelledikten sonra yeniden başlayacaktır. + {0} eklentisini güncellemek ister misiniz? + {0} eklentileri başarıyla güncellendi. Flow yeniden başlatılıyor, lütfen bekleyin... + {0} eklentisi başarıyla güncellendi. Flow yeniden başlatılıyor, lütfen bekleyin... + Bilinmeyen bir kaynaktan yükleniyor + Bu eklentiyi bilinmeyen bir kaynaktan yüklüyorsunuz ve potansiyel riskler içerebilir!{0}{0}Lütfen bu eklentinin nereden geldiğini ve güvenli olduğunu anladığınızdan emin olun.{0}{0}Devam etmek ister misiniz?{0}{0}(Bu uyarıyı ayarlardan kapatabilirsiniz) - Plugin {0} successfully installed. Please restart Flow. - Plugin {0} successfully uninstalled. Please restart Flow. - Plugin {0} successfully updated. Please restart Flow. - {0} plugins successfully updated. Please restart Flow. - Plugin {0} has already been modified. Please restart Flow before making any further changes. - {0} modified already - Please restart Flow before making any further changes + {0} eklentisi başarıyla yüklendi. Lütfen Flow'u yeniden başlatın. + {0} eklentisi başarıyla kaldırıldı. Lütfen Flow'u yeniden başlatın. + {0} eklentisi başarıyla güncellendi. Lütfen Flow'u yeniden başlatın. + {0} eklentileri başarıyla güncellendi. Lütfen Flow'u yeniden başlatın. + {0} eklentisi zaten değiştirilmiş. Lütfen daha fazla değişiklik yapmadan önce Flow'u yeniden başlatın. + {0} zaten değiştirilmiş + Lütfen başka değişiklikler yapmadan önce Flow'u yeniden başlatın - Invalid zip installer file - Please check if there is a plugin.json in {0} + Geçersiz zip yükleyici dosyası + Lütfen {0} içerisinde bir plugin.json olup olmadığını kontrol edin - Plugins Manager - Install, uninstall or update Flow Launcher plugins via the search window + Eklenti Yöneticisi + Arama penceresi aracılığıyla Flow Launcher eklentilerini yükleyin, kaldırın veya güncelleyin Bilinmeyen Yazar - Open website - Visit the plugin's website - See source code - See the plugin's source code - Suggest an enhancement or submit an issue - Suggest an enhancement or submit an issue to the plugin developer - Go to Flow's plugins repository + Web sitesini aç + Eklentinin web sitesini ziyaret edin + Kaynak kodunu görüntüle + Eklentinin kaynak kodunu görüntüle + Bir geliştirme öner veya bir sorun gönder + Eklenti geliştiricisine bir geliştirme önerin veya bir sorun gönderin + Flow'un eklenti deposuna gidin Visit the PluginsManifest repository to see community-made plugin submissions - Install from unknown source warning - Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager + Bilinmeyen kaynaktan yükleme uyarısı + Eklenti Yöneticisi aracılığıyla eklentiyi yükledikten/kaldırdıktan/güncelleştirdikten sonra Flow Launcher'ı otomatik olarak yeniden başlatın diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..0a7176d2c --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,14 @@ + + + + Process Killer + Kill running processes from Flow Launcher + + kill all instances of "{0}" + kill {0} processes + kill all instances + + Show title for processes with visible windows + Put processes with visible windows on the top + + diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/tr.xaml index 0a7176d2c..c9a761d70 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/tr.xaml @@ -1,14 +1,14 @@  - Process Killer - Kill running processes from Flow Launcher + İşlem Sonlandırıcı + Flow Launcher'dan çalışan işlemleri sonlandırın - kill all instances of "{0}" - kill {0} processes - kill all instances + "{0}" için tüm işlemleri sonlandır + {0} işlemini sonlandır + tüm işlemleri sonlandır - Show title for processes with visible windows - Put processes with visible windows on the top + Görünür pencereleri olan işlemler için başlığı göster + Görünür pencereleri olan işlemleri en üste yerleştir diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..fae1abedb --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,99 @@ + + + + + Reset Default + Delete + Edit + Add + Name + Enable + Enabled + Disable + Status + Enabled + Disabled + Location + All Programs + File Type + Reindex + Indexing + Index Sources + Options + UWP Apps + When enabled, Flow will load UWP Applications + Start Menu + When enabled, Flow will load programs from the start menu + Registry + When enabled, Flow will load programs from the registry + PATH + When enabled, Flow will load programs from the PATH environment variable + Hide app path + For executable files such as UWP or lnk, hide the file path from being visible + Hide uninstallers + Hides programs with common uninstaller names, such as unins000.exe + Search in Program Description + Flow will search program's description + Hide duplicated apps + Hide duplicated Win32 programs that are already in the UWP list + Suffixes + Max Depth + + Directory + Browse + File Suffixes: + Maximum Search Depth (-1 is unlimited): + + Please select a program source + Are you sure you want to delete the selected program sources? + Please select program sources that are not added by you + Please select program sources that are added by you + Another program source with the same location already exists. + + Program Source + Edit directory and status of this program source. + + Update + Program Plugin will only index files with selected suffixes and .url files with selected protocols. + Successfully updated file suffixes + File suffixes can't be empty + Protocols can't be empty + + File Suffixes + URL Protocols + Steam Games + Epic Games + Http/Https + Custom URL Protocols + Custom File Suffixes + + Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py) + + + Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://) + + + Run As Different User + Run As Administrator + Open containing folder + Hide + Open target folder + + Program + Search programs in Flow Launcher + + Invalid Path + + Customized Explorer + Args + You can customize the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available. + Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details. + + + Success + Error + Successfully disabled this program from displaying in your query + This app is not intended to be run as administrator + Unable to run {0} + + diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/tr.xaml index e75dd0fc9..1316d3fd4 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/tr.xaml @@ -8,34 +8,34 @@ Ekle Ad Etkin - Enabled - Disable + Etkin + Devre Dışı Bırak Durum - Enabled - Disabled + Etkin + Devre dışı Konum Tüm Programlar - File Type + Dosya Tipi Yeniden İndeksle İndeksleniyor - Index Sources + Kaynak Dizinleri Seçenekler UWP Uygulamaları - When enabled, Flow will load UWP Applications + Etkinleştirildiğinde Flow, UWP Uygulamalarını yükleyecektir Başlat Menüsü - When enabled, Flow will load programs from the start menu - Registry - When enabled, Flow will load programs from the registry + Etkinleştirildiğinde Flow, programları başlat menüsünden yükleyecektir + Kayıt Defteri + Etkinleştirildiğinde Flow, programları kayıt defterinden yükleyecektir YOL - When enabled, Flow will load programs from the PATH environment variable + Etkinleştirildiğinde Flow, programları PATH ortam değişkeninden yükleyecektir Uygulama yolunu gizle - For executable files such as UWP or lnk, hide the file path from being visible - Hide uninstallers - Hides programs with common uninstaller names, such as unins000.exe - Search in Program Description - Flow will search program's description - Hide duplicated apps - Hide duplicated Win32 programs that are already in the UWP list + UWP ya da lnk gibi dosyalar için dosya yolunu gösterme + Kaldırıcıları gizle + unins000.exe gibi yaygın kaldırıcı adlarına sahip programları gizler + Program Açıklamasında Ara + Flow, programların açıklamasında arama yapar + Yinelenen uygulamaları gizle + UWP listesinde zaten bulunan yinelenen Win32 programları gizler Uzantılar Derinlik @@ -45,55 +45,55 @@ Maksimum Arama Derinliği (Limitsiz için -1): İşlem yapmak istediğiniz klasörü seçin. - Are you sure you want to delete the selected program sources? - Please select program sources that are not added by you - Please select program sources that are added by you - Another program source with the same location already exists. + Seçili program kaynaklarını silmek istediğinizden emin misiniz? + Lütfen sizin tarafınızdan eklenmemiş program kaynaklarını seçin + Lütfen sizin tarafınızdan eklenmiş program kaynaklarını seçin + Aynı konuma sahip başka bir program kaynağı zaten mevcut. - Program Source - Edit directory and status of this program source. + Program Kaynağı + Bu programın kaynağının dizinini ve durumunu düzenleyin. Güncelle - Program Plugin will only index files with selected suffixes and .url files with selected protocols. + Program eklentisi yalnızca seçilen uzantılara sahip dosyaları ve belirli protokollere sahip .url dosyalarını dizine ekler. Dosya uzantıları başarıyla güncellendi Dosya uzantıları boş olamaz - Protocols can't be empty + Protokoller boş olamaz İndekslenecek Uzantılar URL Protokolleri - Steam Games + Steam Oyunları Epic Games Http/Https - Custom URL Protocols - Custom File Suffixes + Özel URL Protokolleri + Özel Dosya Sonekleri Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py) - Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://) + İndekslemek istediğiniz .url dosyalarının protokollerini girin. Protokoller ';' ile ayrılmalı ve "://" ile bitmelidir. (örn>ftp://;mailto://) - Run As Different User + Başka Bir Kullanıcı Olarak Çalıştır Yönetici Olarak Çalıştır İçeren klasörü aç Gizle - Open target folder + Hedef klasörü aç Program Programları Flow Launcher'tan arayın Geçersiz Konum - Customized Explorer - Args + Özelleştirilmiş Gezgin + Parametreler You can customize the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available. Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details. Başarılı - Error - Successfully disabled this program from displaying in your query - This app is not intended to be run as administrator - Unable to run {0} + Hata + Bu programın sorgunuzda görüntülenmesi başarıyla devre dışı bırakıldı + Bu uygulama yönetici olarak çalıştırılmak için tasarlanmamıştır + {0} çalıştırılamıyor diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml index 29158b2ce..1f7c91244 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/uk-UA.xaml @@ -2,7 +2,7 @@ - Скинути до значення за замовчуванням + Скинути до типового значення Видалити Редагувати Додати @@ -20,8 +20,8 @@ Індексація Джерела індексу Параметри - Додатки UWP - Якщо увімкнено, Flow буде завантажувати UWP-додатки + UWP-застосунки + Якщо увімкнено, Flow буде завантажувати UWP-застосунки Меню Пуск Якщо увімкнено, Flow завантажуватиме програми зі стартового меню Реєстр @@ -87,7 +87,7 @@ Кастомізований провідник Аргументи Ви можете налаштувати провідник, який використовується для відкриття теки контейнера, ввівши змінну середовища провідника, який ви хочете використовувати. Буде корисно використовувати CMD, аби перевірити, чи доступна змінна середовища. - Введіть спеціальні аргументи, які ви хочете додати до вашого провідника. %s для батьківського каталогу, %f для повного шляху (працює лише для win32). Докладнішу інформацію можна знайти на веб-сайті провідника. + Введіть спеціальні аргументи, які ви хочете додати до вашого провідника. %s для батьківського каталогу, %f для повного шляху (працює лише для win32). Докладнішу інформацію можна знайти на вебсайті провідника. Успішно diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/ar.xaml index 39bd105a5..5bb385c31 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/ar.xaml @@ -15,4 +15,6 @@ التشغيل كمسؤول نسخ الأمر إظهار عدد أوامر الأكثر استخدامًا فقط: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/cs.xaml index dfe9e7d4f..fe5d30d7e 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/cs.xaml @@ -15,4 +15,6 @@ Spustit jako správce Kopírovat příkaz Zobrazit pouze počet nejpoužívanějších příkazů: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/da.xaml index 90eb49317..a013f3b5a 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/da.xaml @@ -15,4 +15,6 @@ Run As Administrator Copy the command Only show number of most used commands: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/de.xaml index dcfc82e0a..8e2078c70 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/de.xaml @@ -15,4 +15,6 @@ Als Administrator ausführen Kopieren des Befehls Nur Anzahl der am meisten verwendeten Befehle zeigen: + Befehl nicht gefunden: {0} + Fehler beim Ausführen des Befehls: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/es-419.xaml index 3fc6b8ba4..7deafcc62 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/es-419.xaml @@ -15,4 +15,6 @@ Ejecutar como administrador Copiar comando Sólo mostrar el número de comandos más usados: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/es.xaml index a3f97eac4..d3fcb11f7 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/es.xaml @@ -15,4 +15,6 @@ Ejecutar como administrador Copiar el comando Mostrar solo el siguiente número de comandos más usados: + Comando no encontrado: {0} + Error al ejecutar el comando: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/fr.xaml index 54118e0f3..de0741c6e 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/fr.xaml @@ -15,4 +15,6 @@ Exécuter en tant qu'administrateur Copier la commande Afficher uniquement le nombre de commandes les plus utilisées : + Commande introuvable : {0} + Erreur lors de l'exécution de la commande : {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/he.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/he.xaml index 1a8ebbb7f..d44e96df4 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/he.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/he.xaml @@ -15,4 +15,6 @@ הפעל כמנהל העתק את הפקודה הצג רק את מספר הפקודות הנפוצות ביותר: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/it.xaml index 506f20446..d4886323a 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/it.xaml @@ -15,4 +15,6 @@ Esegui Come Amministratore Copia il comando Mostra solo il numero di comandi più usati: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/ja.xaml index 781227267..440d33697 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/ja.xaml @@ -15,4 +15,6 @@ 管理者として実行 Copy the command Only show number of most used commands: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/ko.xaml index b661e836b..8a69bea74 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/ko.xaml @@ -15,4 +15,6 @@ 관리자 권한으로 실행 명령어 복사 가장 많이 사용된 명령 표시 수 + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/nb.xaml index b00b78d6f..b86c82844 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/nb.xaml @@ -15,4 +15,6 @@ Kjør som administrator Kopier kommandoen Vis bare antall mest brukte kommandoer: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/nl.xaml index a429524ac..069026a22 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/nl.xaml @@ -15,4 +15,6 @@ Run As Administrator Copy the command Only show number of most used commands: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/pl.xaml index 0ec1f92fb..bdc84917b 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/pl.xaml @@ -15,4 +15,6 @@ Uruchom jako administrator Skopiuj komendę Pokaż tylko liczbę najczęściej używanych poleceń: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/pt-br.xaml index a2e65a741..c39c23b54 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/pt-br.xaml @@ -15,4 +15,6 @@ Run As Administrator Copiar o comando Only show number of most used commands: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/pt-pt.xaml index 66f7aec85..804a89611 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/pt-pt.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/pt-pt.xaml @@ -15,4 +15,6 @@ Executar como administrador Copiar comando Mostrar este número dos comandos mais usados: + Comando não encontrado: {0} + Erro ao executar o comando: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/ru.xaml index d3975bd9e..99b525bbf 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/ru.xaml @@ -15,4 +15,6 @@ Run As Administrator Скопировать команду Показывать только самые используемые команды: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/sk.xaml index b1bf88a31..1af5a882b 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/sk.xaml @@ -15,4 +15,6 @@ Spustiť ako správca Kopírovať príkaz Zobraziť iba počet najpoužívanejších príkazov: + Príkaz sa nenašiel: {0} + Neporadilo sa spustiť príkaz: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..a013f3b5a --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,20 @@ + + + + Replace Win+R + Close Command Prompt after pressing any key + Press any key to close this window... + Do not close Command Prompt after command execution + Always run as administrator + Use Windows Terminal + Run as different user + Shell + Allows to execute system commands from Flow Launcher + this command has been executed {0} times + execute command through command shell + Run As Administrator + Copy the command + Only show number of most used commands: + Command not found: {0} + Error running the command: {0} + diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/sr.xaml index 90eb49317..a013f3b5a 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/sr.xaml @@ -15,4 +15,6 @@ Run As Administrator Copy the command Only show number of most used commands: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/tr.xaml index d421a84a4..6fc5724f6 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/tr.xaml @@ -2,17 +2,19 @@ Win+R kısayolunu kullan - Close Command Prompt after pressing any key - Press any key to close this window... + Herhangi bir tuşa bastıktan sonra Komut İstemi'ni kapatma + Bu pencereyi kapatmak için herhangi bir tuşa basın... Çalıştırma sona erdikten sonra komut istemini kapatma - Always run as administrator - Use Windows Terminal - Run as different user + Her zaman yönetici olarak çalıştır + Windows Terminal Kullan + Başka bir kullanıcı olarak çalıştır Kabuk - Allows to execute system commands from Flow Launcher - Bu komut {0} kez çalıştırıldı - Komut isteminde çalıştır + Flow Launcher'dan sistem komutlarının yürütülmesine izin verir + bu komut {0} kez çalıştırıldı + komut isteminde çalıştır Yönetici Olarak Çalıştır - Copy the command - Only show number of most used commands: + Komutu kopyala + Sadece en çok kullanılan komutların sayısını gösterir: + Komut bulunamadı: {0} + Komut çalıştırılırken hata oluştu: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml index d47474784..cdd81d5b9 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml @@ -15,4 +15,6 @@ Запустити від імені адміністратора Скопіювати команду Показати лише кількість найчастіше використовуваних команд: + Команду не знайдено: {0} + Помилка запуску команди: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/vi.xaml index d21412a14..86a7673b0 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/vi.xaml @@ -15,4 +15,6 @@ Chạy với quyền quản trị Sao chép lệnh Chỉ hiển thị số lượng lệnh được sử dụng nhiều nhất: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/zh-cn.xaml index 0362bf6fc..5a25b37d9 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/zh-cn.xaml @@ -15,4 +15,6 @@ 以管理员身份运行 复制命令 显示最常用的命令个数: + 找不到命令:{0} + 运行命令时出错:{0} diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.Shell/Languages/zh-tw.xaml index 8936c0498..02eb35336 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.Shell/Languages/zh-tw.xaml @@ -15,4 +15,6 @@ 以系統管理員身分執行 Copy the command Only show number of most used commands: + Command not found: {0} + Error running the command: {0} diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ar.xaml index ccc50678e..ac45e013e 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ar.xaml @@ -61,6 +61,8 @@ هل أنت متأكد أنك تريد إعادة تشغيل الكمبيوتر؟ هل أنت متأكد أنك تريد إعادة تشغيل الكمبيوتر مع خيارات التمهيد المتقدمة؟ هل أنت متأكد أنك تريد تسجيل الخروج؟ + خطأ + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/cs.xaml index de35c9592..6af81c3a5 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/cs.xaml @@ -61,6 +61,8 @@ Opravdu chcete počítač restartovat? Opravdu chcete restartovat počítač s rozšířenými možnostmi spouštění? Opravdu se chcete odhlásit? + Chyba + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/da.xaml index 91230e7e3..4a910b381 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/da.xaml @@ -61,6 +61,8 @@ Are you sure you want to restart the computer? Are you sure you want to restart the computer with Advanced Boot Options? Are you sure you want to log off? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml index 794e949ad..469928a29 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/de.xaml @@ -61,6 +61,8 @@ Sind Sie sicher, dass Sie den Computer neu starten wollen? Sind Sie sicher, dass Sie den Computer mit erweiterten Boot-Optionen neu starten wollen? Sind Sie sicher, dass Sie sich ausloggen wollen? + Fehler + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Befehls-Schlüsselwort-Einstellung Benutzerdefiniertes Befehls-Schlüsselwort diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/es-419.xaml index ac4040dca..7fa6fdb7b 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/es-419.xaml @@ -61,6 +61,8 @@ Are you sure you want to restart the computer? Are you sure you want to restart the computer with Advanced Boot Options? Are you sure you want to log off? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml index 5f3688ab8..0db2d60d5 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml @@ -61,6 +61,8 @@ ¿Está seguro de que desea reiniciar el equipo? ¿Está seguro de que desea reiniciar el equipo con opciones de arranque avanzadas? ¿Está seguro de que desea cerrar la sesión? + Error + No se ha podido vaciar la papelera de reciclaje. Esto puede ocurrir si:{0}- Algunos elementos están actualmente en uso{0}- Algunos elementos no se pueden eliminar debido a permisos{0}Por favor, cierre cualquier aplicación que pueda estar utilizando estos archivos e inténtelo de nuevo. Configuración de la palabra clave de comando Palabra clave de comando personalizada diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/fr.xaml index 5419bd8e2..3a15b69a4 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/fr.xaml @@ -61,6 +61,8 @@ Êtes-vous sûr de vouloir redémarrer l'ordinateur ? Êtes-vous sûr de vouloir redémarrer l'ordinateur avec les options de démarrage avancées ? Êtes-vous sûr de vouloir vous déconnecter ? + Erreur + Impossible de vider la corbeille. Cela peut se produire si :{0}- Certains éléments sont actuellement en cours d'utilisation{0}- Certains éléments ne peuvent pas être supprimés en raison des permissions{0}. Veuillez fermer toutes les applications qui pourraient utiliser ces fichiers et réessayer. Réglage du mot-clé de commande Mot-clé de commande personnalisé diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/he.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/he.xaml index b02a89a0a..caf82072c 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/he.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/he.xaml @@ -61,6 +61,8 @@ האם אתה בטוח שברצונך להפעיל מחדש את המחשב? האם אתה בטוח שברצונך להפעיל מחדש את המחשב עם אפשרויות אתחול מתקדמות? האם אתה בטוח שברצונך להתנתק? + שגיאה + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. הגדרת מילת מפתח לפקודה מילת מפתח מותאמת לפקודה diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/it.xaml index be31e4e52..f1d11c156 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/it.xaml @@ -61,6 +61,8 @@ Sei sicuro di voler riavviare il computer? Sei sicuro di voler riavviare il computer con le Opzioni di Avvio Avanzate? Sei sicuro di volerti disconettere? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml index 7d131d944..aa50169a8 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml @@ -61,6 +61,8 @@ 本当にコンピューターを再起動しますか? 高度な起動オプションでコンピューターを再起動しますか? 本当にログオフしますか? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml index 873e71d44..909b4a40b 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml @@ -61,6 +61,8 @@ 시스템을 재시작 하시겠습니까? 고급 부팅 옵션으로 시스템을 다시 시작하시겠습니까? 정말 로그아웃 하시겠습니까? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml index 072fd623d..4072a7454 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nb.xaml @@ -61,6 +61,8 @@ Er du sikker på at du vil starte datamaskinen på nytt? Er du sikker på at du vil starte datamaskinen på nytt med avanserte oppstartsalternativer? Er du sikker på at du vil logge av? + Feil + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml index 9d1d54076..e24a4b6f7 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/nl.xaml @@ -61,6 +61,8 @@ Weet u zeker dat u de computer wilt herstarten? Weet u zeker dat u de computer wilt herstarten met geavanceerde opstartopties? Are you sure you want to log off? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml index 33cee56d8..8532d4a99 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pl.xaml @@ -61,6 +61,8 @@ Czy na pewno chcesz zrestartować komputer? Czy na pewno chcesz ponownie uruchomić komputer z Zaawansowanymi opcjami rozruchu? Czy na pewno chcesz się wylogować? + Błąd + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-br.xaml index a19ab39d6..fb0fde730 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-br.xaml @@ -61,6 +61,8 @@ Are you sure you want to restart the computer? Are you sure you want to restart the computer with Advanced Boot Options? Are you sure you want to log off? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml index 9e0e39066..6021c96ff 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/pt-pt.xaml @@ -61,6 +61,8 @@ Tem a certeza que deseja reiniciar o computador? Tem certeza de que deseja reiniciar o computador com as opções avançadas de arranque? Tem certeza de que deseja terminar a sessão? + Erro + Falha ao limpar a Reciclagem. Isto pode aparecer se: {0} - alguns itens estão a ser usados {0} - alguns itens não podem ser eliminados (permissões) {0}Experimente fechar quaisquer aplicações que possam estar a usar os ficheiros e tente novamente. Definição de palavra-chave Palavra-chave personalizada diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml index 796cda69d..69746e836 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ru.xaml @@ -61,6 +61,8 @@ Are you sure you want to restart the computer? Are you sure you want to restart the computer with Advanced Boot Options? Are you sure you want to log off? + Ошибка + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml index 087ff9f05..f4823dc57 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml @@ -22,7 +22,7 @@ Nastavenia Znova načítať údaje pluginov Skontrolovať aktualizácie - Otvoriť umiestnenie denníka + Otvoriť umiestnenie logu Tipy pre Flow Launcher Používateľský priečinok Flow Launchera Prepnúť herný režim @@ -46,7 +46,7 @@ Hibernovať počítač Uložiť všetky nastavenia Flow Launchera Aktualizovať všetky nové dáta pluginov - Otvoriť umiestnenie denníka Flow Launchera + Otvoriť umiestnenie logu Flow Launchera Skontrolovať aktualizácie Flow Launchera V dokumentácii k aplikácii Flow Launcher nájdete ďalšiu pomoc a tipy na používanie Otvoriť umiestnenie, kde sú uložené nastavenia Flow Launchera @@ -61,6 +61,8 @@ Naozaj chcete počítač reštartovať? Naozaj chcete počítač reštartovať s pokročilými možnosťami spúšťania? Naozaj sa chcete odhlásiť? + Chyba + Nepodarilo sa vyprázdniť kôš. Môže sa to stať, ak:{0}– Niektoré položky sa práve používajú{0}– Niektoré položky sa nedajú odstrániť pre nedostatočné oprávnenia{0}Prosím, ukončite každú aplikáciu, ktorá môže používať tieto súbory a skúste to znova. Nastavenia kľúčového slova príkazu Vlastné kľúčové slovo príkazu diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..2d2c039c3 --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,79 @@ + + + + + Name + Description + Command + + Shutdown + Restart + Restart With Advanced Boot Options + Log Off/Sign Out + Lock + Sleep + Hibernate + Index Option + Empty Recycle Bin + Open Recycle Bin + Exit + Save Settings + Restart Flow Launcher + Settings + Reload Plugin Data + Check For Update + Open Log Location + Flow Launcher Tips + Flow Launcher UserData Folder + Toggle Game Mode + Set the Flow Launcher Theme + + Edit + + + Shutdown Computer + Restart Computer + Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options + Log off + Lock this computer + Close Flow Launcher + Restart Flow Launcher + Tweak Flow Launcher's settings + Put computer to sleep + Empty recycle bin + Open recycle bin + Indexing Options + Hibernate computer + Save all Flow Launcher settings + Refreshes plugin data with new content + Open Flow Launcher's log location + Check for new Flow Launcher update + Visit Flow Launcher's documentation for more help and how to use tips + Open the location where Flow Launcher's settings are stored + Toggle Game Mode + Quickly change the Flow Launcher theme + + + Success + All Flow Launcher settings saved + Reloaded all applicable plugin data + Are you sure you want to shut the computer down? + Are you sure you want to restart the computer? + Are you sure you want to restart the computer with Advanced Boot Options? + Are you sure you want to log off? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. + + Command Keyword Setting + Custom Command Keyword + Enter a keyword to search for command: {0}. This keyword is used to match your query. + Command Keyword + Reset + Confirm + Cancel + Please enter a non-empty command keyword + + System Commands + Provides System related commands. e.g. shutdown, lock, settings etc. + + diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr.xaml index f5a2f1b30..6490848e6 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/sr.xaml @@ -61,6 +61,8 @@ Are you sure you want to restart the computer? Are you sure you want to restart the computer with Advanced Boot Options? Are you sure you want to log off? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/tr.xaml index 18f7f63f5..b8dcccbe2 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/tr.xaml @@ -2,38 +2,38 @@ - Name + Ad Açıklama Komut - Shutdown - Restart - Restart With Advanced Boot Options - Log Off/Sign Out - Lock - Sleep - Hibernate - Index Option - Empty Recycle Bin - Open Recycle Bin - Çıkı - Save Settings + Bilgisayarı Kapat + Yeniden Başlat + Gelişmiş Önyükleme Seçenekleri ile Yeniden Başlat + Oturumu Kapat + Kilitle + Uyku Moduna Geç + Hazırda Beklet + Dizin Seçeneği + Geri Dönüşüm Kutusunu Boşalt + Geri Dönüşüm Kutusunu Aç + Çıkış + Ayarları Kaydet Flow Launcher'u Yeniden Başlat Ayarlar - Reload Plugin Data - Check For Update - Open Log Location - Flow Launcher Tips - Flow Launcher UserData Folder - Toggle Game Mode - Set the Flow Launcher Theme + Eklenti Verisini Yenile + Güncellemeleri Denetle + Günlük Konumunu Aç + Flow Launcher İpuçları + Flow Launcher UserData Klasörü + Oyun Modunu Aç/Kapat + Flow Launcher Temasını Ayarla Düzenle Bilgisayarı Kapat Yeniden Başlat - Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options + Gelişmiş Başlatma Seçenekleri ile bilgisayarı yeniden başlatın, Güvenli Mod ve Hata Ayıklama Modu da dahil olmak üzere diğer seçenekler için Oturumu Kapat Bilgisayarı Kilitle Flow Launcher'u Kapat @@ -41,35 +41,37 @@ Flow Launcher Ayarlarını Aç Bilgisayarı Uyku Moduna Al Geri Dönüşüm Kutusunu Boşalt - Open recycle bin - Indexing Options + Geri dönüşüm kutusunu aç + Dizin Oluşturma Seçenekleri Bilgisayarı Askıya Al Tüm Flow Launcher Ayarlarını Kaydet Eklentilerin 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. - Open Flow Launcher's log location - Check for new Flow Launcher update - Visit Flow Launcher's documentation for more help and how to use tips - Open the location where Flow Launcher's settings are stored - Toggle Game Mode - Quickly change the Flow Launcher theme + Flow Launcher'ın günlük konumunu aç + Yeni Flow Launcher güncellemelerini kontrol et + Daha fazla yardım ve ipuçları için Flow Launcher'ın dokümantasyonunu ziyaret edin + Flow Launcher'ın ayarlarının depolandığı dosya konumunu açın + Oyun Modunu Aç/Kapat + Flow Launcher temasını hızlıca değiştir Başarılı Tüm Flow Launcher ayarları kaydedildi. - Reloaded all applicable plugin data + Geçerli tüm eklenti verileri yeniden yüklendi Bilgisayarı kapatmak istediğinize emin misiniz? Bilgisayarı yeniden başlatmak istediğinize emin misiniz? - Are you sure you want to restart the computer with Advanced Boot Options? - Are you sure you want to log off? + Gelişmiş Başlatma Seçenekleri ile bilgisayarı yeniden başlatmak istediğinizden emin misiniz? + Oturumu kapatmayı istediğinizden emin misiniz? + Hata + Geri dönüşüm kutusu boşaltılamadı. Bu durum şu durumlarda meydana gelebilir:{0}- Bazı öğeler şu anda kullanımda{0}- Bazı öğeler izinler nedeniyle silinemiyor{0}Lütfen bu dosyaları kullanıyor olabilecek tüm uygulamaları kapatın ve tekrar deneyin. - Command Keyword Setting - Custom Command Keyword - Enter a keyword to search for command: {0}. This keyword is used to match your query. - Command Keyword + Komut Anahtar Kelimesi Ayarı + Özel Komut Anahtar Kelimesi + Komut aramak için bir anahtar kelimesi girin: {0}. Bu anahtar kelime, sorgunuzu eşleştirmek için kullanılır. + Komut Anahtar Kelimesi Sıfırla Onayla İptal - Please enter a non-empty command keyword + Lütfen boş olmayan bir komut anahtar kelimesini girin Sistem Komutları Sistem ile ilgili komutlara erişim sağlar. ör. shutdown, lock, settings vb. diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml index c82be249a..dd44f71fd 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/uk-UA.xaml @@ -61,6 +61,8 @@ Ви впевнені, що хочете перезавантажити комп'ютер? Ви впевнені, що хочете перезавантажити комп'ютер за допомогою додаткових параметрів завантаження? Ви впевнені, що хочете вийти з системи? + Помилка + Не вдалося очистити кошик. Це може статися, якщо:{0}- Деякі елементи зараз використовуються{0}- Деякі елементи не можна видалити через обмеження доступу{0}Закрийте всі застосунки, які можуть використовувати ці файли, і спробуйте ще раз. Налаштування ключового слова команди Власне ключове слово команди diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/vi.xaml index dae12c501..3f2e03100 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/vi.xaml @@ -61,6 +61,8 @@ Bạn có chắc muốn khởi động lại cấp này? Bạn có chắc chắn muốn khởi động lại máy tính bằng Advanced Boot Options không? Are you sure you want to log off? + Lỗi + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml index d59b77145..90666a59b 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml @@ -61,6 +61,8 @@ 您确定要重启吗? 您确定要以高级启动选项重启吗? 您确定要注销吗? + 错误 + 清空回收站失败。 可能会发生这种情况:{0}- 某些项目目前正在使用。{0}- 某些项目由于权限而无法删除。{0}请关闭任何可能使用这些文件的应用程序,然后重试。 命令关键词设置 自定义命令关键词 diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-tw.xaml index 573aefcbd..3ab9c8a44 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-tw.xaml @@ -61,6 +61,8 @@ Are you sure you want to restart the computer? Are you sure you want to restart the computer with Advanced Boot Options? Are you sure you want to log off? + Error + Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again. Command Keyword Setting Custom Command Keyword diff --git a/Plugins/Flow.Launcher.Plugin.Url/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.Url/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..418731021 --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.Url/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,17 @@ + + + + Open search in: + New Window + New Tab + + Open url:{0} + Can't open url:{0} + + URL + Open the typed URL from Flow Launcher + + Please set your browser path: + Choose + Application(*.exe)|*.exe|All files|*.* + diff --git a/Plugins/Flow.Launcher.Plugin.Url/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Url/Languages/tr.xaml index b8ae6a93c..fc76ee12e 100644 --- a/Plugins/Flow.Launcher.Plugin.Url/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Url/Languages/tr.xaml @@ -1,9 +1,9 @@  - Open search in: - New Window - New Tab + Aramayı şurada aç: + Yeni Pencere + Yeni Sekme URL'yi Aç: {0} URL Açılamıyor: {0} diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ar.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ar.xaml index cefb5d1d1..edb44f8f4 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ar.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ar.xaml @@ -11,6 +11,7 @@ تعديل إضافة مفعل + الوضع الخاص مفعل مُعطّل تأكيد diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/cs.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/cs.xaml index ca98581c3..2e49f4965 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/cs.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/cs.xaml @@ -11,6 +11,7 @@ Editovat Přidat Povoleno + Soukromý režim Povoleno Deaktivován Potvrdit diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/da.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/da.xaml index b1113acb7..7bc145a68 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/da.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/da.xaml @@ -11,6 +11,7 @@ Rediger Tilføj Enabled + Privattilstand Enabled Disabled Confirm diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml index 2a7dca596..41a798d44 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/de.xaml @@ -11,6 +11,7 @@ Bearbeiten Hinzufügen Aktiviert + Privater Modus Aktiviert Deaktiviert Bestätigen diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml index 3ce22bb78..f170a8d73 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml @@ -11,6 +11,7 @@ Editar Añadir Enabled + Modo Privado Enabled Disabled Confirmar diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml index 7f14b59c6..5c956d8f8 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml @@ -11,6 +11,7 @@ Editar Añadir Activado + Modo privado Activado Desactivado Confirmar diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/fr.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/fr.xaml index f04cfb48a..3c9003ebf 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/fr.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/fr.xaml @@ -11,6 +11,7 @@ Modifier Ajouter Activé + Mode privé Activé Désactivé Confirmer diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/he.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/he.xaml index 78ee7ca7d..583f63bde 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/he.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/he.xaml @@ -11,6 +11,7 @@ ערו הוסף מופעל + מצב פרטי מופעל מושבת אישו diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/it.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/it.xaml index db2a4dfeb..f250ecf3b 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/it.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/it.xaml @@ -11,6 +11,7 @@ Modifica Aggiungi Abilitato + Modalità Privata Abilitato Disabilitato Conferma diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ja.xaml index 4112f41ff..16c5fb3e9 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ja.xaml @@ -11,6 +11,7 @@ 編集 追加 Enabled + Private Mode Enabled Disabled Confirm diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml index c8f069ca7..9b8198779 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ko.xaml @@ -11,6 +11,7 @@ 편집 추가 + 사생활 보호 모드 Disabled 확인 diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml index 9f793c43f..93c48b545 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nb.xaml @@ -11,6 +11,7 @@ Rediger Legg til Aktivert + Privat modus Aktivert Deaktivert Bekreft diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nl.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nl.xaml index a18710324..25187d0b6 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nl.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/nl.xaml @@ -11,6 +11,7 @@ Bewerken Toevoegen Enabled + Privémodus Enabled Disabled Confirm diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml index 05ee39777..bc32a1b7e 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml @@ -11,6 +11,7 @@ Edytuj Dodaj Aktywny + Tryb prywatny Aktywny Wyłączony Potwierdź diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-br.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-br.xaml index 6f0d7fcc9..a581e91b2 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-br.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-br.xaml @@ -11,6 +11,7 @@ Editar Adicionar Enabled + Private Mode Enabled Disabled Confirm diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-pt.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-pt.xaml index 1a2476a2c..22be076cb 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-pt.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pt-pt.xaml @@ -11,6 +11,7 @@ Editar Adicionar Ativo + Modo privado Ativo Inativo Confirmar diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml index 1fd9aca96..67435b5b9 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml @@ -11,6 +11,7 @@ Редактировать Добавить Enabled + Приватный режим Enabled Отключён Confirm diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml index 1afcdb360..355ce984f 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml @@ -11,6 +11,7 @@ Upraviť Pridať Povolené + Privátny režim Zapnuté Vypnuté Potvrdiť diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr-Cyrl-RS.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr-Cyrl-RS.xaml new file mode 100644 index 000000000..cf24862c7 --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr-Cyrl-RS.xaml @@ -0,0 +1,53 @@ + + + + Search Source Setting + Open search in: + New Window + New Tab + Set browser from path: + Choose + Delete + Edit + Add + Enabled + Private Mode + Enabled + Disabled + Confirm + Action Keyword + URL + Search + Use Search Query Autocomplete + Autocomplete Data from: + Please select a web search + Are you sure you want to delete {0}? + If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads + https://www.netflix.com/search?q=Casino + + Now copy this entire string and paste it in the URL field below. + Then replace casino with {q}. + Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} + + + Copy URL + Copy search URL to clipboard + + + Title + Status + Select Icon + Icon + Cancel + Invalid web search + Please enter a title + Please enter an action keyword + Please enter a URL + Action keyword already exists, please enter a different one + Success + Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location. + + Web Searches + Allows to perform web searches + + diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr.xaml index 06707b4af..695c88c30 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sr.xaml @@ -11,6 +11,7 @@ Izmeni Dodaj Enabled + Private Mode Enabled Disabled Confirm diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/tr.xaml index b37070d93..1a9fdbf03 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/tr.xaml @@ -1,36 +1,37 @@  - Search Source Setting - Open search in: + Arama Kaynağı Ayarı + Aramayı şurada aç: Yeni Pencere Yeni Sekme - Set browser from path: + Dizin üzerinden tarayıcı seç: Seç Sil Düzenle Ekle - Enabled - Enabled - Disabled + Etkin + Gizli Mod + Etkin + Devre dışı Onayla Anahtar Kelime URL Ara: - Use Search Query Autocomplete - Autocomplete Data from: + Arama Sorgusu Otomatik Doldurmayı Kullan + Otomatik Doldurma Verileri: Lütfen bir web araması seçin {0} bağlantısını silmek istediğinize emin misiniz? - 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 + Flow'a belirli bir web sitesi için arama eklemek istiyorsanız, önce söz konusu web sitesinin arama çubuğuna sahte bir metin dizesi girin ve aramayı başlatın. Şimdi tarayıcının adres çubuğunun içeriğini kopyalayın ve aşağıdaki URL alanına yapıştırın. Test dizenizi {q} ile değiştirin. Örneğin, Netflix'te casino araması yaparsanız, adres çubuğunda şunlar yazar https://www.netflix.com/search?q=Casino - Now copy this entire string and paste it in the URL field below. - Then replace casino with {q}. - Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} + Şimdi bu dizenin tamamını kopyalayın ve aşağıdaki URL alanına yapıştırın. + Daha sonra casino yazısını {q} ile değiştirin. + Dolayısıyla, Netflix'te arama yapmak için genel formül https://www.netflix.com/search?q={q} - Copy URL - Copy search URL to clipboard + URL'yi kopyala + Arama URL'sini panoya kopyala Başlık @@ -44,7 +45,7 @@ Lütfen bir URL giriniz Anahtar kelime zaten mevcut. Lütfen yeni bir tane seçiniz. Başarılı - Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location. + İpucu: Bu dizine özel resimler yerleştirmenize gerek yoktur, Flow'un sürümü güncellenirse bunlar kaybolacaktır. Flow, bu dizinin dışındaki tüm görüntüleri otomatik olarak WebSearch'ün özel görüntü konumuna kopyalayacaktır. Web Araması Web üzerinde arama yapmanızı sağlar diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml index 51e1efc6e..72cfb23c2 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/uk-UA.xaml @@ -11,6 +11,7 @@ Редагувати Додати Увімкнено + Приватний режим Увімкнено Вимкнено Підтвердити @@ -21,7 +22,7 @@ Автозаповнення даних з: Будь ласка, виберіть пошуковий запит в Інтернеті Ви впевнені, що хочете видалити {0}? - Якщо ви хочете додати до Flow пошук певного веб-сайту, спочатку введіть фіктивний текстовий рядок у пошуковий рядок цього веб-сайту і розпочніть пошук. Тепер скопіюйте вміст адресного рядка браузера і вставте його в поле URL нижче. Замініть тестовий рядок на {q}. Наприклад, якщо ви шукаєте казино на сайті Netflix, його адресний рядок матиме такий вигляд + Якщо ви хочете додати до Flow пошук певного вебсайту, спочатку введіть фіктивний текстовий рядок у пошуковий рядок цього вебсайту і розпочніть пошук. Тепер скопіюйте вміст адресного рядка браузера і вставте його в поле URL нижче. Замініть тестовий рядок на {q}. Наприклад, якщо ви шукаєте казино на сайті Netflix, його адресний рядок матиме такий вигляд https://www.netflix.com/search?q=Casino Тепер скопіюйте весь цей рядок і вставте його в поле URL нижче. @@ -38,7 +39,7 @@ Обрати значок Іконка Скасувати - Неправильний веб-пошук + Неправильний вебпошук Будь ласка, введіть назву Будь ласка, введіть ключове слово дії Будь ласка, введіть URL-адресу @@ -46,7 +47,7 @@ Успішно Підказка: Вам не потрібно розміщувати власні зображення в цьому каталозі, якщо версія Flow оновиться, вони будуть втрачені. Flow автоматично копіює всі зображення з цього каталогу до спеціального каталогу WebSearch. - Веб-пошук - Дозволяє здійснювати веб-пошук + Вебпошук + Дозволяє здійснювати вебпошук diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/vi.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/vi.xaml index 731275c5e..fb99024ec 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/vi.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/vi.xaml @@ -11,6 +11,7 @@ Sửa Thêm Đã bật + Chế độ riêng tư Đã bật Vô hiệu hóa Xác nhận diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-cn.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-cn.xaml index 7b8a72d6b..fff4a2c8d 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-cn.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-cn.xaml @@ -11,6 +11,7 @@ 编辑 添加 启用 + 隐身模式 已启用 已禁用 确认 diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-tw.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-tw.xaml index 727b2f4a9..9ce6c88db 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-tw.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/zh-tw.xaml @@ -11,6 +11,7 @@ 編輯 新增 已啟用 + 無痕模式 已啟用 Disabled 確定 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 5b0a57759..d87cd75cb 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx @@ -1779,7 +1779,7 @@ Alterar definições padrão para multimédia e dispositivos - Imprimir o cartão de referência de fala + Imprimir cartão de referência de fala Calibrar ecrã @@ -2227,10 +2227,10 @@ Identificar e reparar problemas de rede - Encontrar e corrigir problemas de rede e conexão + Encontrar e corrigir problemas de rede e ligações - Reproduzir CDs ou outras mídias automaticamente + Reproduzir CDs ou outas unidades automaticamente Ver informações básicas sobre seu computador diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sr-SP.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sr-SP.resx new file mode 100644 index 000000000..53715bf23 --- /dev/null +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sr-SP.resx @@ -0,0 +1,2514 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + About + Area System + + + access.cpl + File name, Should not translated + + + Accessibility Options + Area Control Panel (legacy settings) + + + Accessory apps + Area Privacy + + + Access work or school + Area UserAccounts + + + Account info + Area Privacy + + + Accounts + Area SurfaceHub + + + Action Center + Area Control Panel (legacy settings) + + + Activation + Area UpdateAndSecurity + + + Activity history + Area Privacy + + + Add Hardware + Area Control Panel (legacy settings) + + + Add/Remove Programs + Area Control Panel (legacy settings) + + + Add your phone + Area Phone + + + Administrative Tools + Area System + + + Advanced display settings + Area System, only available on devices that support advanced display options + + + Advanced graphics + + + Advertising ID + Area Privacy, Deprecated in Windows 10, version 1809 and later + + + Airplane mode + Area NetworkAndInternet + + + Alt+Tab + Means the key combination "Tabulator+Alt" on the keyboard + + + Alternative names + + + Animations + + + App color + + + App diagnostics + Area Privacy + + + App features + Area Apps + + + App + Short/modern name for application + + + Apps and Features + Area Apps + + + System settings + Type of the setting is a "Modern Windows settings". We use the same term as used in start menu search at the moment. + + + Apps for websites + Area Apps + + + App volume and device preferences + Area System, Added in Windows 10, version 1903 + + + appwiz.cpl + File name, Should not translated + + + Area + Mean the settings area or settings category + + + Accounts + + + Administrative Tools + Area Control Panel (legacy settings) + + + Appearance and Personalization + + + Apps + + + Clock and Region + + + Control Panel + + + Cortana + + + Devices + + + Ease of access + + + Extras + + + Gaming + + + Hardware and Sound + + + Home page + + + Mixed reality + + + Network and Internet + + + Personalization + + + Phone + + + Privacy + + + Programs + + + SurfaceHub + + + System + + + System and Security + + + Time and language + + + Update and security + + + User accounts + + + Assigned access + + + Audio + Area EaseOfAccess + + + Audio alerts + + + Audio and speech + Area MixedReality, only available if the Mixed Reality Portal app is installed. + + + Automatic file downloads + Area Privacy + + + AutoPlay + Area Device + + + Background + Area Personalization + + + Background Apps + Area Privacy + + + Backup + Area UpdateAndSecurity + + + Backup and Restore + Area Control Panel (legacy settings) + + + Battery Saver + Area System, only available on devices that have a battery, such as a tablet + + + Battery Saver settings + Area System, only available on devices that have a battery, such as a tablet + + + Battery saver usage details + + + Battery use + Area System, only available on devices that have a battery, such as a tablet + + + Biometric Devices + Area Control Panel (legacy settings) + + + BitLocker Drive Encryption + Area Control Panel (legacy settings) + + + Blue light + + + Bluetooth + Area Device + + + Bluetooth devices + Area Control Panel (legacy settings) + + + Blue-yellow + + + Bopomofo IME + Area TimeAndLanguage + + + bpmf + Should not translated + + + Broadcasting + Area Gaming + + + Calendar + Area Privacy + + + Call history + Area Privacy + + + calling + + + Camera + Area Privacy + + + Cangjie IME + Area TimeAndLanguage + + + Caps Lock + Mean the "Caps Lock" key + + + Cellular and SIM + Area NetworkAndInternet + + + Choose which folders appear on Start + Area Personalization + + + Client service for NetWare + Area Control Panel (legacy settings) + + + Clipboard + Area System + + + Closed captions + Area EaseOfAccess + + + Color filters + Area EaseOfAccess + + + Color management + Area Control Panel (legacy settings) + + + Colors + Area Personalization + + + Command + The command to direct start a setting + + + Connected Devices + Area Device + + + Contacts + Area Privacy + + + Control Panel + Type of the setting is a "(legacy) Control Panel setting" + + + Copy command + + + Core Isolation + Means the protection of the system core + + + Cortana + Area Cortana + + + Cortana across my devices + Area Cortana + + + Cortana - Language + Area Cortana + + + Credential manager + Area Control Panel (legacy settings) + + + Crossdevice + + + Custom devices + + + Dark color + + + Dark mode + + + Data usage + Area NetworkAndInternet + + + Date and time + Area TimeAndLanguage + + + Default apps + Area Apps + + + Default camera + Area Device + + + Default location + Area Control Panel (legacy settings) + + + Default programs + Area Control Panel (legacy settings) + + + Default Save Locations + Area System + + + Delivery Optimization + Area UpdateAndSecurity + + + desk.cpl + File name, Should not translated + + + Desktop themes + Area Control Panel (legacy settings) + + + deuteranopia + Medical: Mean you don't can see red colors + + + Device manager + Area Control Panel (legacy settings) + + + Devices and printers + Area Control Panel (legacy settings) + + + DHCP + Should not translated + + + Dial-up + Area NetworkAndInternet + + + Direct access + Area NetworkAndInternet, only available if DirectAccess is enabled + + + Direct open your phone + Area EaseOfAccess + + + Display + Area EaseOfAccess + + + Display properties + Area Control Panel (legacy settings) + + + DNS + Should not translated + + + Documents + Area Privacy + + + Duplicating my display + Area System + + + During these hours + Area System + + + Ease of access center + Area Control Panel (legacy settings) + + + Edition + Means the "Windows Edition" + + + Email + Area Privacy + + + Email and app accounts + Area UserAccounts + + + Encryption + Area System + + + Environment + Area MixedReality, only available if the Mixed Reality Portal app is installed. + + + Ethernet + Area NetworkAndInternet + + + Exploit Protection + + + Extras + Area Extra, , only used for setting of 3rd-Party tools + + + Eye control + Area EaseOfAccess + + + Eye tracker + Area Privacy, requires eyetracker hardware + + + Family and other people + Area UserAccounts + + + Feedback and diagnostics + Area Privacy + + + File system + Area Privacy + + + FindFast + Area Control Panel (legacy settings) + + + findfast.cpl + File name, Should not translated + + + Find My Device + Area UpdateAndSecurity + + + Firewall + + + Focus assist - Quiet hours + Area System + + + Focus assist - Quiet moments + Area System + + + Folder options + Area Control Panel (legacy settings) + + + Fonts + Area EaseOfAccess + + + For developers + Area UpdateAndSecurity + + + Game bar + Area Gaming + + + Game controllers + Area Control Panel (legacy settings) + + + Game DVR + Area Gaming + + + Game Mode + Area Gaming + + + Gateway + Should not translated + + + General + Area Privacy + + + Get programs + Area Control Panel (legacy settings) + + + Getting started + Area Control Panel (legacy settings) + + + Glance + Area Personalization, Deprecated in Windows 10, version 1809 and later + + + Graphics settings + Area System + + + Grayscale + + + Green week + Mean you don't can see green colors + + + Headset display + Area MixedReality, only available if the Mixed Reality Portal app is installed. + + + High contrast + Area EaseOfAccess + + + Holographic audio + + + Holographic Environment + + + Holographic Headset + + + Holographic Management + + + Home group + Area Control Panel (legacy settings) + + + ID + MEans The "Windows Identifier" + + + Image + + + Indexing options + Area Control Panel (legacy settings) + + + inetcpl.cpl + File name, Should not translated + + + Infrared + Area Control Panel (legacy settings) + + + Inking and typing + Area Privacy + + + Internet options + Area Control Panel (legacy settings) + + + intl.cpl + File name, Should not translated + + + Inverted colors + + + IP + Should not translated + + + Isolated Browsing + + + Japan IME settings + Area TimeAndLanguage, available if the Microsoft Japan input method editor is installed + + + joy.cpl + File name, Should not translated + + + Joystick properties + Area Control Panel (legacy settings) + + + jpnime + Should not translated + + + Keyboard + Area EaseOfAccess + + + Keypad + + + Keys + + + Language + Area TimeAndLanguage + + + Light color + + + Light mode + + + Location + Area Privacy + + + Lock screen + Area Personalization + + + Magnifier + Area EaseOfAccess + + + Mail - Microsoft Exchange or Windows Messaging + Area Control Panel (legacy settings) + + + main.cpl + File name, Should not translated + + + Manage known networks + Area NetworkAndInternet + + + Manage optional features + Area Apps + + + Messaging + Area Privacy + + + Metered connection + + + Microphone + Area Privacy + + + Microsoft Mail Post Office + Area Control Panel (legacy settings) + + + mlcfg32.cpl + File name, Should not translated + + + mmsys.cpl + File name, Should not translated + + + Mobile devices + + + Mobile hotspot + Area NetworkAndInternet + + + modem.cpl + File name, Should not translated + + + Mono + + + More details + Area Cortana + + + Motion + Area Privacy + + + Mouse + Area EaseOfAccess + + + Mouse and touchpad + Area Device + + + Mouse, Fonts, Keyboard, and Printers properties + Area Control Panel (legacy settings) + + + Mouse pointer + Area EaseOfAccess + + + Multimedia properties + Area Control Panel (legacy settings) + + + Multitasking + Area System + + + Narrator + Area EaseOfAccess + + + Navigation bar + Area Personalization + + + netcpl.cpl + File name, Should not translated + + + netsetup.cpl + File name, Should not translated + + + Network + Area NetworkAndInternet + + + Network and sharing center + Area Control Panel (legacy settings) + + + Network connection + Area Control Panel (legacy settings) + + + Network properties + Area Control Panel (legacy settings) + + + Network Setup Wizard + Area Control Panel (legacy settings) + + + Network status + Area NetworkAndInternet + + + NFC + Area NetworkAndInternet + + + NFC Transactions + "NFC should not translated" + + + Night light + + + Night light settings + Area System + + + Note + + + Only available when you have connected a mobile device to your device. + + + Only available on devices that support advanced graphics options. + + + Only available on devices that have a battery, such as a tablet. + + + Deprecated in Windows 10, version 1809 (build 17763) and later. + + + Only available if Dial is paired. + + + Only available if DirectAccess is enabled. + + + Only available on devices that support advanced display options. + + + Only present if user is enrolled in WIP. + + + Requires eyetracker hardware. + + + Available if the Microsoft Japan input method editor is installed. + + + Available if the Microsoft Pinyin input method editor is installed. + + + Available if the Microsoft Wubi input method editor is installed. + + + Only available if the Mixed Reality Portal app is installed. + + + Only available on mobile and if the enterprise has deployed a provisioning package. + + + Added in Windows 10, version 1903 (build 18362). + + + Added in Windows 10, version 2004 (build 19041). + + + Only available if "settings apps" are installed, for example, by a 3rd party. + + + Only available if touchpad hardware is present. + + + Only available if the device has a Wi-Fi adapter. + + + Device must be Windows Anywhere-capable. + + + Only available if enterprise has deployed a provisioning package. + + + Notifications + Area Privacy + + + Notifications and actions + Area System + + + Num Lock + Mean the "Num Lock" key + + + nwc.cpl + File name, Should not translated + + + odbccp32.cpl + File name, Should not translated + + + ODBC Data Source Administrator (32-bit) + Area Control Panel (legacy settings) + + + ODBC Data Source Administrator (64-bit) + Area Control Panel (legacy settings) + + + Offline files + Area Control Panel (legacy settings) + + + Offline Maps + Area Apps + + + Offline Maps - Download maps + Area Apps + + + On-Screen + + + OS + Means the "Operating System" + + + Other devices + Area Privacy + + + Other options + Area EaseOfAccess + + + Other users + + + Parental controls + Area Control Panel (legacy settings) + + + Password + + + password.cpl + File name, Should not translated + + + Password properties + Area Control Panel (legacy settings) + + + Pen and input devices + Area Control Panel (legacy settings) + + + Pen and touch + Area Control Panel (legacy settings) + + + Pen and Windows Ink + Area Device + + + People Near Me + Area Control Panel (legacy settings) + + + Performance information and tools + Area Control Panel (legacy settings) + + + Permissions and history + Area Cortana + + + Personalization (category) + Area Personalization + + + Phone + Area Phone + + + Phone and modem + Area Control Panel (legacy settings) + + + Phone and modem - Options + Area Control Panel (legacy settings) + + + Phone calls + Area Privacy + + + Phone - Default apps + Area System + + + Picture + + + Pictures + Area Privacy + + + Pinyin IME settings + Area TimeAndLanguage, available if the Microsoft Pinyin input method editor is installed + + + Pinyin IME settings - domain lexicon + Area TimeAndLanguage + + + Pinyin IME settings - Key configuration + Area TimeAndLanguage + + + Pinyin IME settings - UDP + Area TimeAndLanguage + + + Playing a game full screen + Area Gaming + + + Plugin to search for Windows settings + + + Windows Settings + + + Power and sleep + Area System + + + powercfg.cpl + File name, Should not translated + + + Power options + Area Control Panel (legacy settings) + + + Presentation + + + Printers + Area Control Panel (legacy settings) + + + Printers and scanners + Area Device + + + Print screen + Mean the "Print screen" key + + + Problem reports and solutions + Area Control Panel (legacy settings) + + + Processor + + + Programs and features + Area Control Panel (legacy settings) + + + Projecting to this PC + Area System + + + protanopia + Medical: Mean you don't can see green colors + + + Provisioning + Area UserAccounts, only available if enterprise has deployed a provisioning package + + + Proximity + Area NetworkAndInternet + + + Proxy + Area NetworkAndInternet + + + Quickime + Area TimeAndLanguage + + + Quiet moments game + + + Radios + Area Privacy + + + RAM + Means the Read-Access-Memory (typical the used to inform about the size) + + + Recognition + + + Recovery + Area UpdateAndSecurity + + + Red eye + Mean red eye effect by over-the-night flights + + + Red-green + Mean the weakness you can't differ between red and green colors + + + Red week + Mean you don't can see red colors + + + Region + Area TimeAndLanguage + + + Regional language + Area TimeAndLanguage + + + Regional settings properties + Area Control Panel (legacy settings) + + + Region and language + Area Control Panel (legacy settings) + + + Region formatting + + + RemoteApp and desktop connections + Area Control Panel (legacy settings) + + + Remote Desktop + Area System + + + Scanners and cameras + Area Control Panel (legacy settings) + + + schedtasks + File name, Should not translated + + + Scheduled + + + Scheduled tasks + Area Control Panel (legacy settings) + + + Screen rotation + Area System + + + Scroll bars + + + Scroll Lock + Mean the "Scroll Lock" key + + + SDNS + Should not translated + + + Searching Windows + Area Cortana + + + SecureDNS + Should not translated + + + Security Center + Area Control Panel (legacy settings) + + + Security Processor + + + Session cleanup + Area SurfaceHub + + + Settings home page + Area Home, Overview-page for all areas of settings + + + Set up a kiosk + Area UserAccounts + + + Shared experiences + Area System + + + Shortcuts + + + wifi + dont translate this, is a short term to find entries + + + Sign-in options + Area UserAccounts + + + Sign-in options - Dynamic lock + Area UserAccounts + + + Size + Size for text and symbols + + + Sound + Area System + + + Speech + Area EaseOfAccess + + + Speech recognition + Area Control Panel (legacy settings) + + + Speech typing + + + Start + Area Personalization + + + Start places + + + Startup apps + Area Apps + + + sticpl.cpl + File name, Should not translated + + + Storage + Area System + + + Storage policies + Area System + + + Storage Sense + Area System + + + in + Example: Area "System" in System settings + + + Sync center + Area Control Panel (legacy settings) + + + Sync your settings + Area UserAccounts + + + sysdm.cpl + File name, Should not translated + + + System + Area Control Panel (legacy settings) + + + System properties and Add New Hardware wizard + Area Control Panel (legacy settings) + + + Tab + Means the key "Tabulator" on the keyboard + + + Tablet mode + Area System + + + Tablet PC settings + Area Control Panel (legacy settings) + + + Talk + + + Talk to Cortana + Area Cortana + + + Taskbar + Area Personalization + + + Taskbar color + + + Tasks + Area Privacy + + + Team Conferencing + Area SurfaceHub + + + Team device management + Area SurfaceHub + + + Text to speech + Area Control Panel (legacy settings) + + + Themes + Area Personalization + + + themes.cpl + File name, Should not translated + + + timedate.cpl + File name, Should not translated + + + Timeline + + + Touch + + + Touch feedback + + + Touchpad + Area Device + + + Transparency + + + tritanopia + Medical: Mean you don't can see yellow and blue colors + + + Troubleshoot + Area UpdateAndSecurity + + + TruePlay + Area Gaming + + + Typing + Area Device + + + Uninstall + Area MixedReality, only available if the Mixed Reality Portal app is installed. + + + USB + Area Device + + + User accounts + Area Control Panel (legacy settings) + + + Version + Means The "Windows Version" + + + Video playback + Area Apps + + + Videos + Area Privacy + + + Virtual Desktops + + + Virus + Means the virus in computers and software + + + Voice activation + Area Privacy + + + Volume + + + VPN + Area NetworkAndInternet + + + Wallpaper + + + Warmer color + + + Welcome center + Area Control Panel (legacy settings) + + + Welcome screen + Area SurfaceHub + + + wgpocpl.cpl + File name, Should not translated + + + Wheel + Area Device + + + Wi-Fi + Area NetworkAndInternet, only available if Wi-Fi calling is enabled + + + Wi-Fi Calling + Area NetworkAndInternet, only available if Wi-Fi calling is enabled + + + Wi-Fi settings + "Wi-Fi" should not translated + + + Window border + + + Windows Anytime Upgrade + Area Control Panel (legacy settings) + + + Windows Anywhere + Area UserAccounts, device must be Windows Anywhere-capable + + + Windows CardSpace + Area Control Panel (legacy settings) + + + Windows Defender + Area Control Panel (legacy settings) + + + Windows Firewall + Area Control Panel (legacy settings) + + + Windows Hello setup - Face + Area UserAccounts + + + Windows Hello setup - Fingerprint + Area UserAccounts + + + Windows Insider Program + Area UpdateAndSecurity + + + Windows Mobility Center + Area Control Panel (legacy settings) + + + Windows search + Area Cortana + + + Windows Security + Area UpdateAndSecurity + + + Windows Update + Area UpdateAndSecurity + + + Windows Update - Advanced options + Area UpdateAndSecurity + + + Windows Update - Check for updates + Area UpdateAndSecurity + + + Windows Update - Restart options + Area UpdateAndSecurity + + + Windows Update - View optional updates + Area UpdateAndSecurity + + + Windows Update - View update history + Area UpdateAndSecurity + + + Wireless + + + Workplace + + + Workplace provisioning + Area UserAccounts + + + Wubi IME settings + Area TimeAndLanguage, available if the Microsoft Wubi input method editor is installed + + + Wubi IME settings - UDP + Area TimeAndLanguage + + + Xbox Networking + Area Gaming + + + Your info + Area UserAccounts + + + Zoom + Mean zooming of things via a magnifier + + + Change device installation settings + + + Turn off background images + + + Navigation properties + + + Media streaming options + + + Make a file type always open in a specific program + + + Change the Narrator’s voice + + + Find and fix keyboard problems + + + Use screen reader + + + Show which workgroup this computer is on + + + Change mouse wheel settings + + + Manage computer certificates + + + Find and fix problems + + + Change settings for content received using Tap and send + + + Change default settings for media or devices + + + Print the speech reference card + + + Calibrate display colour + + + Manage file encryption certificates + + + View recent messages about your computer + + + Give other users access to this computer + + + Show hidden files and folders + + + Change Windows To Go start-up options + + + See which processes start up automatically when you start Windows + + + Tell if an RSS feed is available on a website + + + Add clocks for different time zones + + + Add a Bluetooth device + + + Customise the mouse buttons + + + Set tablet buttons to perform certain tasks + + + View installed fonts + + + Change the way currency is displayed + + + Edit group policy + + + Manage browser add-ons + + + Check processor speed + + + Check firewall status + + + Send or receive a file + + + Add or remove user accounts + + + Edit the system environment variables + + + Manage BitLocker + + + Auto-hide the taskbar + + + Change sound card settings + + + Make changes to accounts + + + Edit local users and groups + + + View network computers and devices + + + Install a program from the network + + + View scanners and cameras + + + Microsoft IME Register Word (Japanese) + + + Restore your files with File History + + + Turn On-Screen keyboard on or off + + + Block or allow third-party cookies + + + Find and fix audio recording problems + + + Create a recovery drive + + + Microsoft New Phonetic Settings + + + Generate a system health report + + + Fix problems with your computer + + + Back up and Restore (Windows 7) + + + Preview, delete, show or hide fonts + + + Microsoft Quick Settings + + + View reliability history + + + Access RemoteApp and desktops + + + Set up ODBC data sources + + + Reset Security Policies + + + Block or allow pop-ups + + + Turn autocomplete in Internet Explorer on or off + + + Microsoft Pinyin SimpleFast Options + + + Change what closing the lid does + + + Turn off unnecessary animations + + + Create a restore point + + + Turn off automatic window arrangement + + + Troubleshooting History + + + Diagnose your computer's memory problems + + + View recommended actions to keep Windows running smoothly + + + Change cursor blink rate + + + Add or remove programs + + + Create a password reset disk + + + Configure advanced user profile properties + + + Start or stop using AutoPlay for all media and devices + + + Change Automatic Maintenance settings + + + Specify single- or double-click to open + + + Select users who can use remote desktop + + + Show which programs are installed on your computer + + + Allow remote access to your computer + + + View advanced system settings + + + How to install a program + + + Change how your keyboard works + + + Automatically adjust for daylight saving time + + + Change the order of Windows SideShow gadgets + + + Check keyboard status + + + Control the computer without the mouse or keyboard + + + Change or remove a program + + + Change multi-touch gesture settings + + + Set up ODBC data sources (64-bit) + + + Configure proxy server + + + Change your homepage + + + Group similar windows on the taskbar + + + Change Windows SideShow settings + + + Use audio description for video + + + Change workgroup name + + + Find and fix printing problems + + + Change when the computer sleeps + + + Set up a virtual private network (VPN) connection + + + Accommodate learning abilities + + + Set up a dial-up connection + + + Set up a connection or network + + + How to change your Windows password + + + Make it easier to see the mouse pointer + + + Set up iSCSI initiator + + + Accommodate low vision + + + Manage offline files + + + Review your computer's status and resolve issues + + + Microsoft ChangJie Settings + + + Replace sounds with visual cues + + + Change temporary Internet file settings + + + Connect to the Internet + + + Find and fix audio playback problems + + + Change the mouse pointer display or speed + + + Back up your recovery key + + + Save backup copies of your files with File History + + + View current accessibility settings + + + Change tablet pen settings + + + Change how your mouse works + + + Show how much RAM is on this computer + + + Edit power plan + + + Adjust system volume + + + Defragment and optimise your drives + + + Set up ODBC data sources (32-bit) + + + Change Font Settings + + + Magnify portions of the screen using Magnifier + + + Change the file type associated with a file extension + + + View event logs + + + Manage Windows Credentials + + + Set up a microphone + + + Change how the mouse pointer looks + + + Change power-saving settings + + + Optimise for blindness + + + + + + + Turn Windows features on or off + + + Show which operating system your computer is running + + + View local services + + + Manage Work Folders + + + Encrypt your offline files + + + Train the computer to recognise your voice + + + Advanced printer setup + + + Change default printer + + + Edit environment variables for your account + + + Optimise visual display + + + Change mouse click settings + + + Change advanced colour management settings for displays, scanners and printers + + + Let Windows suggest Ease of Access settings + + + Clear disk space by deleting unnecessary files + + + View devices and printers + + + Private Character Editor + + + Record steps to reproduce a problem + + + Adjust the appearance and performance of Windows + + + Settings for Microsoft IME (Japanese) + + + Invite someone to connect to your PC and help you, or offer to help someone else + + + Run programs made for previous versions of Windows + + + Choose the order of how your screen rotates + + + Change how Windows searches + + + Set flicks to perform certain tasks + + + Change account type + + + Change screen saver + + + Change User Account Control settings + + + Turn on easy access keys + + + Identify and repair network problems + + + Find and fix networking and connection problems + + + Play CDs or other media automatically + + + View basic information about your computer + + + Choose how you open links + + + Allow Remote Assistance invitations to be sent from this computer + + + Task Manager + + + Turn flicks on or off + + + Add a language + + + View network status and tasks + + + Turn Magnifier on or off + + + See the name of this computer + + + View network connections + + + Perform recommended maintenance tasks automatically + + + Manage disk space used by your offline files + + + Turn High Contrast on or off + + + Change the way time is displayed + + + Change how web pages are displayed in tabs + + + Change the way dates and lists are displayed + + + Manage audio devices + + + Change security settings + + + Check security status + + + Delete cookies or temporary files + + + Specify which hand you write with + + + Change touch input settings + + + How to change the size of virtual memory + + + Hear text read aloud with Narrator + + + Set up USB game controllers + + + Show which domain your computer is on + + + View all problem reports + + + 16-Bit Application Support + + + Set up dialling rules + + + Enable or disable session cookies + + + Give administrative rights to a domain user + + + Choose when to turn off display + + + Move the pointer with the keypad using MouseKeys + + + Change Windows SideShow-compatible device settings + + + Adjust commonly used mobility settings + + + Change text-to-speech settings + + + Set the time and date + + + Change location settings + + + Change mouse settings + + + Manage Storage Spaces + + + Show or hide file extensions + + + Allow an app through Windows Firewall + + + Change system sounds + + + Adjust ClearType text + + + Turn screen saver on or off + + + Find and fix windows update problems + + + Change Bluetooth settings + + + Connect to a network + + + Change the search provider in Internet Explorer + + + Join a domain + + + Add a device + + + Find and fix problems with Windows Search + + + Choose a power plan + + + Change how the mouse pointer looks when it’s moving + + + Uninstall a program + + + Create and format hard disk partitions + + + Change date, time or number formats + + + Change PC wake-up settings + + + Manage network passwords + + + Change input methods + + + Manage advanced sharing settings + + + Change battery settings + + + Rename this computer + + + Lock or unlock the taskbar + + + Manage Web Credentials + + + Change the time zone + + + Start speech recognition + + + View installed updates + + + What's happened to the Quick Launch toolbar? + + + Change search options for files and folders + + + Adjust settings before giving a presentation + + + Scan a document or picture + + + Change the way measurements are displayed + + + Press key combinations one at a time + + + Restore data, files or computer from backup (Windows 7) + + + Set your default programs + + + Set up a broadband connection + + + Calibrate the screen for pen or touch input + + + Manage user certificates + + + Schedule tasks + + + Ignore repeated keystrokes using FilterKeys + + + Find and fix bluescreen problems + + + Hear a tone when keys are pressed + + + Delete browsing history + + + Change what the power buttons do + + + Create standard user account + + + Take speech tutorials + + + View system resource usage in Task Manager + + + Create an account + + + Get more features with a new edition of Windows + + + Control Panel + + + TaskLink + + + Unknown + + \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx index 49c4b7839..5e83a783a 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx @@ -254,7 +254,7 @@ Saat ve Bölge - Control Panel + Denetim Masası Cortana @@ -468,7 +468,7 @@ Area Privacy - Control Panel + Denetim Masası Type of the setting is a "(legacy) Control Panel setting" @@ -627,7 +627,7 @@ Area NetworkAndInternet - Exploit Protection + Exploit Koruması Ek Özellikler @@ -1206,7 +1206,7 @@ Windows ayarlarını aramak için eklenti - Windows Settings + Windows Ayarları Güç ve uyku @@ -1450,7 +1450,7 @@ Area System - in + içinde Example: Area "System" in System settings @@ -1671,7 +1671,7 @@ Area UpdateAndSecurity - Windows Mobility Center + Windows Mobilite Merkezi Area Control Panel (legacy settings) @@ -1737,208 +1737,208 @@ Mean zooming of things via a magnifier - Change device installation settings + Cihaz kurulum ayarlarını değiştir - Turn off background images + Arka plan görsellerini kapat - Navigation properties + Navigasyon özellikleri Media streaming options - Make a file type always open in a specific program + Bir dosya türünün her zaman belirli bir programda açılmasını sağla - Change the Narrator’s voice + Anlatıcının sesini değiştir - Find and fix keyboard problems + Klavye sorunlarını bul ve düzelt - Use screen reader + Ekran okuyucu kullan Show which workgroup this computer is on - Change mouse wheel settings + Fare tekerleği ayarlarını değiştir - Manage computer certificates + Bilgisayar sertifikalarını yönet - Find and fix problems + Sorunları bul ve düzelt Change settings for content received using Tap and send - Change default settings for media or devices + Medya veya cihazlar için varsayılan ayarları değiştir Print the speech reference card - Calibrate display colour + Ekran rengini kalibre et - Manage file encryption certificates + Dosya şifreleme sertifikalarını yönet - View recent messages about your computer + Bilgisayarınızla ilgili son mesajları görüntüleyin - Give other users access to this computer + Diğer kullanıcılara bu bilgisayara erişim izni ver - Show hidden files and folders + Gizli dosya ve klasörleri göster - Change Windows To Go start-up options + Windows To Go başlatma seçeneklerini değiştir - See which processes start up automatically when you start Windows + Windows'u başlattığınızda hangi işlemlerin otomatik olarak başladığını görün - Tell if an RSS feed is available on a website + Bir RSS beslemesinin bir web sitesinde mevcut olup olmadığını söyle - Add clocks for different time zones + Farklı zaman dilimleri için saatler ekleyin - Add a Bluetooth device + Bir Bluetooth cihazı ekle - Customise the mouse buttons + Fare düğmelerini özelleştir Set tablet buttons to perform certain tasks - View installed fonts + Yüklü yazı tiplerini görüntüle Change the way currency is displayed - Edit group policy + Grup ilkesini düzenle - Manage browser add-ons + Tarayıcı eklentilerini yönet - Check processor speed + İşlemci hızını kontrol et - Check firewall status + Güvenlik duvarı durumunu kontrol et - Send or receive a file + Dosya gönder veya al - Add or remove user accounts + Kullanıcı hesapları ekle veya kaldır - Edit the system environment variables + Sistem ortam değişkenlerini düzenle - Manage BitLocker + BitLocker'ı Yönet - Auto-hide the taskbar + Görev çubuğunu otomatik gizle - Change sound card settings + Ses kartı ayalarını değiştir - Make changes to accounts + Hesaplarda değişiklik yap - Edit local users and groups + Yerel kullanıcıları ve grupları düzenle - View network computers and devices + Ağ bilgisayarlarını ve cihazlarını görüntüle - Install a program from the network + İnternetten bir program yükle - View scanners and cameras + Tarayıcıları ve kameraları görüntüle - Microsoft IME Register Word (Japanese) + Microsoft IME Register Word (Japonca) - Restore your files with File History + Dosya Geçmişi ile dosyalarınızı geri yükleyin - Turn On-Screen keyboard on or off + Ekran klavyesini aç veya kapat - Block or allow third-party cookies + Üçüncü taraf çerezlerini engelle veya izin ver - Find and fix audio recording problems + Ses kayıt sorunlarını bul ve düzelt - Create a recovery drive + Bir kurtarma sürücüsü oluştur - Microsoft New Phonetic Settings + Microsoft Fonetik İçin Yeni Ayarlar - Generate a system health report + Sistem sağlık raporu oluştur - Fix problems with your computer + Bilgisayarla ilgili sorunları gider - Back up and Restore (Windows 7) + Yedekleme ve Geri Yükleme (Windows 7) - Preview, delete, show or hide fonts + Yazı tiplerini önizleme, silme, gösterme veya gizleme - Microsoft Quick Settings + Microsoft Hızlı Ayarlar - View reliability history + Güvenilirlik geçmişini görüntüle Access RemoteApp and desktops - Set up ODBC data sources + ODBC veri kaynaklarını ayarla - Reset Security Policies + Güvenlik Politikalarını Sıfırla - Block or allow pop-ups + Pop-up'ları engelle veya izin ver - Turn autocomplete in Internet Explorer on or off + Internet Explorer'da otomatik doldurmayı aç veya kapat - Microsoft Pinyin SimpleFast Options + Microsoft Pinyin SimpleFast Seçenekleri Change what closing the lid does - Turn off unnecessary animations + Gereksiz animasyonları kapat - Create a restore point + Geri yükleme noktası oluştur Turn off automatic window arrangement - Troubleshooting History + Sorun Giderme Geçmişi Diagnose your computer's memory problems @@ -1947,13 +1947,13 @@ View recommended actions to keep Windows running smoothly - Change cursor blink rate + İmleç yanıp sönme hızını değiştir - Add or remove programs + Program ekle veya kaldır - Create a password reset disk + Parola sıfırlama diski oluştur Configure advanced user profile properties @@ -1974,16 +1974,16 @@ Show which programs are installed on your computer - Allow remote access to your computer + Bilgisayarınıza uzaktan erişime izin ver - View advanced system settings + Gelişmiş sistem ayarlarını görüntüle - How to install a program + Bir program nasıl kurulur - Change how your keyboard works + Klavyenin çalışma şeklini değiştir Automatically adjust for daylight saving time @@ -1992,124 +1992,124 @@ Change the order of Windows SideShow gadgets - Check keyboard status + Klavye durumunu kontrol et Control the computer without the mouse or keyboard - Change or remove a program + Bir programı değiştir veya kaldır Change multi-touch gesture settings - Set up ODBC data sources (64-bit) + ODBC veri kaynaklarını ayarla (64-bit) - Configure proxy server + Proxy sunucusunu yapılandır - Change your homepage + Ana sayfayı değiştir - Group similar windows on the taskbar + Görev çubuğunda benzer pencereleri gruplama Change Windows SideShow settings - Use audio description for video + Video için sesli açıklama kullan - Change workgroup name + Çalışma grubu adını değiştir - Find and fix printing problems + Yazıcı sorunlarını bul ve düzelt - Change when the computer sleeps + Bilgisayarın uyku zamanını değiştir - Set up a virtual private network (VPN) connection + Bir sanal özel ağ (VPN) bağlantısı kur Accommodate learning abilities - Set up a dial-up connection + Bir çevirmeli bağlantı kur - Set up a connection or network + Bir bağlantı veya ağ kur - How to change your Windows password + Windows parolanızı nasıl değiştirirsiniz - Make it easier to see the mouse pointer + Fare imlecini görmeyi kolaylaştırın - Set up iSCSI initiator + iSCSI başlatıcıyı ayarla Accommodate low vision - Manage offline files + Çevrim dışı dosyaları yönet Review your computer's status and resolve issues - Microsoft ChangJie Settings + Microsoft ChangJie Ayarları Replace sounds with visual cues - Change temporary Internet file settings + Geçici İnternet dosyası ayarlarını değiştir - Connect to the Internet + İnternete bağlan - Find and fix audio playback problems + Ses oynatma sorunlarını bul ve düzelt - Change the mouse pointer display or speed + Fare imleci görüntüsünü veya hızını değiştir - Back up your recovery key + Kurtarma anahtarınızı yedekleyin Save backup copies of your files with File History - View current accessibility settings + Geçerli erişilebilirlik ayarlarını görüntüle - Change tablet pen settings + Tablet kalemi ayarlarını değiştir - Change how your mouse works + Farenin çalışma şeklini değiştir - Show how much RAM is on this computer + Bu bilgisayarda ne kadar RAM olduğunu göster - Edit power plan + Güç planını düzenle - Adjust system volume + Sistem ses seviyesini ayarla Defragment and optimise your drives - Set up ODBC data sources (32-bit) + ODBC veri kaynaklarını ayarla (32-bit) - Change Font Settings + Yazı Tipi Ayarlarını Değiştir Magnify portions of the screen using Magnifier @@ -2118,59 +2118,59 @@ Change the file type associated with a file extension - View event logs + Olay günlüklerini görüntüle Manage Windows Credentials - Set up a microphone + Bir mikrofon ayarla - Change how the mouse pointer looks + Fare işaretçisinin görünümünü değiştir - Change power-saving settings + Güç tasarrufu ayarlarını değiştir - Optimise for blindness + Körlük için optimize et - Turn Windows features on or off + Windows özelliklerini aç veya kapat - Show which operating system your computer is running + Bilgisayarınızın hangi işletim sistemini çalıştırdığını gösterin - View local services + Yerel hizmetleri görüntüle - Manage Work Folders + Çalışma Klasörlerini Yönet - Encrypt your offline files + Çevrimdışı dosyalarınızı şifreleyin - Train the computer to recognise your voice + Bilgisayarı sesinizi tanıması için eğitin - Advanced printer setup + Gelişmiş yazıcı kurulumu - Change default printer + Varsayılan yazıcıyı değiştir - Edit environment variables for your account + Hesap için ortam değişkenlerini düzenle - Optimise visual display + Görsel ekranı optimize et - Change mouse click settings + Fare tıklama ayarlarını değiştir Change advanced colour management settings for displays, scanners and printers @@ -2179,145 +2179,145 @@ Let Windows suggest Ease of Access settings - Clear disk space by deleting unnecessary files + Gereksiz dosyaları silerek disk alanını temizle - View devices and printers + Cihazları ve yazıcıları görüntüle - Private Character Editor + Özel Karakter Düzenleyici Record steps to reproduce a problem - Adjust the appearance and performance of Windows + Windows'un görünümünü ve performansını ayarla - Settings for Microsoft IME (Japanese) + Microsoft IME için ayarlar (Japonca) - Invite someone to connect to your PC and help you, or offer to help someone else + Bilgisayarınıza bağlanıp size yardım etmesi için birini davet edin veya başka birine yardım etmeyi teklif edin - Run programs made for previous versions of Windows + Windows'un önceki sürümleri için hazırlanmış programları çalıştırma - Choose the order of how your screen rotates + Ekranınızın dönme sırasını seçin - Change how Windows searches + Windows'un arama şeklini değiştir Set flicks to perform certain tasks - Change account type + Hesap türünü değiştir - Change screen saver + Ekran koruyucuyu değiştir - Change User Account Control settings + Kullanıcı Hesabı Denetimi ayarlarını değiştir - Turn on easy access keys + Kolay erişim tuşlarını aç - Identify and repair network problems + Ağ sorunlarını belirle ve onar - Find and fix networking and connection problems + Ağ ve bağlantı sorunlarını bul ve düzelt - Play CDs or other media automatically + CD'leri veya diğer medyaları otomatik olarak çal - View basic information about your computer + Bilgisayarınız hakkında temel bilgileri görüntüleyin - Choose how you open links + Bağlantıları nasıl açacağınızı seçin Allow Remote Assistance invitations to be sent from this computer - Task Manager + Görev Yöneticisi Turn flicks on or off - Add a language + Bir dil ekleyin - View network status and tasks + Ağ durumunu ve görevlerini görüntüle Turn Magnifier on or off - See the name of this computer + Bu bilgisayarın adına bakın - View network connections + Ağ bağlantılarını görüntüle - Perform recommended maintenance tasks automatically + Önerilen bakım görevlerini otomatik olarak gerçekleştirin - Manage disk space used by your offline files + Çevrimdışı dosyalarınız tarafından kullanılan disk alanını yönetin - Turn High Contrast on or off + Yüksek Kontrast'ı aç veya kapat - Change the way time is displayed + Saatin görüntülenme şeklini değiştirme - Change how web pages are displayed in tabs + Web sayfalarının sekmelerde görüntülenme şeklini değiştirme - Change the way dates and lists are displayed + Tarihlerin ve listelerin görüntülenme şeklini değiştirme - Manage audio devices + Ses cihazlarını yönet - Change security settings + Güvenlik ayarlarını değiştir - Check security status + Güvenlik durumunu kontrol et - Delete cookies or temporary files + Çerezleri veya geçici dosyaları sil - Specify which hand you write with + Hangi elinizle yazdığınızı belirtin - Change touch input settings + Dokunmatik giriş ayarlarını değiştir - How to change the size of virtual memory + Sanal bellek boyutu nasıl değiştirilir - Hear text read aloud with Narrator + Anlatıcı ile yüksek sesle okunan metni dinleyin - Set up USB game controllers + USB oyun kumandalarını ayarla - Show which domain your computer is on + Bilgisayarınızın hangi etki alanında olduğunu gösterme - View all problem reports + Tüm sorun raporlarını görüntüle - 16-Bit Application Support + 16-Bit Uygulama Desteği - Set up dialling rules + Arama kurallarını ayarla Enable or disable session cookies @@ -2338,177 +2338,177 @@ Adjust commonly used mobility settings - Change text-to-speech settings + Metinden sese ayarlarını değiştir - Set the time and date + Saat ve tarihi ayarla - Change location settings + Konum ayarlarını değiştir - Change mouse settings + Fare ayarlarını değiştir - Manage Storage Spaces + Depolama Alanlarını Yönet - Show or hide file extensions + Dosya uzantılarını göster/gizle - Allow an app through Windows Firewall + Windows Güvenlik Duvarı üzerinden bir uygulamaya izin ver - Change system sounds + Sistem seslerini değiştir Adjust ClearType text - Turn screen saver on or off + Ekran koruyucuyu aç/kapat - Find and fix windows update problems + Windows güncelleme sorunlarını bul ve düzelt - Change Bluetooth settings + Bluetooth ayarlarını değiştir - Connect to a network + Bir ağa bağlan - Change the search provider in Internet Explorer + Internet Explorer'da arama sağlayıcısını değiştir - Join a domain + Bir etki alanına katılın - Add a device + Bir cihaz ekle - Find and fix problems with Windows Search + Windows Arama ile ilgili sorunları bul ve düzelt - Choose a power plan + Bir güç planı seç Change how the mouse pointer looks when it’s moving - Uninstall a program + Bir program kaldır - Create and format hard disk partitions + Sabit disk bölümleri oluştur ve biçimlendir - Change date, time or number formats + Tarih, saat veya sayı biçimlerini değiştir - Change PC wake-up settings + PC uyandırma ayarlarını değiştir - Manage network passwords + Ağ parolalarını yönet - Change input methods + Giriş yöntemlerini değiştir - Manage advanced sharing settings + Gelişmiş paylaşım ayarlarını yönet - Change battery settings + Pil ayarlarını değiştir - Rename this computer + Bilgisayarı yeniden adlandır - Lock or unlock the taskbar + Görev çubuğunu kilitle/kilidi aç - Manage Web Credentials + Web Kimlik Bilgilerini Yönet - Change the time zone + Saat dilimini değiştir - Start speech recognition + Konuşma tanımayı başlat - View installed updates + Yüklü güncellemeleri görüntüle - What's happened to the Quick Launch toolbar? + Hızlı Başlat araç çubuğuna ne oldu? - Change search options for files and folders + Dosya ve klasörler için arama seçeneklerini değiştir Adjust settings before giving a presentation - Scan a document or picture + Bir belgeyi veya resmi tara - Change the way measurements are displayed + Ölçümlerin görüntülenme şeklini değiştirme - Press key combinations one at a time + Tuş kombinasyonlarına teker teker basın - Restore data, files or computer from backup (Windows 7) + Verileri, dosyaları veya bilgisayarı yedekten geri yükleme (Windows 7) - Set your default programs + Varsayılan programlarınızı ayarlayın - Set up a broadband connection + Geniş bant bağlantısı kur Calibrate the screen for pen or touch input - Manage user certificates + Kullanıcı sertifikalarını yönet - Schedule tasks + Görevleri planla Ignore repeated keystrokes using FilterKeys - Find and fix bluescreen problems + Mavi ekran sorunlarını bul ve düzelt - Hear a tone when keys are pressed + Tuşlara basıldığında bir ses duy - Delete browsing history + Tarama geçmişini sil - Change what the power buttons do + Güç düğmelerinin ne yaptığını değiştir - Create standard user account + Standart kullanıcı hesabı oluştur - Take speech tutorials + Konuşma eğitimleri al - View system resource usage in Task Manager + Görev Yöneticisi'nde sistem kaynağı kullanımını görüntüle - Create an account + Bir hesap oluştur - Get more features with a new edition of Windows + Windows'un yeni sürümüyle daha fazla özellik edinin - Control Panel + Denetim Masası TaskLink - Unknown + Bilinmiyor \ No newline at end of file diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.uk-UA.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.uk-UA.resx index 9d801e0d4..c30e6dacc 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.uk-UA.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.uk-UA.resx @@ -214,7 +214,7 @@ Short/modern name for application - Додатки та функції + Застосунки та функції Area Apps @@ -222,7 +222,7 @@ Type of the setting is a "Modern Windows settings". We use the same term as used in start menu search at the moment. - Додатки для веб-сайтів + Застосунки для вебсайтів Area Apps @@ -248,7 +248,7 @@ Зовнішній вигляд та персоналізація - Додатки + Застосунки Час і регіон @@ -515,23 +515,23 @@ Area TimeAndLanguage - Програми за замовчуванням + Типові програми Area Apps - Камера за замовчуванням + Типова камера Area Device - Розташування за замовчуванням + Типове розташування Area Control Panel (legacy settings) - Програми за замовчуванням + Типові програми Area Control Panel (legacy settings) - Місця збереження за замовчуванням + Типові місця збереження Area System @@ -611,7 +611,7 @@ Area Privacy - Облікові записи електронної пошти та додатків + Облікові записи пошти та застосунків Area UserAccounts @@ -1028,7 +1028,7 @@ Доступно, якщо встановлено редактор методів введення Microsoft Wubi. - Доступно лише якщо встановлено додаток Портал змішаної реальності. + Доступно лише якщо встановлено застосунок «Портал змішаної реальності». Доступно лише на мобільних пристроях або якщо на підприємстві розгорнуто пакет забезпечення. @@ -1172,7 +1172,7 @@ Area Privacy - Телефон - Програми за замовчуванням + Телефон: типові програми Area System @@ -1687,7 +1687,7 @@ Area UpdateAndSecurity - Оновлення Windows - Додаткові параметри + Оновлення Windows: додаткові параметри Area UpdateAndSecurity @@ -1699,7 +1699,7 @@ Area UpdateAndSecurity - Оновлення Windows - Перегляд додаткових оновлень + Оновлення Windows: перегляд додаткових оновлень Area UpdateAndSecurity @@ -1776,7 +1776,7 @@ Зміна налаштувань для вмісту, отриманого за допомогою функції "Доторкнутись і відправити" - Зміна налаштувань за замовчуванням для носіїв або пристроїв + Зміна типових налаштувань для носіїв або пристроїв Роздрукувати мовленнєву довідкову картку @@ -1803,7 +1803,7 @@ Переглянути, які процеси запускаються автоматично під час запуску Windows - Визначити, чи є на веб-сайті RSS-канал + Визначити, чи є на вебсайті RSS-канал Додати годинник для різних часових поясів @@ -2161,7 +2161,7 @@ Розширене налаштування принтера - Змінити принтер за замовчуванням + Змінити типовий принтер Редагування змінних середовища для вашого облікового запису @@ -2275,7 +2275,7 @@ Змінити спосіб відображення часу - Зміна способу відображення веб-сторінок у вкладках + Зміна способу відображення вебсторінок у вкладках Зміна способу відображення дат і списків @@ -2314,7 +2314,7 @@ Переглянути всі звіти про проблеми - Підтримка 16-бітних додатків + Підтримка 16-бітних застосунків Налаштуйте правила набору @@ -2425,7 +2425,7 @@ Блокування або розблокування панелі завдань - Керування веб-обліковими даними + Керування вебобліковими даними Зміна часового поясу @@ -2458,7 +2458,7 @@ Відновлення даних, файлів або комп'ютера з резервної копії (Windows 7) - Налаштування програм за замовчуванням + Налаштування типових програм Налаштування широкосмугового з'єднання From d4a6ff0acfc73bae76010b5e98cb50369dd628da Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 31 Aug 2025 20:33:41 +1000 Subject: [PATCH 15/35] updated readme --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f3be5190c..7cba1027d 100644 --- a/README.md +++ b/README.md @@ -117,19 +117,24 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea - Save file or folder locations for quick access. -#### Drag & Drop - - - -- Drag a file/folder to File Explorer, or even Discord. -- Copy/move behavior can be change via Ctrl or Shift, and the operation is displayed on the mouse cursor. - ### Windows & Control Panel Settings - Search for Windows & Control Panel settings. +### Dialog Jump + +- Use Alt+G to quickly jump the Open/Save As dialog window path to the path of the active file manager. +- Search a file/folder and quickly jump to its path in the Open/Save As dialog window. + +### Drag & Drop + + + +- Drag a file/folder to File Explorer, or even Discord. +- Copy/move behavior can be change via Ctrl or Shift, and the operation is displayed on the mouse cursor. + ### Priority @@ -157,7 +162,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea - There are various themes and you also can make your own. -#### Date & Time Display In Search Window +### Date & Time Display In Search Window @@ -185,6 +190,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea
  • de, Deutsch
  • ko, 한국어
  • Srpski
  • +
  • Српски
  • Português
  • Português (Brasil)
  • Spanish
  • @@ -196,6 +202,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea
  • čeština
  • اللغة العربية
  • Tiếng Việt
  • +
  • עברית
  • From 90d35718b01cfdb979e582c1483de9ee18507f9e Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 1 Sep 2025 21:42:34 +1000 Subject: [PATCH 16/35] add Dialog Jump image to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7cba1027d..b0865621b 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,8 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea ### Dialog Jump + + - Use Alt+G to quickly jump the Open/Save As dialog window path to the path of the active file manager. - Search a file/folder and quickly jump to its path in the Open/Save As dialog window. From b58cf3677dae9d9211dc8351d0a7ec637cf4c400 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 1 Sep 2025 21:48:25 +1000 Subject: [PATCH 17/35] formatting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b0865621b..72b00dc3c 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea -- Use Alt+G to quickly jump the Open/Save As dialog window path to the path of the active file manager. - Search a file/folder and quickly jump to its path in the Open/Save As dialog window. +- Use Alt+G to quickly jump the Open/Save As dialog window path to the path of the active file manager. ### Drag & Drop @@ -152,7 +152,6 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea - Turn on preview permanently via Settings (Always Preview). - Use Ctrl++/- and Ctrl+[/] to adjust search window width and height quickly if the preview area is too narrow. - ### Customizations From 20b4e22746de70ac828c448c3076d7292913fc11 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 1 Sep 2025 22:31:35 +1000 Subject: [PATCH 18/35] version bump Plugin project --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 9427e2229..ae2454279 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -15,10 +15,10 @@
    - 4.8.0 - 4.8.0 - 4.8.0 - 4.8.0 + 5.0.0 + 5.0.0 + 5.0.0 + 5.0.0 Flow.Launcher.Plugin Flow-Launcher MIT From fba475c1703355cbf8fd9a551a12f27c03baf655 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 2 Sep 2025 08:36:38 +1000 Subject: [PATCH 19/35] update Visual Studio version requirement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692291cc0..6d5a385f8 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea - Flow Launcher's target framework is .Net 9 -- Install Visual Studio 2022 +- Install Visual Studio 2022 (v17.12+) - Install .Net 9 SDK - via Visual Studio installer From 2c7ffd979ebfb93b27e0133abf7a16f847d122ed Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 2 Sep 2025 13:51:22 +1000 Subject: [PATCH 20/35] Make image widths in features section of readme the same --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72b00dc3c..aebec5738 100644 --- a/README.md +++ b/README.md @@ -132,14 +132,14 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea ### Drag & Drop - + - Drag a file/folder to File Explorer, or even Discord. - Copy/move behavior can be change via Ctrl or Shift, and the operation is displayed on the mouse cursor. ### Priority - + - Prioritise the order of each plugin's results. @@ -154,12 +154,12 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea ### Customizations - + - Window size adjustment, animation, and sound - Color Scheme (aka Dark Mode) - + - There are various themes and you also can make your own. From 04368c62e7b880b89c2d841b3961e9536bcfbdfe Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 2 Sep 2025 14:00:02 +1000 Subject: [PATCH 21/35] add roadmap link in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aebec5738..7f18f5563 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea -- Search a file/folder and quickly jump to its path in the Open/Save As dialog window. +- Search for a file/folder and quickly jump to its path in the Open/Save As dialog window. - Use Alt+G to quickly jump the Open/Save As dialog window path to the path of the active file manager. ### Drag & Drop @@ -397,7 +397,7 @@ Each of the pull requests will be marked with a milestone indicating the planned Contributions are very welcome, in addition to the main project(C#) there are also [documentation](https://github.com/Flow-Launcher/docs)(md), [website](https://github.com/Flow-Launcher/flow-launcher.github.io)(html/css) and [others](https://github.com/Flow-Launcher) that can be contributed to. If you are unsure of a change you want to make, let us know in the [Discussions](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/ideas), otherwise feel free to put in a pull request. -You will find the main goals of flow placed under the [Projects board](https://github.com/Flow-Launcher/Flow.Launcher/projects), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well. +You will find the main goals of flow placed under the [Projects board](https://github.com/orgs/Flow-Launcher/projects/4), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well. Get in touch if you like to join the Flow-Launcher Team and help build this great tool. From 563ae0eeafc754ae00ab89c547bef938de436382 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 2 Sep 2025 22:11:08 +1000 Subject: [PATCH 22/35] add manifest handling of plugin's MinimumAppVersion property --- .../ExternalPlugins/PluginsManifest.cs | 32 ++++++++++++++++--- Flow.Launcher.Plugin/UserPlugin.cs | 5 +++ 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs index e58b299f6..db413cd8c 100644 --- a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs +++ b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs @@ -4,6 +4,7 @@ using System.Threading; using System.Threading.Tasks; using CommunityToolkit.Mvvm.DependencyInjection; using Flow.Launcher.Plugin; +using Flow.Launcher.Infrastructure; namespace Flow.Launcher.Core.ExternalPlugins { @@ -39,13 +40,23 @@ namespace Flow.Launcher.Core.ExternalPlugins var results = await mainPluginStore.FetchAsync(token, usePrimaryUrlOnly).ConfigureAwait(false); // If the results are empty, we shouldn't update the manifest because the results are invalid. - if (results.Count != 0) - { - UserPlugins = results; - lastFetchedAt = DateTime.Now; + if (results.Count == 0) + return false; - return true; + lastFetchedAt = DateTime.Now; + + var updatedPluginResult = new List(); + var appVersion = SemanticVersioning.Version.Parse(Constant.Version); + + for (int i = 0; i < results.Count; i++) + { + if (IsMinimumAppVersionSatisfied(results[i], appVersion)) + updatedPluginResult.Add(results[i]); } + + UserPlugins = updatedPluginResult; + + return true; } } catch (Exception e) @@ -59,5 +70,16 @@ namespace Flow.Launcher.Core.ExternalPlugins return false; } + + private static bool IsMinimumAppVersionSatisfied(UserPlugin plugin, SemanticVersioning.Version appVersion) + { + if (string.IsNullOrEmpty(plugin.MinimumAppVersion) || appVersion >= SemanticVersioning.Version.Parse(plugin.MinimumAppVersion)) + return true; + + API.LogDebug(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, " + + $"but current version is {Constant.Version}. Plugin excluded from manifest."); + + return false; + } } } diff --git a/Flow.Launcher.Plugin/UserPlugin.cs b/Flow.Launcher.Plugin/UserPlugin.cs index 74a16b83d..4257a8b2e 100644 --- a/Flow.Launcher.Plugin/UserPlugin.cs +++ b/Flow.Launcher.Plugin/UserPlugin.cs @@ -76,5 +76,10 @@ namespace Flow.Launcher.Plugin /// Indicates whether the plugin is installed from a local path /// public bool IsFromLocalInstallPath => !string.IsNullOrEmpty(LocalInstallPath); + + /// + /// The minimum Flow Launcher version required for this plugin. Default is "". + /// + public string MinimumAppVersion { get; set; } = string.Empty; } } From 8392a025f3f37d22644fbd72581945ee09c66ef4 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 2 Sep 2025 22:46:37 +1000 Subject: [PATCH 23/35] fix typo --- Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs index db413cd8c..f8b565482 100644 --- a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs +++ b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs @@ -45,16 +45,16 @@ namespace Flow.Launcher.Core.ExternalPlugins lastFetchedAt = DateTime.Now; - var updatedPluginResult = new List(); + var updatedPluginResults = new List(); var appVersion = SemanticVersioning.Version.Parse(Constant.Version); for (int i = 0; i < results.Count; i++) { if (IsMinimumAppVersionSatisfied(results[i], appVersion)) - updatedPluginResult.Add(results[i]); + updatedPluginResults.Add(results[i]); } - UserPlugins = updatedPluginResult; + UserPlugins = updatedPluginResults; return true; } From 09366f5bede9e8e712ad9b41701f03c605975ad5 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 3 Sep 2025 11:32:29 +1000 Subject: [PATCH 24/35] New Crowdin updates (#3931) --- Flow.Launcher/Languages/tr.xaml | 4 ++-- .../Flow.Launcher.Plugin.Explorer/Languages/tr.xaml | 4 ++-- .../Languages/tr.xaml | 2 +- .../Properties/Resources.tr-TR.resx | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Flow.Launcher/Languages/tr.xaml b/Flow.Launcher/Languages/tr.xaml index 5e5da7677..0df065eba 100644 --- a/Flow.Launcher/Languages/tr.xaml +++ b/Flow.Launcher/Languages/tr.xaml @@ -33,8 +33,8 @@ Http Proxy verisi ayrıştırılamadı - Failed to install TypeScript environment. Please try again later - Failed to install Python environment. Please try again later. + TypeScript ortamı yüklenemedi. Lütfen daha sonra tekrar deneyin + Python ortamı yüklenemedi. Lütfen daha sonra tekrar deneyin. "{0}" kısayolunu atama başarısız oldu. Kısayolu başka bir program kullanıyorsa kapatmayı deneyin veya kısayolu değiştirin. diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml index f2240d47a..aefe8af30 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/tr.xaml @@ -197,8 +197,8 @@ Yerel Bağlam Menüsünü Aç Yerel bağlam menüsünü göster (deneysel) - Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). - Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with'). + Aşağıda, içerik menüsüne dahil etmek istediğiniz öğeleri belirtebilirsiniz, bunlar kısmi ('irlikte a' gibi) veya tam ('Birlikte aç') olabilir. + Aşağıda, içerik menüsünden hariç tutmak istediğiniz öğeleri belirtebilirsiniz, bunlar kısmi ('irlikte a' gibi) veya tam ('Birlikte aç') olabilir. Bugün diff --git a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml index be2c4411f..ab87b5817 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml +++ b/Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/tr.xaml @@ -62,7 +62,7 @@ Bir geliştirme öner veya bir sorun gönder Eklenti geliştiricisine bir geliştirme önerin veya bir sorun gönderin Flow'un eklenti deposuna gidin - Visit the PluginsManifest repository to see community-made plugin submissions + Topluluk tarafından yapılan eklenti gönderimlerini görmek için PluginsManifest deposunu ziyaret edin Bilinmeyen kaynaktan yükleme uyarısı diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx index 5e83a783a..d920e7550 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx @@ -1746,7 +1746,7 @@ Navigasyon özellikleri - Media streaming options + Medya akış seçenekleri Bir dosya türünün her zaman belirli bir programda açılmasını sağla @@ -1761,7 +1761,7 @@ Ekran okuyucu kullan - Show which workgroup this computer is on + Bu bilgisayarın hangi çalışma grubunda olduğunu göster Fare tekerleği ayarlarını değiştir @@ -1965,7 +1965,7 @@ Change Automatic Maintenance settings - Specify single- or double-click to open + Açmak için tek veya çift tıkla Select users who can use remote desktop @@ -2034,7 +2034,7 @@ Bir sanal özel ağ (VPN) bağlantısı kur - Accommodate learning abilities + Öğrenme yeteneklerine uyum sağla Bir çevirmeli bağlantı kur @@ -2052,7 +2052,7 @@ iSCSI başlatıcıyı ayarla - Accommodate low vision + Az görmeye uyum sağla Çevrim dışı dosyaları yönet From 634a6aa3bb8a7911f436f1762256663a99b63791 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 3 Sep 2025 12:13:42 +0800 Subject: [PATCH 25/35] Add Set Flow Launcher Theme command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f18f5563..e428e7d76 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea | Flow Launcher Tips | Visit Flow Launcher's documentation for more help and how to use tips | | Flow Launcher UserData Folder | Open the location where Flow Launcher's settings are stored | | Toggle Game Mode | Toggle Game Mode | +| Set Flow Launcher Theme | Set the Flow Launcher Theme | ### 💁‍♂️ Tips From 96b93c904c7d9c8c3a5eb04adc629436613c8249 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 3 Sep 2025 16:24:58 +0800 Subject: [PATCH 26/35] Use new screenshot for plugin store --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e428e7d76..9147a03cc 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea ### 🛒 Plugin Store - + - You can view the full plugin list or quickly install a plugin via the Plugin Store menu inside Settings From ffb7c25635004b58ae565d8128970c6df09cd85a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 3 Sep 2025 21:02:07 +1000 Subject: [PATCH 27/35] switch PluginsManifest download URL to be from main branch --- Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs index f8b565482..d3086cbbc 100644 --- a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs +++ b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs @@ -13,10 +13,10 @@ namespace Flow.Launcher.Core.ExternalPlugins private static readonly string ClassName = nameof(PluginsManifest); private static readonly CommunityPluginStore mainPluginStore = - new("https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json", - "https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json", - "https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json", - "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json"); + new("https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/main/plugins.json", + "https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@main/plugins.json", + "https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@main/plugins.json", + "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@main/plugins.json"); private static readonly SemaphoreSlim manifestUpdateLock = new(1); From c8dedd50d5bf4e9cc8a41cfc964f342955da0381 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 3 Sep 2025 21:42:47 +0800 Subject: [PATCH 28/35] Add maximum results shown warning when always preview is on --- Flow.Launcher/Languages/en.xaml | 1 + Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index a9694eba8..d2f78e1f6 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -327,6 +327,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Hotkey diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml index 05aa43d4c..796a08fdc 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml @@ -545,6 +545,15 @@ SelectedItem="{Binding Settings.MaxResultsToShow}" /> + From 668d89018d1175ccbb22959516ab5efbc85dac2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 06:44:22 +0000 Subject: [PATCH 29/35] Bump actions/setup-dotnet from 4 to 5 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/default_plugins.yml | 2 +- .github/workflows/dotnet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default_plugins.yml b/.github/workflows/default_plugins.yml index d0ba62c17..83e830d75 100644 --- a/.github/workflows/default_plugins.yml +++ b/.github/workflows/default_plugins.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 9.0.x diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9a09198fe..957f836bb 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -29,7 +29,7 @@ jobs: "**/SolutionAssemblyInfo.cs" version: ${{ env.FlowVersion }}.${{ env.BUILD_NUMBER }} - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 9.0.x # cache: true From 80b0b6031ee173a47f3ef8c5b579795d23847232 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 4 Sep 2025 21:49:16 +1000 Subject: [PATCH 30/35] handle version parse fail and reorder last manifest fetch date --- .../ExternalPlugins/PluginsManifest.cs | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs index d3086cbbc..0f35c8825 100644 --- a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs +++ b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs @@ -43,8 +43,6 @@ namespace Flow.Launcher.Core.ExternalPlugins if (results.Count == 0) return false; - lastFetchedAt = DateTime.Now; - var updatedPluginResults = new List(); var appVersion = SemanticVersioning.Version.Parse(Constant.Version); @@ -56,6 +54,8 @@ namespace Flow.Launcher.Core.ExternalPlugins UserPlugins = updatedPluginResults; + lastFetchedAt = DateTime.Now; + return true; } } @@ -73,9 +73,21 @@ namespace Flow.Launcher.Core.ExternalPlugins private static bool IsMinimumAppVersionSatisfied(UserPlugin plugin, SemanticVersioning.Version appVersion) { - if (string.IsNullOrEmpty(plugin.MinimumAppVersion) || appVersion >= SemanticVersioning.Version.Parse(plugin.MinimumAppVersion)) + if (string.IsNullOrEmpty(plugin.MinimumAppVersion)) return true; + try + { + if (appVersion >= SemanticVersioning.Version.Parse(plugin.MinimumAppVersion)) + return true; + } + catch (Exception e) + { + API.LogException(ClassName, $"Failed to parse the minimum app version {plugin.MinimumAppVersion} for plugin {plugin.Name}. " + + "Plugin excluded from manifest", e); + return false; + } + API.LogDebug(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, " + $"but current version is {Constant.Version}. Plugin excluded from manifest."); From 5d297c1f19025697775725d58907e829a6bcd4eb Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 4 Sep 2025 22:36:43 +1000 Subject: [PATCH 31/35] update to log info for plugin version requirement failure --- Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs index 0f35c8825..1e845498c 100644 --- a/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs +++ b/Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs @@ -88,7 +88,7 @@ namespace Flow.Launcher.Core.ExternalPlugins return false; } - API.LogDebug(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, " + API.LogInfo(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, " + $"but current version is {Constant.Version}. Plugin excluded from manifest."); return false; From 7ffc5f78644232a5821e53126c7e0c5599ac9abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:05:21 +0000 Subject: [PATCH 32/35] Bump actions/stale from 9 to 10 Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v9...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 719f2556e..5652eef5e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: stale-issue-message: 'This issue is stale because it has been open ${{ env.days-before-stale }} days with no activity. Remove stale label or comment or this will be closed in ${{ env.days-before-stale }} days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\n${{ env.exempt-issue-labels }}' days-before-stale: ${{ env.days-before-stale }} From d1c2298be9dcbeaf4684a83276ca4dcabd33fa88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:05:24 +0000 Subject: [PATCH 33/35] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pr.yml b/.github/workflows/release_pr.yml index 65946755b..58a877ba3 100644 --- a/.github/workflows/release_pr.yml +++ b/.github/workflows/release_pr.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.x" From 860ef6081b82f26a9c5c9473c688412041d337fe Mon Sep 17 00:00:00 2001 From: Patrik Hedlund Date: Fri, 5 Sep 2025 10:42:56 +0200 Subject: [PATCH 34/35] Added ISO 8601 date to the SettingsPaneThemeViewModel --- .../SettingPages/ViewModels/SettingsPaneThemeViewModel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs index 3bee2a2b6..98dac499f 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs @@ -172,7 +172,8 @@ public partial class SettingsPaneThemeViewModel : BaseModel "dd', 'MMMM", "dd.MM.yy", "dd.MM.yyyy", - "dd MMMM yyyy" + "dd MMMM yyyy", + "yyyy-MM-dd" }; public string TimeFormat From 4fe8d8c233a01da711fb8b15a2551743e8b9e03c Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 6 Sep 2025 13:34:23 +1000 Subject: [PATCH 35/35] New Crowdin updates (#3940) --- Flow.Launcher/Languages/ar.xaml | 1 + Flow.Launcher/Languages/cs.xaml | 1 + Flow.Launcher/Languages/da.xaml | 1 + Flow.Launcher/Languages/de.xaml | 1 + Flow.Launcher/Languages/es-419.xaml | 1 + Flow.Launcher/Languages/es.xaml | 1 + Flow.Launcher/Languages/fr.xaml | 1 + Flow.Launcher/Languages/he.xaml | 1 + Flow.Launcher/Languages/it.xaml | 1 + Flow.Launcher/Languages/ja.xaml | 237 +++++++++--------- Flow.Launcher/Languages/ko.xaml | 1 + Flow.Launcher/Languages/nb.xaml | 1 + Flow.Launcher/Languages/nl.xaml | 1 + Flow.Launcher/Languages/pl.xaml | 1 + Flow.Launcher/Languages/pt-br.xaml | 1 + Flow.Launcher/Languages/pt-pt.xaml | 1 + Flow.Launcher/Languages/ru.xaml | 1 + Flow.Launcher/Languages/sk.xaml | 1 + Flow.Launcher/Languages/sr-Cyrl-RS.xaml | 1 + Flow.Launcher/Languages/sr.xaml | 1 + Flow.Launcher/Languages/tr.xaml | 1 + Flow.Launcher/Languages/uk-UA.xaml | 1 + Flow.Launcher/Languages/vi.xaml | 1 + Flow.Launcher/Languages/zh-cn.xaml | 1 + Flow.Launcher/Languages/zh-tw.xaml | 1 + .../Languages/ja.xaml | 16 +- .../Languages/ja.xaml | 16 +- .../Languages/ja.xaml | 2 +- 28 files changed, 160 insertions(+), 135 deletions(-) diff --git a/Flow.Launcher/Languages/ar.xaml b/Flow.Launcher/Languages/ar.xaml index 4a7efc125..9c252f7a7 100644 --- a/Flow.Launcher/Languages/ar.xaml +++ b/Flow.Launcher/Languages/ar.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height مفتاح الاختصار diff --git a/Flow.Launcher/Languages/cs.xaml b/Flow.Launcher/Languages/cs.xaml index a737002fb..57415948f 100644 --- a/Flow.Launcher/Languages/cs.xaml +++ b/Flow.Launcher/Languages/cs.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Klávesová zkratka diff --git a/Flow.Launcher/Languages/da.xaml b/Flow.Launcher/Languages/da.xaml index 4ed75f118..363d8de9a 100644 --- a/Flow.Launcher/Languages/da.xaml +++ b/Flow.Launcher/Languages/da.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Genvejstast diff --git a/Flow.Launcher/Languages/de.xaml b/Flow.Launcher/Languages/de.xaml index 5c116946a..fc16826bd 100644 --- a/Flow.Launcher/Languages/de.xaml +++ b/Flow.Launcher/Languages/de.xaml @@ -332,6 +332,7 @@ Platzhaltertext ändern. Eingabe leer wird verwendet: {0} Festgelegte Fenstergröße Die Fenstergröße ist durch Ziehen nicht anpassbar. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Hotkey diff --git a/Flow.Launcher/Languages/es-419.xaml b/Flow.Launcher/Languages/es-419.xaml index b976787c3..b3333c7a9 100644 --- a/Flow.Launcher/Languages/es-419.xaml +++ b/Flow.Launcher/Languages/es-419.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Tecla Rápida diff --git a/Flow.Launcher/Languages/es.xaml b/Flow.Launcher/Languages/es.xaml index e75ec4a6c..73cd943a2 100644 --- a/Flow.Launcher/Languages/es.xaml +++ b/Flow.Launcher/Languages/es.xaml @@ -332,6 +332,7 @@ Cambia el texto del marcador de posición. La entrada vacía utilizará: {0} Tamaño fijo de la ventana El tamaño de la ventana no se puede ajustar mediante arrastre. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Atajo de teclado diff --git a/Flow.Launcher/Languages/fr.xaml b/Flow.Launcher/Languages/fr.xaml index 0ad69810b..ced3aabe0 100644 --- a/Flow.Launcher/Languages/fr.xaml +++ b/Flow.Launcher/Languages/fr.xaml @@ -332,6 +332,7 @@ Modifier le texte de l'espace réservé. Les entrées vides utiliseront : {0} Taille de la fenêtre fixe La taille de la fenêtre n'est pas réglable par glissement. + Étant donné que Always Preview est toujours activé, les résultats maximaux indiqués peuvent ne pas prendre effet car le panneau d'aperçu nécessite une certaine hauteur minimale Raccourcis diff --git a/Flow.Launcher/Languages/he.xaml b/Flow.Launcher/Languages/he.xaml index 03c3afc9b..164f13afd 100644 --- a/Flow.Launcher/Languages/he.xaml +++ b/Flow.Launcher/Languages/he.xaml @@ -331,6 +331,7 @@ שנה את טקסט מציין המיקום. אם הקלט ריק, ייעשה שימוש ב: {0} גודל חלון קבוע לא ניתן להתאים את גודל החלון באמצעות גרירה. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height מקש קיצור diff --git a/Flow.Launcher/Languages/it.xaml b/Flow.Launcher/Languages/it.xaml index c9fb04b04..e1d0fadca 100644 --- a/Flow.Launcher/Languages/it.xaml +++ b/Flow.Launcher/Languages/it.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Tasti scelta rapida diff --git a/Flow.Launcher/Languages/ja.xaml b/Flow.Launcher/Languages/ja.xaml index 9bc7ddd24..13cd30fd7 100644 --- a/Flow.Launcher/Languages/ja.xaml +++ b/Flow.Launcher/Languages/ja.xaml @@ -17,10 +17,10 @@ Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help - Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept - Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept - Flow Launcher has detected you enabled portable mode, would you like to move it to a different location? - Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created + Flow Launcherはポータブルモードの無効化のために再起動する必要があります。再起動の後、ポータブルな形式の設定項目は削除され、あなたのパソコンのフォルダに保存されます + Flow Launcherはポータブルモードの有効化のために再起動する必要があります。再起動の後、パソコンに保存された設定項目は削除され、ポータブルな形式で保存されます + Flow Launcherはポータブルモードの有効化を検知しました。Flow Launcherを別の場所に移動しますか? + Flow Launcherはポータブルモードの無効化を検知しました。関連するショートカットやアンインストーラーが配置されます Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred. @@ -71,7 +71,7 @@ ポータブルモード すべての設定とユーザーデータを1つのフォルダに保存します(リムーバブルドライブやクラウドサービスで使用する場合に便利です)。 スタートアップ時にFlow Launcherを起動する - 高速起動のためにスタートアップではなくログオンタスクを使用 + 起動の高速化のためにスタートアップではなくログオンタスクを使用 アンインストール後は、「タスク スケジューラ」からこのタスク(Flow.Launcher Startup)を手動で削除する必要があります。 Error setting launch on startup フォーカスを失った時にFlow Launcherを隠す @@ -94,8 +94,8 @@ 前回のクエリを保存 前回のクエリを選択 前回のクエリを消去 - Preserve Last Action Keyword - Select Last Action Keyword + 前回のアクションキーワードを保持する + 前回のアクションキーワードを選択 結果の最大表示件数 CTRL+PlusとCTRL+Minusを使用すれば、簡単に調整することもできます。 ウィンドウがフルスクリーン時にホットキーを無効にする @@ -119,9 +119,9 @@ トレイアイコンが非表示になっているときは、検索ウィンドウを右クリックすることで設定メニューを開くことができます。 クエリ検索精度 表示する結果に必要な一致スコアの最小値を変更します。 - None - Low - Regular + 最低 + + 標準 ピンインによる検索 Pinyin is the standard system of romanized spelling for translating Chinese. Please note, enabling this can significantly increase memory usage during search. Use Double Pinyin @@ -143,8 +143,8 @@ 検索遅延 入力中に短い遅延を追加することで、UIのちらつきや結果の読み込みを軽減します。平均的なタイピング速度のユーザーにおすすめです。 Enter the wait time (in ms) until input is considered complete. This can only be edited if Search Delay is enabled. - Default Search Delay Time - Wait time before showing results after typing stops. Higher values wait longer. (ms) + デフォルトの検索遅延時間 + 入力が停止した後に結果が表示されるまでの待ち時間。値が大きいほど長く待機します。(単位 ms) Information for Korean IME user The Korean input method used in Windows 11 may cause some issues in Flow Launcher. @@ -167,17 +167,17 @@ You can change the Previous Korean IME settings directly from here Failed to change Korean IME setting Please check your system registry access or contact support. - Home Page - Show home page results when query text is empty. - Show History Results in Home Page - Maximum History Results Shown in Home Page + ホームページ + 検索文字列が空の場合、ホームページの結果を表示します。 + クエリの履歴をホームページに表示 + ホームページに表示される最大の履歴の数 This can only be edited if plugin supports Home feature and Home Page is enabled. Show Search Window at Foremost - Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position. - Restart after modifying plugin via Plugin Store - Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store - Show unknown source warning - Show warning when installing plugins from unknown sources + 他のプログラムの 'Always on Top' (最前面に表示)設定を上書きし、常に最前面のウィンドウで Flow を表示します。 + プラグインストアでプラグインを変更した後に再起動します + プラグインストア経由でプラグインをインストール、アンインストール、または更新した後、Flow Lancherを自動的に再起動します + 不明なソースの警告を表示 + 不明なソースからプラグインをインストールするときに警告を表示する Auto update plugins Automatically check plugin updates and notify if there are any updates available @@ -199,10 +199,10 @@ Plugin search delay time Change Plugin Search Delay Time 詳細設定: - Enabled + 有効 重要度 検索遅延 - Home Page + ホームページ Current Priority New Priority 重要度 @@ -227,7 +227,7 @@ プラグインストア - New Release + 新規リリース 最近の更新 プラグイン Installed @@ -239,28 +239,28 @@ New Version This plugin has been updated within the last 7 days 新しいアップデートが利用可能です - Error installing plugin - Error uninstalling plugin + プラグインのインストール失敗 + プラグインのアンインストール失敗 Error updating plugin - Keep plugin settings - Do you want to keep the settings of the plugin for the next usage? + プラグインの設定を維持 + 再びインストールして使用するときのためにプラグインの設定を維持しますか? Plugin {0} successfully installed. Please restart Flow. Plugin {0} successfully uninstalled. Please restart Flow. Plugin {0} successfully updated. Please restart Flow. - Plugin install - {0} by {1} {2}{2}Would you like to install this plugin? - Plugin uninstall - {0} by {1} {2}{2}Would you like to uninstall this plugin? + プラグインのインストール + {0} by {1} {2}{2}このプラグインをインストールしますか? + プラグインのアンインストール + {0} by {1} {2}{2}このプラグインをアンインストールしますか? Plugin update {0} by {1} {2}{2}Would you like to update this plugin? Downloading plugin Automatically restart after installing/uninstalling/updating plugins in plugin store Zip file does not have a valid plugin.json configuration - Installing from an unknown source - This plugin is from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning in general section of setting window) + 不明なソースからのインストール + このプラグインは不明なソースから提供されており、潜在的なリスクを含んでいる可能性があります!{0}{0}このプラグインの開発元をよく調べ、安全であることをご自身で確かめてください。{0}{0}それでもあなたはこのプラグインをインストールしますか?{0}{0}(この警告は設定の「一般」セクションで無効にすることができます) Zip files Please select zip file - Install plugin from local path + ローカルパスからプラグインをインストール No update available All plugins are up to date Plugin updates available @@ -287,7 +287,7 @@ 検索ボックスのフォント Result Title Font Result Subtitle Font - Reset + リセット Reset to the recommended font and size settings. Import Theme Size If a size value intended by the theme designer is available, it will be retrieved and applied. @@ -327,11 +327,12 @@ This theme supports two (light/dark) modes. This theme supports Blur Transparent Background. プレースホルダーを表示 - Display placeholder when query is empty + クエリが空の場合にプレースホルダを表示します 検索欄の案内文 Change placeholder text. Input empty will use: {0} ウィンドウサイズの固定 ウィンドウのサイズを固定し、ドラッグでの変更を無効にします。 + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height ホットキー @@ -340,33 +341,33 @@ Flow Launcher の表示/非表示を切り替えるショートカットを入力してください。 プレビューの切り替え 検索ウィンドウでプレビューの表示/非表示を切り替えるショートカットを入力してください。 - Hotkey Presets - List of currently registered hotkeys - 結果修飾子を開く - Select a modifier key to open selected result via keyboard. + 設定済みのホットキー一覧 + 現在登録されているホットキーのリスト + 結果を開くための修飾キー + キーボードで結果を選択して開くための、修飾キーを選択します。 ホットキーを表示 - Show result selection hotkey with results. + 結果を選択するホットキーを結果とともに表示します。 自動補完 選択された項目に対して自動補完を実行します。 次の項目を選択 前の項目を選択 - Next Page - Previous Page - Cycle Previous Query - Cycle Next Query - Open Context Menu - Open Native Context Menu - Open Setting Window - Copy File Path - Toggle Game Mode - Toggle History - Open Containing Folder + 次のページ + 前のページ + 前のクエリを入力 + 次のクエリを入力 + コンテキストメニューを開く + Windowsのコンテキストメニューを開く + Flow Launcherの設定ウインドウを開く + ファイルのパスをコピー + ゲームモードの切り替え + 履歴の表示切り替え + ファイルのあるフォルダを開く 管理者として実行 - Refresh Search Results - Reload Plugins Data - Quick Adjust Window Width - Quick Adjust Window Height - Use when require plugins to reload and update their existing data. + 検索結果の更新 + プラグインデータのリロード + 素早くウィンドウの幅を調整 + 素早くウィンドウの高さを調整 + プラグインがデータを再読み込み、または更新することが必要な場合に使用してください。 この機能のホットキーはもう一つ追加できます。 カスタムクエリ ホットキー Custom Query Shortcut @@ -379,20 +380,20 @@ 編集 追加 None - 項目選択してください + 項目を選択してください {0} プラグインのホットキーを本当に削除しますか? 本当にこのショートカットを削除しますか?: {0} を {1} に展開 Get text from clipboard. アクティブなエクスプローラーからパスを取得します。 - Query window shadow effect + 検索ウィンドウの落陰効果 Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited. Window Width Size You can also quickly adjust this by using Ctrl+[ and Ctrl+]. - Use Segoe Fluent Icons - Use Segoe Fluent Icons for query results where supported + Segoe Fluent アイコンを使用する + サポートされているクエリ結果にSegoe Fluentアイコンを使用する Press Key Show Result Badges - For supported plugins, badges are displayed to help distinguish them more easily. + サポートされているプラグインでは、バッジが表示され、より簡単に区別できます。 Show Result Badges for Global Query Only Show badges for global query results only Dialog Jump @@ -430,7 +431,7 @@ ポートは空白にできません ポートの形式が正しくありません プロキシの保存に成功しました - プロキシは正しいです + プロキシは正しく構成されています プロキシ接続に失敗しました @@ -439,7 +440,7 @@ GitHub ドキュメント バージョン - Icons + アイコン あなたはFlow Launcherを {0} 回利用しました アップデートを確認する スポンサーになる @@ -450,25 +451,25 @@ https://github.com/Flow-Launcher/Flow.Launcher/releases から手動でアップデートをダウンロードしてください。 リリースノート - Usage Tips - DevTools - Setting Folder - Log Folder - Clear Logs - Are you sure you want to delete all logs? - Cache Folder - Clear Caches - Are you sure you want to delete all caches? - Failed to clear part of folders and files. Please see log file for more information - Wizard + 使い方のヒント + 開発者用ツール + 設定フォルダー + ログフォルダー + ログを削除 + すべてのログを削除してもよろしいですか? + キャッシュフォルダー + キャッシュを削除 + 全てのキャッシュを削除してもよろしいですか? + フォルダやファイルの一部をクリアできませんでした。詳細についてはログファイルを参照してください + ウィザード ユーザーデータの場所 ユーザー設定とインストールされているプラグインは、ユーザーデータフォルダに保存されます。この場所は、ポータブルモードかどうかによって異なる場合があります。 - Open Folder - Advanced - Log Level - Debug - Info - Setting Window Font + フォルダーを開く + 上級者向け機能 + ログレベル + デバッグ + 情報 + 設定ウィンドウで使用するフォント See more release notes on GitHub @@ -506,13 +507,13 @@ Please provide an valid integer for Priority! - 古いアクションキーボード - 新しいアクションキーボード + 古いアクションキーワード + 新しいアクションキーワード キャンセル 完了 - プラグインが見つかりません - 新しいアクションキーボードを空にすることはできません - 新しいアクションキーボードは他のプラグインに割り当てられています。他のアクションキーボードを指定してください + 指定されたプラグインが見つかりません + 新しいアクションキーワードを空にすることはできません + 新しいアクションキーワードは他のプラグインに割り当てられています。他のアクションキーワードを入力してください This new Action Keyword is the same as old, please choose a different one 成功しました Completed successfully @@ -524,11 +525,11 @@ Input the search delay time in ms you like to use for the plugin. Input empty if you don't want to specify any, and the plugin will use default search delay time. - Home Page + ホームページ Enable the plugin home page state if you like to show the plugin results when query is empty. - + カスタムクエリのホットキー Press a custom hotkey to open Flow Launcher and input the specified query automatically. プレビュー ホットキーは使用できません。新しいホットキーを選択してください @@ -542,13 +543,13 @@ Hotkey and action keyword are empty - カスタムクエリショートカット - 指定したクエリに自動的に展開するショートカットを入力してください。 + カスタムクエリのショートカット + 指定したクエリを自動的に展開するためのショートカットを入力してください。 クエリに正確に一致すると、ショートカットが展開されます。 ショートカットの入力で「@」プレフィクスをつけた場合、クエリのどこにあってもマッチするようになります。組み込みのショートカットはクエリのどこにあってもマッチします。 - ショートカットが既に存在します。新しいショートカットを入力するか、既存のショートカットを編集してください。 + そのショートカットは既に存在します。新しいショートカットを入力するか、既存のショートカットを編集してください。 ショートカット、展開の少なくとも一方が空です。 Shortcut is invalid @@ -556,17 +557,17 @@ 保存 Overwrite キャンセル - Reset + リセット 削除 Update - Yes - No + はい + いいえ バックグラウンド バージョン 時間 - アプリケーションが突然終了した手順を私たちに教えてくださると、バグ修正ができます + バクの修正のため、アプリケーションが突然終了した手順を私たちに教えてください クラッシュレポートを送信 キャンセル 一般 @@ -596,7 +597,7 @@ Checking for new update - You already have the latest Flow Launcher version + Flow Launcherは既に最新です Update found Updating... @@ -629,42 +630,42 @@ アプリケーション、ファイル、ブックマーク、YouTube、X などあらゆるものを検索して実行できます。マウスに触れることなく、キーボードだけで快適に操作できます。 Flow Launcher は以下のホットキーで起動します。さっそく試してみてください。変更するには、入力欄をクリックし、キーボードで希望のホットキーを押してください。 ホットキー - 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 :) + アクションキーワードとコマンド + ウェブ検索、アプリケーションの起動、Flow Launcherプラグインからさまざまな機能を実行できます。 いくつかの機能はアクションキーワードで始まり、またアクションキーワードなしで使用できるものもあります。Flow Launcherで以下のクエリを試してみてください。 + Flow Launcherを始めましょう + チュートリアルは完了しました。Flow Launcherをお楽しみください。開始するためのホットキーを忘れずにね :) - Back / Context Menu - Item Navigation - Open Context Menu - Open Containing Folder - Run as Admin / Open Folder in Default File Manager + 戻る、または、コンテキストメニュー + 項目間の移動 + コンテキストメニューを開く + ファイルのあるフォルダを開く + 管理者として実行、または、 デフォルトのファイルマネージャでフォルダを開く Query History - Back to Result in Context Menu + コンテキストメニューから検索結果に戻る Autocomplete - Open / Run Selected Item - Open Setting Window + 選択したアイテムを開く、または、実行する + Flow Launcherの設定ウインドウを開く プラグインデータのリロード Select first result Select last result Run current query again - Open result + 結果を開く Open result #{0} - Weather - Weather in Google Result + 天気 + 天気についてのGoogle検索 > ping 8.8.8.8 - Shell Command + シェルコマンド s Bluetooth - Bluetooth in Windows Settings + Windowsの設定内のBluetooth sn - Sticky Notes + 付箋 - File Size - Created - Last Modified + ファイルサイズ + 作成日時 + 最終更新日時 diff --git a/Flow.Launcher/Languages/ko.xaml b/Flow.Launcher/Languages/ko.xaml index e519b4f59..6cf1a6274 100644 --- a/Flow.Launcher/Languages/ko.xaml +++ b/Flow.Launcher/Languages/ko.xaml @@ -323,6 +323,7 @@ 안내 텍스트를 변경하세요. 아무것도 입력하지 않으면 다음을 사용합니다: "{0}" 창 크기 고정 창 크기를 드래그하여 조절할 수 없습니다. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height 단축키 diff --git a/Flow.Launcher/Languages/nb.xaml b/Flow.Launcher/Languages/nb.xaml index 6bfd05258..57afaa87b 100644 --- a/Flow.Launcher/Languages/nb.xaml +++ b/Flow.Launcher/Languages/nb.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Hurtigtast diff --git a/Flow.Launcher/Languages/nl.xaml b/Flow.Launcher/Languages/nl.xaml index 8b85130af..5b7ba1d21 100644 --- a/Flow.Launcher/Languages/nl.xaml +++ b/Flow.Launcher/Languages/nl.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Sneltoets diff --git a/Flow.Launcher/Languages/pl.xaml b/Flow.Launcher/Languages/pl.xaml index 50f3245d8..92b91d287 100644 --- a/Flow.Launcher/Languages/pl.xaml +++ b/Flow.Launcher/Languages/pl.xaml @@ -331,6 +331,7 @@ Kliknij "nie", jeśli jest już zainstalowany. Zostaniesz wtedy popros Zmień tekst placeholdera. Jeśli pole będzie puste, zostanie użyty: {0} Stały rozmiar okna Nie można zmienić rozmiaru okna, przeciągając. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Skrót klawiszowy diff --git a/Flow.Launcher/Languages/pt-br.xaml b/Flow.Launcher/Languages/pt-br.xaml index 31604e798..9b0db5a9e 100644 --- a/Flow.Launcher/Languages/pt-br.xaml +++ b/Flow.Launcher/Languages/pt-br.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Atalho diff --git a/Flow.Launcher/Languages/pt-pt.xaml b/Flow.Launcher/Languages/pt-pt.xaml index 06c15977d..1a68f23f4 100644 --- a/Flow.Launcher/Languages/pt-pt.xaml +++ b/Flow.Launcher/Languages/pt-pt.xaml @@ -331,6 +331,7 @@ O texto do marcador de posição. Se vazio, será utilizado: {0} Janela com tamanho fixo Não pode ajustar o tamanho da janela por arrasto. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Tecla de atalho diff --git a/Flow.Launcher/Languages/ru.xaml b/Flow.Launcher/Languages/ru.xaml index 773516e16..43d26aff2 100644 --- a/Flow.Launcher/Languages/ru.xaml +++ b/Flow.Launcher/Languages/ru.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Горячая клавиша diff --git a/Flow.Launcher/Languages/sk.xaml b/Flow.Launcher/Languages/sk.xaml index cbaa5abe7..855c0635e 100644 --- a/Flow.Launcher/Languages/sk.xaml +++ b/Flow.Launcher/Languages/sk.xaml @@ -333,6 +333,7 @@ Nevykonali sa žiadne zmeny. Zobrazí zástupný text. V prázdnom poli sa zobrazí: {0} Pevná veľkosť okna Veľkosť okna sa nedá nastaviť ťahaním. + Ak máte zapnuté Vždy zobraziť náhľad, maximálny počet zobrazených výsledkov môže byť iný, lebo panel náhľadu zaberá určitú minimálnu výšku Klávesové skratky diff --git a/Flow.Launcher/Languages/sr-Cyrl-RS.xaml b/Flow.Launcher/Languages/sr-Cyrl-RS.xaml index a3b937881..4e6c35d98 100644 --- a/Flow.Launcher/Languages/sr-Cyrl-RS.xaml +++ b/Flow.Launcher/Languages/sr-Cyrl-RS.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Hotkey diff --git a/Flow.Launcher/Languages/sr.xaml b/Flow.Launcher/Languages/sr.xaml index e7ddc125f..e1495efd6 100644 --- a/Flow.Launcher/Languages/sr.xaml +++ b/Flow.Launcher/Languages/sr.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Prečica diff --git a/Flow.Launcher/Languages/tr.xaml b/Flow.Launcher/Languages/tr.xaml index 0df065eba..a91b7997d 100644 --- a/Flow.Launcher/Languages/tr.xaml +++ b/Flow.Launcher/Languages/tr.xaml @@ -332,6 +332,7 @@ Yer tutucu metnini değiştirin. Boş bırakılırsa şu kullanılacak: {0} Sabit Pencere Boyutu Pencere boyutu sürüklenerek ayarlanamaz. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Kısayol Tuşu diff --git a/Flow.Launcher/Languages/uk-UA.xaml b/Flow.Launcher/Languages/uk-UA.xaml index 7e3673c99..55d12a14e 100644 --- a/Flow.Launcher/Languages/uk-UA.xaml +++ b/Flow.Launcher/Languages/uk-UA.xaml @@ -332,6 +332,7 @@ Змінення тексту заповнювача. Ввід буде використовувати: {0} Фіксований розмір вікна Розмір вікна не можна регулювати шляхом перетягування. + Оскільки функція «Завжди переглядати» ввімкнена, максимальні результати можуть не показуватися, оскільки панель передперегляду вимагає певної мінімальної висоти Гаряча клавіша diff --git a/Flow.Launcher/Languages/vi.xaml b/Flow.Launcher/Languages/vi.xaml index 1dd336e0e..29aaffc8a 100644 --- a/Flow.Launcher/Languages/vi.xaml +++ b/Flow.Launcher/Languages/vi.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height Phím tắt diff --git a/Flow.Launcher/Languages/zh-cn.xaml b/Flow.Launcher/Languages/zh-cn.xaml index 5e57a9b65..0f8934fe4 100644 --- a/Flow.Launcher/Languages/zh-cn.xaml +++ b/Flow.Launcher/Languages/zh-cn.xaml @@ -332,6 +332,7 @@ 更改占位符文本。输入空将使用:{0} 固定窗口大小 窗口高度不能通过拖动来调整。 + 由于始终打开预览已开启,最大结果显示个数可能无法生效,因为预览面板需要一定的最低高度 热键 diff --git a/Flow.Launcher/Languages/zh-tw.xaml b/Flow.Launcher/Languages/zh-tw.xaml index 08783cb43..0cec258f1 100644 --- a/Flow.Launcher/Languages/zh-tw.xaml +++ b/Flow.Launcher/Languages/zh-tw.xaml @@ -332,6 +332,7 @@ Change placeholder text. Input empty will use: {0} Fixed Window Size The window size is not adjustable by dragging. + Since Always Preview is on, maximum results shown may not take effect because preview panel requires a certain minimum height 快捷鍵 diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ja.xaml index aee660f22..6700bce19 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ja.xaml @@ -17,17 +17,17 @@ Choose URLをコピー ブックマークのURLをクリップボードにコピー - Load Browser From: - Browser Name - Data Directory Path + 次のブラウザから読み込む: + ブラウザ名 + データフォルダのパス 追加 編集 削除 - Browse + 選択 その他のブラウザ - Browser Engine - If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work. - For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file. - Load favicons (can be time consuming during startup) + ブラウザー エンジン + Chrome、Firefox、Edgeを使用していない場合、またはそれらのポータブル版を使用している場合、 このプラグインを動作させるには、ブックマークデータのフォルダを指定し、正しいブラウザエンジンを選択する必要があります。 + 例: BraveのエンジンはChromiumで、デフォルトのブックマークデータは以下の場所にあります: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData"。 Firefox エンジンの場合、bookmarks ディレクトリは userdata フォルダにあって、places.sqlite ファイルが格納されています。 + ファビコンを読み込む (起動時に時間がかかる場合があります) diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ja.xaml index 5677c7732..bbd06006f 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Languages/ja.xaml @@ -1,16 +1,16 @@ - + - 電卓 - 数式の計算ができます(Flow Launcherで「5*3-2」と入力してみてください) + Calculator + Perform mathematical calculations (including hexadecimal values). Use ',' or '.' as thousand separator or decimal place. Not a number (NaN) Expression wrong or incomplete (Did you forget some parentheses?) この数字をクリップボードにコピーします - Decimal separator + 小数点の区切り記号 The decimal separator to be used in the output. - Use system locale - Comma (,) - Dot (.) - Max. decimal places + システムのロケールを使用 + コンマ(,) + ドット (.) + 小数点以下の最大桁数 Copy failed, please try later diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml index aa50169a8..398c39c9f 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml +++ b/Plugins/Flow.Launcher.Plugin.Sys/Languages/ja.xaml @@ -68,7 +68,7 @@ Custom Command Keyword Enter a keyword to search for command: {0}. This keyword is used to match your query. Command Keyword - Reset + リセット 確認 キャンセル Please enter a non-empty command keyword