mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'dev' into 240605-Fix-RightTop-Position
This commit is contained in:
commit
ffdd190fd8
82 changed files with 1543 additions and 628 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
<PackageReference Include="Droplex" Version="1.7.0" />
|
<PackageReference Include="Droplex" Version="1.7.0" />
|
||||||
<PackageReference Include="FSharp.Core" Version="7.0.401" />
|
<PackageReference Include="FSharp.Core" Version="7.0.401" />
|
||||||
<PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.2.1" />
|
<PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.2.1" />
|
||||||
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.0" />
|
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
|
||||||
<PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" />
|
<PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" />
|
||||||
<PackageReference Include="StreamJsonRpc" Version="2.17.11" />
|
<PackageReference Include="StreamJsonRpc" Version="2.17.11" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,8 @@
|
||||||
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
|
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
|
||||||
<PackageReference Include="NHotkey.Wpf" Version="2.1.1" />
|
<PackageReference Include="NHotkey.Wpf" Version="2.1.1" />
|
||||||
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
|
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
|
||||||
<PackageReference Include="VirtualizingWrapPanel" Version="1.5.8" />
|
<PackageReference Include="SemanticVersioning" Version="3.0.0-beta2" />
|
||||||
|
<PackageReference Include="VirtualizingWrapPanel" Version="2.0.6" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maximum results shown</system:String>
|
<system:String x:Key="maxShowResults">Maximum results shown</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
||||||
<system:String x:Key="select">Select</system:String>
|
<system:String x:Key="select">Select</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
||||||
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Window Mode</system:String>
|
<system:String x:Key="windowMode">Window Mode</system:String>
|
||||||
<system:String x:Key="opacity">Opacity</system:String>
|
<system:String x:Key="opacity">Opacity</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
<system:String x:Key="Clock">Clock</system:String>
|
<system:String x:Key="Clock">Clock</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Hotkey</system:String>
|
<system:String x:Key="hotkey">Hotkey</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">Cancel</system:String>
|
<system:String x:Key="commonCancel">Cancel</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Delete</system:String>
|
<system:String x:Key="commonDelete">Delete</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Version</system:String>
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Zachovat poslední dotaz</system:String>
|
<system:String x:Key="LastQueryPreserved">Zachovat poslední dotaz</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Vybrat poslední dotaz</system:String>
|
<system:String x:Key="LastQuerySelected">Vybrat poslední dotaz</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Smazat poslední dotaz</system:String>
|
<system:String x:Key="LastQueryEmpty">Smazat poslední dotaz</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Počet zobrazených výsledků</system:String>
|
<system:String x:Key="maxShowResults">Počet zobrazených výsledků</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Toto nastavení můžete také rychle upravit pomocí CTRL + Plus a CTRL + Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Toto nastavení můžete také rychle upravit pomocí CTRL + Plus a CTRL + Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovat klávesové zkratky v režimu celé obrazovky</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovat klávesové zkratky v režimu celé obrazovky</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Automatické aktualizace</system:String>
|
<system:String x:Key="autoUpdates">Automatické aktualizace</system:String>
|
||||||
<system:String x:Key="select">Vybrat</system:String>
|
<system:String x:Key="select">Vybrat</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Skrýt Flow Launcher při spuštění</system:String>
|
<system:String x:Key="hideOnStartup">Skrýt Flow Launcher při spuštění</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Skrýt ikonu v systémové liště</system:String>
|
<system:String x:Key="hideNotifyIcon">Skrýt ikonu v systémové liště</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Pokud je ikona v oznamovací oblasti skrytá, nastavení lze otevřít kliknutím pravým tlačítkem myši na okno vyhledávání.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Pokud je ikona v oznamovací oblasti skrytá, nastavení lze otevřít kliknutím pravým tlačítkem myši na okno vyhledávání.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Přesnost vyhledávání</system:String>
|
<system:String x:Key="querySearchPrecision">Přesnost vyhledávání</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Změní minimální skóre shody, které je nutné pro zobrazení výsledků.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Změní minimální skóre shody, které je nutné pro zobrazení výsledků.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Vyhledávání pomocí pchin-jin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Vyhledávání pomocí pchin-jin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Umožňuje vyhledávání pomocí pchin-jin. Pchin-jin je systém zápisu čínského jazyka pomocí písmen latinky.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Umožňuje vyhledávání pomocí pchin-jin. Pchin-jin je systém zápisu čínského jazyka pomocí písmen latinky.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Vždy zobrazit náhled</system:String>
|
<system:String x:Key="AlwaysPreview">Vždy zobrazit náhled</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Spustit programy jako administrátor nebo jiný uživatel</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Spustit programy jako administrátor nebo jiný uživatel</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Ukončit nežádoucí procesy</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Ukončit nežádoucí procesy</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Písmo vyhledávacího pole</system:String>
|
<system:String x:Key="queryBoxFont">Písmo vyhledávacího pole</system:String>
|
||||||
<system:String x:Key="resultItemFont">Písmo výsledků</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Režim okna</system:String>
|
<system:String x:Key="windowMode">Režim okna</system:String>
|
||||||
<system:String x:Key="opacity">Neprůhlednost</system:String>
|
<system:String x:Key="opacity">Neprůhlednost</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Motiv {0} neexistuje, použije se výchozí motiv</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Motiv {0} neexistuje, použije se výchozí motiv</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Vlastní</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Vlastní</system:String>
|
||||||
<system:String x:Key="Clock">Hodiny</system:String>
|
<system:String x:Key="Clock">Hodiny</system:String>
|
||||||
<system:String x:Key="Date">Datum</system:String>
|
<system:String x:Key="Date">Datum</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Klávesová zkratka</system:String>
|
<system:String x:Key="hotkey">Klávesová zkratka</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Otevřít kontextovou nabídku</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Otevřít kontextovou nabídku</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Otevřít okno s nastavením</system:String>
|
<system:String x:Key="SettingWindowHotkey">Otevřít okno s nastavením</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Vymazat logy</system:String>
|
<system:String x:Key="clearlogfolder">Vymazat logy</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Opravdu chcete odstranit všechny logy?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Opravdu chcete odstranit všechny logy?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Průvodce</system:String>
|
<system:String x:Key="welcomewindow">Průvodce</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Vybrat správce souborů</system:String>
|
<system:String x:Key="fileManagerWindow">Vybrat správce souborů</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ Pokud před zkratku při zadávání přidáte znak "@", bude odpovíd
|
||||||
<system:String x:Key="commonCancel">Zrušit</system:String>
|
<system:String x:Key="commonCancel">Zrušit</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Smazat</system:String>
|
<system:String x:Key="commonDelete">Smazat</system:String>
|
||||||
|
<system:String x:Key="commonOK">Dobře</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Verze</system:String>
|
<system:String x:Key="reportWindow_version">Verze</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ Pokud před zkratku při zadávání přidáte znak "@", bude odpovíd
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Označené poznámky</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Označené poznámky</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maksimum antal resultater vist</system:String>
|
<system:String x:Key="maxShowResults">Maksimum antal resultater vist</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorer genvejstaster i fuldskærmsmode</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorer genvejstaster i fuldskærmsmode</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Autoopdatering</system:String>
|
<system:String x:Key="autoUpdates">Autoopdatering</system:String>
|
||||||
<system:String x:Key="select">Vælg</system:String>
|
<system:String x:Key="select">Vælg</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Skjul Flow Launcher ved opstart</system:String>
|
<system:String x:Key="hideOnStartup">Skjul Flow Launcher ved opstart</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Søgefelt skrifttype</system:String>
|
<system:String x:Key="queryBoxFont">Søgefelt skrifttype</system:String>
|
||||||
<system:String x:Key="resultItemFont">Resultat skrifttype</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Vindue mode</system:String>
|
<system:String x:Key="windowMode">Vindue mode</system:String>
|
||||||
<system:String x:Key="opacity">Gennemsigtighed</system:String>
|
<system:String x:Key="opacity">Gennemsigtighed</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
<system:String x:Key="Clock">Clock</system:String>
|
<system:String x:Key="Clock">Clock</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Genvejstast</system:String>
|
<system:String x:Key="hotkey">Genvejstast</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">Annuller</system:String>
|
<system:String x:Key="commonCancel">Annuller</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Slet</system:String>
|
<system:String x:Key="commonDelete">Slet</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Version</system:String>
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Letzte Abfrage beibehalten</system:String>
|
<system:String x:Key="LastQueryPreserved">Letzte Abfrage beibehalten</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Letzte Abfrage auswählen</system:String>
|
<system:String x:Key="LastQuerySelected">Letzte Abfrage auswählen</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Letzte Abfrage leeren</system:String>
|
<system:String x:Key="LastQueryEmpty">Letzte Abfrage leeren</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maximale Anzahl Ergebnissen</system:String>
|
<system:String x:Key="maxShowResults">Maximale Anzahl Ergebnissen</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Kann mit CTRL+Plus und CTRL+Minus schnell festgelegt werden.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Kann mit CTRL+Plus und CTRL+Minus schnell festgelegt werden.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoriere Tastenkombination wenn Fenster im Vollbildmodus ist</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoriere Tastenkombination wenn Fenster im Vollbildmodus ist</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Automatische Aktualisierung</system:String>
|
<system:String x:Key="autoUpdates">Automatische Aktualisierung</system:String>
|
||||||
<system:String x:Key="select">Auswählen</system:String>
|
<system:String x:Key="select">Auswählen</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Verstecke Flow Launcher bei Systemstart</system:String>
|
<system:String x:Key="hideOnStartup">Verstecke Flow Launcher bei Systemstart</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Statusleistensymbol ausblenden</system:String>
|
<system:String x:Key="hideNotifyIcon">Statusleistensymbol ausblenden</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Suchgenauigkeit abfragen</system:String>
|
<system:String x:Key="querySearchPrecision">Suchgenauigkeit abfragen</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Erforderliche Suchergebnisse.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Erforderliche Suchergebnisse.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Pinyin aktivieren</system:String>
|
<system:String x:Key="ShouldUsePinyin">Pinyin aktivieren</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Ermöglicht die Verwendung von Pinyin für die Suche. Pinyin ist das Standardsystem der romanisierten Schreibweise für die Übersetzung von chinesischen Texten.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Ermöglicht die Verwendung von Pinyin für die Suche. Pinyin ist das Standardsystem der romanisierten Schreibweise für die Übersetzung von chinesischen Texten.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Abfragebox Schriftart</system:String>
|
<system:String x:Key="queryBoxFont">Abfragebox Schriftart</system:String>
|
||||||
<system:String x:Key="resultItemFont">Ergebnis Schriftart</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Fenstermodus</system:String>
|
<system:String x:Key="windowMode">Fenstermodus</system:String>
|
||||||
<system:String x:Key="opacity">Transparenz</system:String>
|
<system:String x:Key="opacity">Transparenz</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Das Design {0} existiert nicht, deshalb wird das Standard-Template aktiviert</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Das Design {0} existiert nicht, deshalb wird das Standard-Template aktiviert</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Benutzerdefiniert</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Benutzerdefiniert</system:String>
|
||||||
<system:String x:Key="Clock">Uhr</system:String>
|
<system:String x:Key="Clock">Uhr</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Tastenkombination</system:String>
|
<system:String x:Key="hotkey">Tastenkombination</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Kontextmenü öffnen</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Kontextmenü öffnen</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Einstellungsfenster öffnen</system:String>
|
<system:String x:Key="SettingWindowHotkey">Einstellungsfenster öffnen</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Gott Modus</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Gott Modus</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Protokolldateien leeren</system:String>
|
<system:String x:Key="clearlogfolder">Protokolldateien leeren</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Sind Sie sicher, dass Sie alle Protokolle löschen möchten?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Sind Sie sicher, dass Sie alle Protokolle löschen möchten?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Assistent</system:String>
|
<system:String x:Key="welcomewindow">Assistent</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Dateimanager auswählen</system:String>
|
<system:String x:Key="fileManagerWindow">Dateimanager auswählen</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">Abbrechen</system:String>
|
<system:String x:Key="commonCancel">Abbrechen</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Löschen</system:String>
|
<system:String x:Key="commonDelete">Löschen</system:String>
|
||||||
|
<system:String x:Key="commonOK">Aktualisieren</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Version</system:String>
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">nt</system:String>
|
<system:String x:Key="RecommendAcronyms">nt</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Notizen</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Notizen</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Conservar última consulta</system:String>
|
<system:String x:Key="LastQueryPreserved">Conservar última consulta</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Seleccionar última consulta</system:String>
|
<system:String x:Key="LastQuerySelected">Seleccionar última consulta</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Borrar última consulta</system:String>
|
<system:String x:Key="LastQueryEmpty">Borrar última consulta</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Máximo de resultados mostrados</system:String>
|
<system:String x:Key="maxShowResults">Máximo de resultados mostrados</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar atajos de teclado en modo pantalla completa</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar atajos de teclado en modo pantalla completa</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Actualización automática</system:String>
|
<system:String x:Key="autoUpdates">Actualización automática</system:String>
|
||||||
<system:String x:Key="select">Seleccionar</system:String>
|
<system:String x:Key="select">Seleccionar</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher al arrancar el sistema</system:String>
|
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher al arrancar el sistema</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Ocultar icono de la bandeja</system:String>
|
<system:String x:Key="hideNotifyIcon">Ocultar icono de la bandeja</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Precisión de la búsqueda</system:String>
|
<system:String x:Key="querySearchPrecision">Precisión de la búsqueda</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Cambia la puntuación mínima de similitud requerida para resultados.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Cambia la puntuación mínima de similitud requerida para resultados.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Fuente del cuadro de consulta</system:String>
|
<system:String x:Key="queryBoxFont">Fuente del cuadro de consulta</system:String>
|
||||||
<system:String x:Key="resultItemFont">Fuente de los resultados</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Modo Ventana</system:String>
|
<system:String x:Key="windowMode">Modo Ventana</system:String>
|
||||||
<system:String x:Key="opacity">Opacidad</system:String>
|
<system:String x:Key="opacity">Opacidad</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Tema {0} no existe, se usará al tema predeterminado</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Tema {0} no existe, se usará al tema predeterminado</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
<system:String x:Key="Clock">Clock</system:String>
|
<system:String x:Key="Clock">Clock</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Tecla Rápida</system:String>
|
<system:String x:Key="hotkey">Tecla Rápida</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Asistente</system:String>
|
<system:String x:Key="welcomewindow">Asistente</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Seleccionar Gestor de Archivos</system:String>
|
<system:String x:Key="fileManagerWindow">Seleccionar Gestor de Archivos</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">Cancelar</system:String>
|
<system:String x:Key="commonCancel">Cancelar</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Eliminar</system:String>
|
<system:String x:Key="commonDelete">Eliminar</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Versión</system:String>
|
<system:String x:Key="reportWindow_version">Versión</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Notas adhesivas</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Notas adhesivas</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,8 +54,10 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Mantener la última consulta</system:String>
|
<system:String x:Key="LastQueryPreserved">Mantener la última consulta</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Seleccionar la última consulta</system:String>
|
<system:String x:Key="LastQuerySelected">Seleccionar la última consulta</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Limpiar la última consulta</system:String>
|
<system:String x:Key="LastQueryEmpty">Limpiar la última consulta</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Altura de la ventana fija</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">La altura de la ventana no se puede ajustar arrastrando el ratón.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Número máximo de resultados mostrados</system:String>
|
<system:String x:Key="maxShowResults">Número máximo de resultados mostrados</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">También puede ajustarse rápidamente usando Ctrl+Más y Ctrl+Menos.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">También puede ajustarse rápidamente usando Ctrl+Más(+) y Ctrl+Menos(-).</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar atajos de teclado en modo pantalla completa</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar atajos de teclado en modo pantalla completa</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">No permite activar Flow Launcher con aplicaciones a pantalla completa (Recomendado para juegos).</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">No permite activar Flow Launcher con aplicaciones a pantalla completa (Recomendado para juegos).</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Administrador de archivos predeterminado</system:String>
|
<system:String x:Key="defaultFileManager">Administrador de archivos predeterminado</system:String>
|
||||||
|
|
@ -71,14 +73,18 @@
|
||||||
<system:String x:Key="autoUpdates">Actualización automática</system:String>
|
<system:String x:Key="autoUpdates">Actualización automática</system:String>
|
||||||
<system:String x:Key="select">Seleccionar</system:String>
|
<system:String x:Key="select">Seleccionar</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher al inicio</system:String>
|
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher al inicio</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">La ventana de búsqueda de Flow Launcher se oculta en la bandeja del sistema tras el arranque.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Ocultar icono en la bandeja del sistema</system:String>
|
<system:String x:Key="hideNotifyIcon">Ocultar icono en la bandeja del sistema</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Cuando el icono está oculto en la bandeja del sistema, se puede abrir el menú de configuración haciendo clic con el botón derecho en la ventana de búsqueda.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Cuando el icono está oculto en la bandeja del sistema, se puede abrir el menú de configuración haciendo clic con el botón derecho en la ventana de búsqueda.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Precisión de búsqueda en consultas</system:String>
|
<system:String x:Key="querySearchPrecision">Precisión de búsqueda en consultas</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Cambia la puntuación mínima requerida para la coincidencia de los resultados.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Cambia la puntuación mínima requerida para la coincidencia de los resultados.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">Ninguna</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Baja</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Normal</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Buscar con Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Buscar con Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Permite utilizar Pinyin para la búsqueda. Pinyin es el sistema estándar de ortografía romanizado para traducir chino.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Permite utilizar Pinyin para la búsqueda. Pinyin es el sistema estándar de ortografía romanizado para traducir chino.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Mostrar siempre vista previa</system:String>
|
<system:String x:Key="AlwaysPreview">Mostrar siempre vista previa</system:String>
|
||||||
<system:String x:Key="AlwaysPreviewToolTip">Muestra siempre el panel de vista previa al iniciar Flow. Pulse {0} para mostrar/ocultar la vista previa.</system:String>
|
<system:String x:Key="AlwaysPreviewToolTip">Muestra siempre el panel de vista previa al iniciar Flow. Pulsar {0} para mostrar/ocultar la vista previa.</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">El efecto de sombra no está permitido si el tema actual tiene activado el efecto de desenfoque</system:String>
|
<system:String x:Key="shadowEffectNotAllowed">El efecto de sombra no está permitido si el tema actual tiene activado el efecto de desenfoque</system:String>
|
||||||
|
|
||||||
<!-- Setting Plugin -->
|
<!-- Setting Plugin -->
|
||||||
|
|
@ -110,7 +116,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Plugin Store -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="pluginStore">Tienda de complementos</system:String>
|
<system:String x:Key="pluginStore">Tienda complementos</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">Nuevo(s) lanzamiento(s)</system:String>
|
<system:String x:Key="pluginStore_NewRelease">Nuevo(s) lanzamiento(s)</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Actualizado(s) recientemente</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Actualizado(s) recientemente</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Complementos</system:String>
|
<system:String x:Key="pluginStore_None">Complementos</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Iniciar programas como administrador o como usuario diferente</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Iniciar programas como administrador o como usuario diferente</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">Eliminar Procesos</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Eliminar Procesos</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminar procesos no deseados</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminar procesos no deseados</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Altura de la barra de búsqueda</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Altura del elemento</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Fuente del texto del cuadro de consulta</system:String>
|
<system:String x:Key="queryBoxFont">Fuente del texto del cuadro de consulta</system:String>
|
||||||
<system:String x:Key="resultItemFont">Fuente del texto de los resultados</system:String>
|
<system:String x:Key="resultItemFont">Fuente del título del resultado</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Fuente del subtítulo del resultado</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Restablecer</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Personaliza</system:String>
|
||||||
<system:String x:Key="windowMode">Modo Ventana</system:String>
|
<system:String x:Key="windowMode">Modo Ventana</system:String>
|
||||||
<system:String x:Key="opacity">Opacidad</system:String>
|
<system:String x:Key="opacity">Opacidad</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">El tema {0} no existe, activando el tema por defecto</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">El tema {0} no existe, activando el tema por defecto</system:String>
|
||||||
|
|
@ -156,7 +167,7 @@
|
||||||
<system:String x:Key="SoundEffectTip">Reproduce un pequeño sonido cuando se abre el cuadro de búsqueda</system:String>
|
<system:String x:Key="SoundEffectTip">Reproduce un pequeño sonido cuando se abre el cuadro de búsqueda</system:String>
|
||||||
<system:String x:Key="SoundEffectVolume">Volumen del efecto de sonido</system:String>
|
<system:String x:Key="SoundEffectVolume">Volumen del efecto de sonido</system:String>
|
||||||
<system:String x:Key="SoundEffectVolumeTip">Ajusta el volumen del efecto de sonido</system:String>
|
<system:String x:Key="SoundEffectVolumeTip">Ajusta el volumen del efecto de sonido</system:String>
|
||||||
<system:String x:Key="SoundEffectWarning">Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume.</system:String>
|
<system:String x:Key="SoundEffectWarning">Windows Media Player no está disponible y es necesario para el ajuste del volumen de Flow. Por favor, compruebe su instalación si necesita ajustar el volumen.</system:String>
|
||||||
<system:String x:Key="Animation">Animación</system:String>
|
<system:String x:Key="Animation">Animación</system:String>
|
||||||
<system:String x:Key="AnimationTip">Usa animación en la Interfaz de Usuario</system:String>
|
<system:String x:Key="AnimationTip">Usa animación en la Interfaz de Usuario</system:String>
|
||||||
<system:String x:Key="AnimationSpeed">Velocidad de animación</system:String>
|
<system:String x:Key="AnimationSpeed">Velocidad de animación</system:String>
|
||||||
|
|
@ -167,39 +178,43 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Personalizada</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Personalizada</system:String>
|
||||||
<system:String x:Key="Clock">Reloj</system:String>
|
<system:String x:Key="Clock">Reloj</system:String>
|
||||||
<system:String x:Key="Date">Fecha</system:String>
|
<system:String x:Key="Date">Fecha</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">Este tema soporta dos modos (claro/oscuro).</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">Este tema soporta fondo transparente desenfocado.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Atajo de teclado</system:String>
|
<system:String x:Key="hotkey">Atajo de teclado</system:String>
|
||||||
<system:String x:Key="hotkeys">Atajos de teclado</system:String>
|
<system:String x:Key="hotkeys">Atajos de teclado</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Abrir Flow Launcher</system:String>
|
<system:String x:Key="flowlauncherHotkey">Abrir/Cerrar Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Introduzca el atajo de teclado para mostrar/ocultar Flow Launcher.</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Introduzca el atajo de teclado para abrir/cerrar Flow Launcher.</system:String>
|
||||||
<system:String x:Key="previewHotkey">Cambiar vista previa</system:String>
|
<system:String x:Key="previewHotkey">Mostrar/Ocultar vista previa</system:String>
|
||||||
<system:String x:Key="previewHotkeyToolTip">Introduzca el acceso directo para mostrar/ocultar la vista previa en la ventana de búsqueda.</system:String>
|
<system:String x:Key="previewHotkeyToolTip">Introduzca el atajo de teclado para mostrar/ocultar la vista previa en la ventana de búsqueda.</system:String>
|
||||||
<system:String x:Key="hotkeyPresets">Ajustes preestablecidos de atajos de teclado</system:String>
|
<system:String x:Key="hotkeyPresets">Atajos de teclado preestablecidos</system:String>
|
||||||
<system:String x:Key="hotkeyPresetsToolTip">Lista de atajos de teclado actualmente registrados</system:String>
|
<system:String x:Key="hotkeyPresetsToolTip">Lista de atajos de teclado actualmente registrados</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Tecla modificadora para abrir resultado</system:String>
|
<system:String x:Key="openResultModifiers">Tecla modificadora para abrir resultado</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Seleccione una tecla modificadora para abrir el resultado seleccionado con el teclado.</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Seleccione una tecla modificadora para abrir el resultado seleccionado con el teclado.</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkey">Mostrar atajo de teclado</system:String>
|
<system:String x:Key="showOpenResultHotkey">Mostrar atajo de teclado</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Muestra atajo de teclado de selección junto a los resultados.</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Muestra atajo de teclado de apertura junto a los resultados.</system:String>
|
||||||
<system:String x:Key="autoCompleteHotkey">Completar automáticamente</system:String>
|
<system:String x:Key="autoCompleteHotkey">Completar automáticamente</system:String>
|
||||||
<system:String x:Key="autoCompleteHotkeyToolTip">Ejecuta completar automáticamente para los elementos seleccionados.</system:String>
|
<system:String x:Key="autoCompleteHotkeyToolTip">Ejecuta la función 'completar automáticamente' para los elementos seleccionados.</system:String>
|
||||||
<system:String x:Key="SelectNextItemHotkey">Seleccionar siguiente elemento</system:String>
|
<system:String x:Key="SelectNextItemHotkey">Seleccionar siguiente elemento</system:String>
|
||||||
<system:String x:Key="SelectPrevItemHotkey">Seleccionar elemento anterior</system:String>
|
<system:String x:Key="SelectPrevItemHotkey">Seleccionar elemento anterior</system:String>
|
||||||
<system:String x:Key="SelectNextPageHotkey">Siguiente página</system:String>
|
<system:String x:Key="SelectNextPageHotkey">Seleccionar siguiente página</system:String>
|
||||||
<system:String x:Key="SelectPrevPageHotkey">Página anterior</system:String>
|
<system:String x:Key="SelectPrevPageHotkey">Seleccionar página anterior</system:String>
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Recuperar una tras otra la consulta anterior</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Recuperar una tras otra la siguiente consulta</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Abrir menú contextual</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Abrir menú contextual</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Abrir menú contextual nativo</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Abrir ventana de configuración</system:String>
|
<system:String x:Key="SettingWindowHotkey">Abrir ventana de configuración</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copiar ruta del archivo</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copiar ruta del archivo</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Cambiar a Modo Juego</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Cambia a Modo Juego</system:String>
|
||||||
<system:String x:Key="ToggleHistoryHotkey">Cambiar historial</system:String>
|
<system:String x:Key="ToggleHistoryHotkey">Cambiar historial</system:String>
|
||||||
<system:String x:Key="OpenContainFolderHotkey">Abrir carpeta contenedora</system:String>
|
<system:String x:Key="OpenContainFolderHotkey">Abrir carpeta contenedora</system:String>
|
||||||
<system:String x:Key="RunAsAdminHotkey">Ejecutar como administrador</system:String>
|
<system:String x:Key="RunAsAdminHotkey">Ejecutar como administrador</system:String>
|
||||||
<system:String x:Key="RequeryHotkey">Actualizar resultados de búsqueda</system:String>
|
<system:String x:Key="RequeryHotkey">Actualizar resultados de búsqueda</system:String>
|
||||||
<system:String x:Key="ReloadPluginHotkey">Recargar datos de complementos</system:String>
|
<system:String x:Key="ReloadPluginHotkey">Recargar datos de complementos</system:String>
|
||||||
<system:String x:Key="QuickWidthHotkey">Ajuste rápido de la anchuira de la ventana</system:String>
|
<system:String x:Key="QuickWidthHotkey">Ajustar rápidamente anchura de la ventana</system:String>
|
||||||
<system:String x:Key="QuickHeightHotkey">Ajuste rápido de la altura de la ventana</system:String>
|
<system:String x:Key="QuickHeightHotkey">Ajustar rápidamente altura de la ventana</system:String>
|
||||||
<system:String x:Key="ReloadPluginHotkeyToolTip">Se utiliza cuando se requiere que los complementos recarguen y actualicen sus datos existentes.</system:String>
|
<system:String x:Key="ReloadPluginHotkeyToolTip">Se utiliza cuando se requiere que los complementos recarguen y actualicen sus datos existentes.</system:String>
|
||||||
<system:String x:Key="AdditionalHotkeyToolTip">Se puede añadir otro atajo de teclado más para esta función.</system:String>
|
<system:String x:Key="AdditionalHotkeyToolTip">Se puede añadir otro atajo de teclado más para esta función.</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Atajos de teclado de consulta personalizada</system:String>
|
<system:String x:Key="customQueryHotkey">Atajos de teclado de consulta personalizada</system:String>
|
||||||
|
|
@ -214,16 +229,16 @@
|
||||||
<system:String x:Key="add">Añadir</system:String>
|
<system:String x:Key="add">Añadir</system:String>
|
||||||
<system:String x:Key="none">Ninguno</system:String>
|
<system:String x:Key="none">Ninguno</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Por favor, seleccione un elemento</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Por favor, seleccione un elemento</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">¿Está seguro que desea eliminar el atajo de teclado de consulta personalizada {0}?</system:String>
|
<system:String x:Key="deleteCustomHotkeyWarning">¿Está seguro de que desea eliminar el atajo de teclado de consulta personalizada {0}?</system:String>
|
||||||
<system:String x:Key="deleteCustomShortcutWarning">¿Está seguro de que desea eliminar el acceso directo: {0} con la expansión {1}?</system:String>
|
<system:String x:Key="deleteCustomShortcutWarning">¿Está seguro de que desea eliminar el acceso directo: {0} con la expansión {1}?</system:String>
|
||||||
<system:String x:Key="shortcut_clipboard_description">Obtiene el texto del portapapeles.</system:String>
|
<system:String x:Key="shortcut_clipboard_description">Obtiene el texto del portapapeles.</system:String>
|
||||||
<system:String x:Key="shortcut_active_explorer_path">Obtiene la ruta del explorador activo.</system:String>
|
<system:String x:Key="shortcut_active_explorer_path">Obtiene la ruta del explorador activo.</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Efecto de sombra de la ventana de consultas</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Efecto de sombra de la ventana de consultas</system:String>
|
||||||
<system:String x:Key="shadowEffectCPUUsage">El efecto de sombra hace un uso sustancial de la GPU. No se recomienda para ordenadores de rendimiento limitado.</system:String>
|
<system:String x:Key="shadowEffectCPUUsage">Este efecto hace un uso sustancial de la GPU. No se recomienda para ordenadores de bajo rendimiento.</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Tamaño del ancho de la ventana</system:String>
|
<system:String x:Key="windowWidthSize">Tamaño del ancho de la ventana</system:String>
|
||||||
<system:String x:Key="windowWidthSizeToolTip">También puede ajustarse rápidamente usando Ctrl+[ y Ctrl+].</system:String>
|
<system:String x:Key="windowWidthSizeToolTip">También puede ajustarse rápidamente usando Ctrl+[ y Ctrl+].</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Usar iconos Segoe Fluent</system:String>
|
<system:String x:Key="useGlyphUI">Iconos Segoe Fluent</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Usa iconos Segoe Fluent para los resultados de la consulta cuando sean compatibles</system:String>
|
<system:String x:Key="useGlyphUIEffect">Utiliza iconos Segoe Fluent para los resultados de la consulta cuando sean compatibles</system:String>
|
||||||
<system:String x:Key="flowlauncherPressHotkey">Pulsar Tecla</system:String>
|
<system:String x:Key="flowlauncherPressHotkey">Pulsar Tecla</system:String>
|
||||||
|
|
||||||
<!-- Setting Proxy -->
|
<!-- Setting Proxy -->
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Eliminar registros</system:String>
|
<system:String x:Key="clearlogfolder">Eliminar registros</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">¿Está seguro de que desea eliminar todos los registros?</system:String>
|
<system:String x:Key="clearlogfolderMessage">¿Está seguro de que desea eliminar todos los registros?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Asistente</system:String>
|
<system:String x:Key="welcomewindow">Asistente</system:String>
|
||||||
|
<system:String x:Key="userdatapath">Ubicación de datos del usuario</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">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 portátil o no.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Abrir carpeta</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Seleccionar administrador de archivos</system:String>
|
<system:String x:Key="fileManagerWindow">Seleccionar administrador de archivos</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ Si añade un prefijo "@" al introducir un acceso directo, éste coinci
|
||||||
<system:String x:Key="commonCancel">Cancelar</system:String>
|
<system:String x:Key="commonCancel">Cancelar</system:String>
|
||||||
<system:String x:Key="commonReset">Restablecer</system:String>
|
<system:String x:Key="commonReset">Restablecer</system:String>
|
||||||
<system:String x:Key="commonDelete">Eliminar</system:String>
|
<system:String x:Key="commonDelete">Eliminar</system:String>
|
||||||
|
<system:String x:Key="commonOK">Aceptar</system:String>
|
||||||
|
<system:String x:Key="commonYes">Si</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Versión</system:String>
|
<system:String x:Key="reportWindow_version">Versión</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ Si añade un prefijo "@" al introducir un acceso directo, éste coinci
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Notas adhesivas</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Notas adhesivas</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">Tamaño</system:String>
|
||||||
|
<system:String x:Key="Created">Creado</system:String>
|
||||||
|
<system:String x:Key="LastModified">Modificado</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Conserver la dernière recherche</system:String>
|
<system:String x:Key="LastQueryPreserved">Conserver la dernière recherche</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Sélectionner la dernière recherche</system:String>
|
<system:String x:Key="LastQuerySelected">Sélectionner la dernière recherche</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Ne pas afficher la dernière recherche</system:String>
|
<system:String x:Key="LastQueryEmpty">Ne pas afficher la dernière recherche</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Hauteur de fenêtre fixe</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">La hauteur de la fenêtre n'est pas réglable par glissement.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Résultats maximums à afficher</system:String>
|
<system:String x:Key="maxShowResults">Résultats maximums à afficher</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Vous pouvez également ajuster ce paramètre en utilisant CTRL+Plus ou CTRL+Moins.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Vous pouvez également ajuster ce paramètre en utilisant CTRL+Plus ou CTRL+Moins.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore les raccourcis lorsqu'une application est en plein écran</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore les raccourcis lorsqu'une application est en plein écran</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Mettre à jour automatiquement</system:String>
|
<system:String x:Key="autoUpdates">Mettre à jour automatiquement</system:String>
|
||||||
<system:String x:Key="select">Sélectionner</system:String>
|
<system:String x:Key="select">Sélectionner</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Cacher Flow Launcher au démarrage</system:String>
|
<system:String x:Key="hideOnStartup">Cacher Flow Launcher au démarrage</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">La fenêtre de recherche de Flow Launcher est cachée dans la barre d’état après le démarrage.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Masquer l'icône de la barre des tâches</system:String>
|
<system:String x:Key="hideNotifyIcon">Masquer l'icône de la barre des tâches</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Lorsque l'icône est cachée dans la barre de tâches, le menu Paramètres peut être ouvert en faisant un clic droit sur la barre de recherche.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Lorsque l'icône est cachée dans la barre de tâches, le menu Paramètres peut être ouvert en faisant un clic droit sur la barre de recherche.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Précision de la recherche</system:String>
|
<system:String x:Key="querySearchPrecision">Précision de la recherche</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Modifie le score de correspondance minimum requis pour les résultats.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Modifie le score de correspondance minimum requis pour les résultats.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">Aucun</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Faible</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Normal</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Devrait utiliser Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Devrait utiliser Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Permet d'utiliser Pinyin pour la recherche. Pinyin est le système standard d'orthographe romanisée pour la traduction du chinois</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Permet d'utiliser Pinyin pour la recherche. Pinyin est le système standard d'orthographe romanisée pour la traduction du chinois</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Toujours prévisualiser</system:String>
|
<system:String x:Key="AlwaysPreview">Toujours prévisualiser</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Lancez des programmes en tant qu'administrateur ou un utilisateur différent</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Lancez des programmes en tant qu'administrateur ou un utilisateur différent</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">Tueur de processus</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Tueur de processus</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminer les processus non désirés</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminer les processus non désirés</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Hauteur de la barre de recherche</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Hauteur de l'objet</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Police (barre de recherche)</system:String>
|
<system:String x:Key="queryBoxFont">Police (barre de recherche)</system:String>
|
||||||
<system:String x:Key="resultItemFont">Police (liste des résultats)</system:String>
|
<system:String x:Key="resultItemFont">Police du titre du résultat</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Police des sous-titres du résultat</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Réinitialiser</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Personnaliser</system:String>
|
||||||
<system:String x:Key="windowMode">Mode fenêtré</system:String>
|
<system:String x:Key="windowMode">Mode fenêtré</system:String>
|
||||||
<system:String x:Key="opacity">Opacité</system:String>
|
<system:String x:Key="opacity">Opacité</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Le thème {0} n'existe pas, retour au thème par défaut</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Le thème {0} n'existe pas, retour au thème par défaut</system:String>
|
||||||
|
|
@ -156,7 +167,7 @@
|
||||||
<system:String x:Key="SoundEffectTip">Jouer un petit son lorsque la fenêtre de recherche s'ouvre</system:String>
|
<system:String x:Key="SoundEffectTip">Jouer un petit son lorsque la fenêtre de recherche s'ouvre</system:String>
|
||||||
<system:String x:Key="SoundEffectVolume">Volume de l'effet sonore</system:String>
|
<system:String x:Key="SoundEffectVolume">Volume de l'effet sonore</system:String>
|
||||||
<system:String x:Key="SoundEffectVolumeTip">Ajuster le volume de l'effet sonore</system:String>
|
<system:String x:Key="SoundEffectVolumeTip">Ajuster le volume de l'effet sonore</system:String>
|
||||||
<system:String x:Key="SoundEffectWarning">Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume.</system:String>
|
<system:String x:Key="SoundEffectWarning">Windows Media Player n'est pas disponible et est requis pour le réglage du volume de Flow. Veuillez vérifier votre installation si vous avez besoin de régler le volume.</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="Animation">Animation</system:String>
|
||||||
<system:String x:Key="AnimationTip">Utiliser l'animation dans l'interface</system:String>
|
<system:String x:Key="AnimationTip">Utiliser l'animation dans l'interface</system:String>
|
||||||
<system:String x:Key="AnimationSpeed">Vitesse d'animation</system:String>
|
<system:String x:Key="AnimationSpeed">Vitesse d'animation</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Personnalisé</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Personnalisé</system:String>
|
||||||
<system:String x:Key="Clock">Heure</system:String>
|
<system:String x:Key="Clock">Heure</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Raccourcis</system:String>
|
<system:String x:Key="hotkey">Raccourcis</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle de requête précédente</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle de requête précédente</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle de requête suivante</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle de requête suivante</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Ouvrir le Menu Contextuel</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Ouvrir le Menu Contextuel</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Ouvrir le menu contextuel natif</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Ouvrir la Fenêtre des Réglages</system:String>
|
<system:String x:Key="SettingWindowHotkey">Ouvrir la Fenêtre des Réglages</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copier le chemin du fichier</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copier le chemin du fichier</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Basculer le mode de jeu</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Basculer le mode de jeu</system:String>
|
||||||
|
|
@ -265,6 +280,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Effacer le journal</system:String>
|
<system:String x:Key="clearlogfolder">Effacer le journal</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Êtes-vous sûr de vouloir supprimer tous les journaux ?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Êtes-vous sûr de vouloir supprimer tous les journaux ?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Assistant</system:String>
|
<system:String x:Key="welcomewindow">Assistant</system:String>
|
||||||
|
<system:String x:Key="userdatapath">Emplacement des données utilisateur</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">Les paramètres utilisateur et les plugins installés sont enregistrés dans le dossier des données utilisateur. Cet emplacement peut varier selon que vous soyez en mode portable ou non.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Ouvrir le dossier</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Sélectionner le gestionnaire de fichiers</system:String>
|
<system:String x:Key="fileManagerWindow">Sélectionner le gestionnaire de fichiers</system:String>
|
||||||
|
|
@ -332,6 +350,9 @@ Si vous ajoutez un préfixe "@" lors de la saisie d'un raccourci, celu
|
||||||
<system:String x:Key="commonCancel">Annuler</system:String>
|
<system:String x:Key="commonCancel">Annuler</system:String>
|
||||||
<system:String x:Key="commonReset">Réinitialiser</system:String>
|
<system:String x:Key="commonReset">Réinitialiser</system:String>
|
||||||
<system:String x:Key="commonDelete">Supprimer</system:String>
|
<system:String x:Key="commonDelete">Supprimer</system:String>
|
||||||
|
<system:String x:Key="commonOK">Ok</system:String>
|
||||||
|
<system:String x:Key="commonYes">Oui</system:String>
|
||||||
|
<system:String x:Key="commonNo">Non</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Version</system:String>
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
||||||
|
|
@ -416,4 +437,8 @@ Si vous ajoutez un préfixe "@" lors de la saisie d'un raccourci, celu
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Pense-bêtes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Pense-bêtes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">Taille du fichier</system:String>
|
||||||
|
<system:String x:Key="Created">Créé</system:String>
|
||||||
|
<system:String x:Key="LastModified">Dernière modification</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Conserva ultima ricerca</system:String>
|
<system:String x:Key="LastQueryPreserved">Conserva ultima ricerca</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Seleziona ultima ricerca</system:String>
|
<system:String x:Key="LastQuerySelected">Seleziona ultima ricerca</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Cancella ultima ricerca</system:String>
|
<system:String x:Key="LastQueryEmpty">Cancella ultima ricerca</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Numero massimo di risultati mostrati</system:String>
|
<system:String x:Key="maxShowResults">Numero massimo di risultati mostrati</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">È anche possibile regolarlo rapidamente utilizzando CTRL+Più e CTRL+Meno.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">È anche possibile regolarlo rapidamente utilizzando CTRL+Più e CTRL+Meno.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignora i tasti di scelta rapida in applicazione a schermo pieno</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignora i tasti di scelta rapida in applicazione a schermo pieno</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Aggiornamento automatico</system:String>
|
<system:String x:Key="autoUpdates">Aggiornamento automatico</system:String>
|
||||||
<system:String x:Key="select">Seleziona</system:String>
|
<system:String x:Key="select">Seleziona</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Nascondi Flow Launcher all'avvio</system:String>
|
<system:String x:Key="hideOnStartup">Nascondi Flow Launcher all'avvio</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Nascondi Icona nell'Area di Notifica</system:String>
|
<system:String x:Key="hideNotifyIcon">Nascondi Icona nell'Area di Notifica</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Quando l'icona è nascosta dal menu delle icone nascoste, il menu Impostazioni può essere aperto facendo clic con il tasto destro del mouse sulla finestra di ricerca.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Quando l'icona è nascosta dal menu delle icone nascoste, il menu Impostazioni può essere aperto facendo clic con il tasto destro del mouse sulla finestra di ricerca.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Precisione di ricerca delle query</system:String>
|
<system:String x:Key="querySearchPrecision">Precisione di ricerca delle query</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Modifica il punteggio minimo richiesto per i risultati.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Modifica il punteggio minimo richiesto per i risultati.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">Vuoto</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Dovrebbe usare il Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Dovrebbe usare il Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Consente di utilizzare il Pinyin per la ricerca. Il Pinyin è il sistema standard di ortografia romanizzata per la traduzione del cinese.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Consente di utilizzare il Pinyin per la ricerca. Il Pinyin è il sistema standard di ortografia romanizzata per la traduzione del cinese.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Mostra Sempre Anteprima</system:String>
|
<system:String x:Key="AlwaysPreview">Mostra Sempre Anteprima</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Avvia programmi come amministratore o un altro utente</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Avvia programmi come amministratore o un altro utente</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Termina i processi indesiderati</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Termina i processi indesiderati</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Font campo di ricerca</system:String>
|
<system:String x:Key="queryBoxFont">Font campo di ricerca</system:String>
|
||||||
<system:String x:Key="resultItemFont">Font campo risultati</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Resetta</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Modalità finestra</system:String>
|
<system:String x:Key="windowMode">Modalità finestra</system:String>
|
||||||
<system:String x:Key="opacity">Opacità</system:String>
|
<system:String x:Key="opacity">Opacità</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Il tema {0} non esiste, si ritorna al tema predefinito</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Il tema {0} non esiste, si ritorna al tema predefinito</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Personalizzato</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Personalizzato</system:String>
|
||||||
<system:String x:Key="Clock">Orologio</system:String>
|
<system:String x:Key="Clock">Orologio</system:String>
|
||||||
<system:String x:Key="Date">Data</system:String>
|
<system:String x:Key="Date">Data</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Tasti scelta rapida</system:String>
|
<system:String x:Key="hotkey">Tasti scelta rapida</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Apri il menu di scelta rapida</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Apri il menu di scelta rapida</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Aprire la finestra delle impostazioni</system:String>
|
<system:String x:Key="SettingWindowHotkey">Aprire la finestra delle impostazioni</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copia Percorso File</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copia Percorso File</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Attiva/Disattiva Modalità Di Gioco</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Attiva/Disattiva Modalità Di Gioco</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Cancella i log</system:String>
|
<system:String x:Key="clearlogfolder">Cancella i log</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Sei sicuro di voler cancellare tutti i log?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Sei sicuro di voler cancellare tutti i log?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Seleziona Gestore File</system:String>
|
<system:String x:Key="fileManagerWindow">Seleziona Gestore File</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ Se si aggiunge un prefisso '@' mentre si inserisce una scorciatoia, corrisponde
|
||||||
<system:String x:Key="commonCancel">Annulla</system:String>
|
<system:String x:Key="commonCancel">Annulla</system:String>
|
||||||
<system:String x:Key="commonReset">Resetta</system:String>
|
<system:String x:Key="commonReset">Resetta</system:String>
|
||||||
<system:String x:Key="commonDelete">Cancella</system:String>
|
<system:String x:Key="commonDelete">Cancella</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Versione</system:String>
|
<system:String x:Key="reportWindow_version">Versione</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ Se si aggiunge un prefisso '@' mentre si inserisce una scorciatoia, corrisponde
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">前回のクエリを保存</system:String>
|
<system:String x:Key="LastQueryPreserved">前回のクエリを保存</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">前回のクエリを選択</system:String>
|
<system:String x:Key="LastQuerySelected">前回のクエリを選択</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">前回のクエリを消去</system:String>
|
<system:String x:Key="LastQueryEmpty">前回のクエリを消去</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">結果の最大表示件数</system:String>
|
<system:String x:Key="maxShowResults">結果の最大表示件数</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">CTRL+PlusとCTRL+Minusを使用すれば、簡単に調整することもできます。</system:String>
|
<system:String x:Key="maxShowResultsToolTip">CTRL+PlusとCTRL+Minusを使用すれば、簡単に調整することもできます。</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">ウィンドウがフルスクリーン時にホットキーを無効にする</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">ウィンドウがフルスクリーン時にホットキーを無効にする</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">自動更新</system:String>
|
<system:String x:Key="autoUpdates">自動更新</system:String>
|
||||||
<system:String x:Key="select">選択</system:String>
|
<system:String x:Key="select">選択</system:String>
|
||||||
<system:String x:Key="hideOnStartup">起動時にFlow Launcherを隠す</system:String>
|
<system:String x:Key="hideOnStartup">起動時にFlow Launcherを隠す</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">トレイアイコンを隠す</system:String>
|
<system:String x:Key="hideNotifyIcon">トレイアイコンを隠す</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">トレイアイコンが非表示になっているときは、検索ウィンドウを右クリックすることで設定メニューを開くことができます。</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">トレイアイコンが非表示になっているときは、検索ウィンドウを右クリックすることで設定メニューを開くことができます。</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">クエリ検索精度</system:String>
|
<system:String x:Key="querySearchPrecision">クエリ検索精度</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">表示する結果に必要な一致スコアの最小値を変更します。</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">表示する結果に必要な一致スコアの最小値を変更します。</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">ピンインによる検索</system:String>
|
<system:String x:Key="ShouldUsePinyin">ピンインによる検索</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">ピンインを使用して検索できるようにします。ピンインは、中国語をローマ字表記するための標準的な表記体系です。</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">ピンインを使用して検索できるようにします。ピンインは、中国語をローマ字表記するための標準的な表記体系です。</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">常にプレビューする</system:String>
|
<system:String x:Key="AlwaysPreview">常にプレビューする</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">管理者または別のユーザーとしてプログラムを起動します</system:String>
|
<system:String x:Key="SampleSubTitleProgram">管理者または別のユーザーとしてプログラムを起動します</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">プロセスキラー</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">プロセスキラー</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">不要なプロセスを終了します</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">不要なプロセスを終了します</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">検索ボックスのフォント</system:String>
|
<system:String x:Key="queryBoxFont">検索ボックスのフォント</system:String>
|
||||||
<system:String x:Key="resultItemFont">検索結果一覧のフォント</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">ウィンドウモード</system:String>
|
<system:String x:Key="windowMode">ウィンドウモード</system:String>
|
||||||
<system:String x:Key="opacity">透過度</system:String>
|
<system:String x:Key="opacity">透過度</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">テーマ {0} が存在しません、デフォルトのテーマに戻します。</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">テーマ {0} が存在しません、デフォルトのテーマに戻します。</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">カスタム</system:String>
|
<system:String x:Key="AnimationSpeedCustom">カスタム</system:String>
|
||||||
<system:String x:Key="Clock">時刻</system:String>
|
<system:String x:Key="Clock">時刻</system:String>
|
||||||
<system:String x:Key="Date">日付</system:String>
|
<system:String x:Key="Date">日付</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">ホットキー</system:String>
|
<system:String x:Key="hotkey">ホットキー</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel"></system:String>
|
<system:String x:Key="commonCancel"></system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">削除</system:String>
|
<system:String x:Key="commonDelete">削除</system:String>
|
||||||
|
<system:String x:Key="commonOK">Update</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">バージョン</system:String>
|
<system:String x:Key="reportWindow_version">バージョン</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -37,23 +37,25 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">포커스 잃으면 Flow Launcher 숨김</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">포커스 잃으면 Flow Launcher 숨김</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">새 버전 알림 끄기</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">새 버전 알림 끄기</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">검색 창 위치</system:String>
|
<system:String x:Key="SearchWindowPosition">검색 창 위치</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">마지막 위치 기억</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">마우스 위치 모니터</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">선택된 창 위치 모니터</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">주 모니터</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">사용자 지정 모니터</system:String>
|
||||||
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
<system:String x:Key="SearchWindowAlign">모니터 내 검색창 위치</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
<system:String x:Key="SearchWindowAlignCenter">중앙</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
<system:String x:Key="SearchWindowAlignCenterTop">중앙 상단</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
<system:String x:Key="SearchWindowAlignLeftTop">좌측 상단</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
<system:String x:Key="SearchWindowAlignRightTop">우측 상단</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
<system:String x:Key="SearchWindowAlignCustom">사용자 지정 위치</system:String>
|
||||||
<system:String x:Key="language">언어</system:String>
|
<system:String x:Key="language">언어</system:String>
|
||||||
<system:String x:Key="lastQueryMode">마지막 쿼리 스타일</system:String>
|
<system:String x:Key="lastQueryMode">마지막 쿼리 스타일</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">쿼리박스를 열었을 때 쿼리 처리 방식</system:String>
|
<system:String x:Key="lastQueryModeToolTip">쿼리박스를 열었을 때 쿼리 처리 방식</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">직전 쿼리에 계속 입력</system:String>
|
<system:String x:Key="LastQueryPreserved">직전 쿼리에 계속 입력</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">직전 쿼리 내용 선택</system:String>
|
<system:String x:Key="LastQuerySelected">직전 쿼리 내용 선택</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">직전 쿼리 지우기</system:String>
|
<system:String x:Key="LastQueryEmpty">직전 쿼리 지우기</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">창 높이 고정</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">드래그로 창 높이를 조정하지 않습니다.</system:String>
|
||||||
<system:String x:Key="maxShowResults">표시할 결과 수</system:String>
|
<system:String x:Key="maxShowResults">표시할 결과 수</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Ctrl + '+'키와 Ctrl + '-'키로도 빠르게 조정할 수 있습니다</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Ctrl + '+'키와 Ctrl + '-'키로도 빠르게 조정할 수 있습니다</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">전체화면 모드에서는 단축키 무시</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">전체화면 모드에서는 단축키 무시</system:String>
|
||||||
|
|
@ -62,8 +64,8 @@
|
||||||
<system:String x:Key="defaultFileManagerToolTip">폴더를 열 때 사용할 파일관리자를 선택하세요.</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">폴더를 열 때 사용할 파일관리자를 선택하세요.</system:String>
|
||||||
<system:String x:Key="defaultBrowser">기본 웹 브라우저</system:String>
|
<system:String x:Key="defaultBrowser">기본 웹 브라우저</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">새 탭, 새 창, 사생활 보호 모드</system:String>
|
<system:String x:Key="defaultBrowserToolTip">새 탭, 새 창, 사생활 보호 모드</system:String>
|
||||||
<system:String x:Key="pythonFilePath">Python Path</system:String>
|
<system:String x:Key="pythonFilePath">Python 경로</system:String>
|
||||||
<system:String x:Key="nodeFilePath">Node.js Path</system:String>
|
<system:String x:Key="nodeFilePath">Node.js 경로</system:String>
|
||||||
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
||||||
<system:String x:Key="selectPythonExecutable">Please select pythonw.exe</system:String>
|
<system:String x:Key="selectPythonExecutable">Please select pythonw.exe</system:String>
|
||||||
<system:String x:Key="typingStartEn">항상 영어입력 모드에서 시작</system:String>
|
<system:String x:Key="typingStartEn">항상 영어입력 모드에서 시작</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">자동 업데이트</system:String>
|
<system:String x:Key="autoUpdates">자동 업데이트</system:String>
|
||||||
<system:String x:Key="select">선택</system:String>
|
<system:String x:Key="select">선택</system:String>
|
||||||
<system:String x:Key="hideOnStartup">시작 시 Flow Launcher 숨김</system:String>
|
<system:String x:Key="hideOnStartup">시작 시 Flow Launcher 숨김</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">트레이 아이콘 숨기기</system:String>
|
<system:String x:Key="hideNotifyIcon">트레이 아이콘 숨기기</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">트레이에서 아이콘을 숨길 경우, 검색창 우클릭으로 설정창을 열 수 있습니다.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">트레이에서 아이콘을 숨길 경우, 검색창 우클릭으로 설정창을 열 수 있습니다.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">쿼리 검색 정밀도</system:String>
|
<system:String x:Key="querySearchPrecision">쿼리 검색 정밀도</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">검색 결과에 필요한 최소 매치 점수를 변경합니다.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">검색 결과에 필요한 최소 매치 점수를 변경합니다.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">없음</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">낮음</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">보통</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">항상 Pinyin 사용</system:String>
|
<system:String x:Key="ShouldUsePinyin">항상 Pinyin 사용</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Pinyin을 사용하여 검색할 수 있습니다. Pinyin (병음) 은 로마자 중국어 입력 방식입니다.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Pinyin을 사용하여 검색할 수 있습니다. Pinyin (병음) 은 로마자 중국어 입력 방식입니다.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">항상 미리보기</system:String>
|
<system:String x:Key="AlwaysPreview">항상 미리보기</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">검색창 높이</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">결과 항목 높이</system:String>
|
||||||
<system:String x:Key="queryBoxFont">쿼리 상자 글꼴</system:String>
|
<system:String x:Key="queryBoxFont">쿼리 상자 글꼴</system:String>
|
||||||
<system:String x:Key="resultItemFont">결과 항목 글꼴</system:String>
|
<system:String x:Key="resultItemFont">결과 제목 글꼴</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">결과 부제목 글꼴</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">초기화</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">사용자 지정</system:String>
|
||||||
<system:String x:Key="windowMode">윈도우 모드</system:String>
|
<system:String x:Key="windowMode">윈도우 모드</system:String>
|
||||||
<system:String x:Key="opacity">투명도</system:String>
|
<system:String x:Key="opacity">투명도</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">{0} 테마가 존재하지 않습니다. 기본 테마로 변경합니다.</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">{0} 테마가 존재하지 않습니다. 기본 테마로 변경합니다.</system:String>
|
||||||
|
|
@ -154,54 +165,58 @@
|
||||||
<system:String x:Key="ColorSchemeDark">어둡게</system:String>
|
<system:String x:Key="ColorSchemeDark">어둡게</system:String>
|
||||||
<system:String x:Key="SoundEffect">소리 효과</system:String>
|
<system:String x:Key="SoundEffect">소리 효과</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">검색창을 열 때 작은 소리를 재생합니다.</system:String>
|
<system:String x:Key="SoundEffectTip">검색창을 열 때 작은 소리를 재생합니다.</system:String>
|
||||||
<system:String x:Key="SoundEffectVolume">Sound Effect Volume</system:String>
|
<system:String x:Key="SoundEffectVolume">효과음 크기</system:String>
|
||||||
<system:String x:Key="SoundEffectVolumeTip">Adjust the volume of the sound effect</system:String>
|
<system:String x:Key="SoundEffectVolumeTip">소리 효과의 음량을 조절합니다.</system:String>
|
||||||
<system:String x:Key="SoundEffectWarning">Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume.</system:String>
|
<system:String x:Key="SoundEffectWarning">사운드 볼륨 조절에 필요한 Windows Media Player가 설치되어 있지 않습니다. 볼륨 조절 기능이 필요한 경우 설치 여부를 확인하세요.</system:String>
|
||||||
<system:String x:Key="Animation">애니메이션</system:String>
|
<system:String x:Key="Animation">애니메이션</system:String>
|
||||||
<system:String x:Key="AnimationTip">일부 UI에 애니메이션을 사용합니다.</system:String>
|
<system:String x:Key="AnimationTip">일부 UI에 애니메이션을 사용합니다.</system:String>
|
||||||
<system:String x:Key="AnimationSpeed">Animation Speed</system:String>
|
<system:String x:Key="AnimationSpeed">애니메이션 속도</system:String>
|
||||||
<system:String x:Key="AnimationSpeedTip">The speed of the UI animation</system:String>
|
<system:String x:Key="AnimationSpeedTip">UI 애니메이션의 속도</system:String>
|
||||||
<system:String x:Key="AnimationSpeedSlow">Slow</system:String>
|
<system:String x:Key="AnimationSpeedSlow">느림</system:String>
|
||||||
<system:String x:Key="AnimationSpeedMedium">Medium</system:String>
|
<system:String x:Key="AnimationSpeedMedium">보통</system:String>
|
||||||
<system:String x:Key="AnimationSpeedFast">Fast</system:String>
|
<system:String x:Key="AnimationSpeedFast">빠름</system:String>
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">사용자 정의</system:String>
|
||||||
<system:String x:Key="Clock">시계</system:String>
|
<system:String x:Key="Clock">시계</system:String>
|
||||||
<system:String x:Key="Date">날짜</system:String>
|
<system:String x:Key="Date">날짜</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">단축키</system:String>
|
<system:String x:Key="hotkey">단축키</system:String>
|
||||||
<system:String x:Key="hotkeys">단축키</system:String>
|
<system:String x:Key="hotkeys">단축키</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Open Flow Launcher</system:String>
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher 열기</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Flow Launcher를 열 때 사용할 단축키를 입력하세요.</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Flow Launcher를 열 때 사용할 단축키를 입력하세요.</system:String>
|
||||||
<system:String x:Key="previewHotkey">Toggle Preview</system:String>
|
<system:String x:Key="previewHotkey">미리보기 전환</system:String>
|
||||||
<system:String x:Key="previewHotkeyToolTip">미리보기 패널을 켜고 끌 때 사용할 단축키를 입력하세요.</system:String>
|
<system:String x:Key="previewHotkeyToolTip">미리보기 패널을 켜고 끌 때 사용할 단축키를 입력하세요.</system:String>
|
||||||
<system:String x:Key="hotkeyPresets">Hotkey Presets</system:String>
|
<system:String x:Key="hotkeyPresets">단축키 프리셋</system:String>
|
||||||
<system:String x:Key="hotkeyPresetsToolTip">List of currently registered hotkeys</system:String>
|
<system:String x:Key="hotkeyPresetsToolTip">List of currently registered hotkeys</system:String>
|
||||||
<system:String x:Key="openResultModifiers">결과 선택 단축키</system:String>
|
<system:String x:Key="openResultModifiers">결과 선택 단축키</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">결과 항목을 선택하는 단축키입니다.</system:String>
|
<system:String x:Key="openResultModifiersToolTip">결과 항목을 선택하는 단축키입니다.</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkey">단축키 표시</system:String>
|
<system:String x:Key="showOpenResultHotkey">단축키 표시</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">결과창에서 결과 선택 단축키를 표시합니다.</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">결과창에서 결과 선택 단축키를 표시합니다.</system:String>
|
||||||
<system:String x:Key="autoCompleteHotkey">Auto Complete</system:String>
|
<system:String x:Key="autoCompleteHotkey">자동 완성</system:String>
|
||||||
<system:String x:Key="autoCompleteHotkeyToolTip">Runs autocomplete for the selected items.</system:String>
|
<system:String x:Key="autoCompleteHotkeyToolTip">Runs autocomplete for the selected items.</system:String>
|
||||||
<system:String x:Key="SelectNextItemHotkey">Select Next Item</system:String>
|
<system:String x:Key="SelectNextItemHotkey">다음 항목 선택</system:String>
|
||||||
<system:String x:Key="SelectPrevItemHotkey">Select Previous Item</system:String>
|
<system:String x:Key="SelectPrevItemHotkey">이전 항목 선택</system:String>
|
||||||
<system:String x:Key="SelectNextPageHotkey">Next Page</system:String>
|
<system:String x:Key="SelectNextPageHotkey">다음 페이지</system:String>
|
||||||
<system:String x:Key="SelectPrevPageHotkey">Previous Page</system:String>
|
<system:String x:Key="SelectPrevPageHotkey">이전 페이지</system:String>
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">이전 쿼리로 전환</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">다음 쿼리로 전환</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">콘텍스트 메뉴 열기</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">콘텍스트 메뉴 열기</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">설정창 열기</system:String>
|
<system:String x:Key="SettingWindowHotkey">설정창 열기</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">파일 경로 복사</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">게임 모드 전환</system:String>
|
||||||
<system:String x:Key="ToggleHistoryHotkey">Toggle History</system:String>
|
<system:String x:Key="ToggleHistoryHotkey">기록창 켜기/끄기</system:String>
|
||||||
<system:String x:Key="OpenContainFolderHotkey">포함된 폴더 열기</system:String>
|
<system:String x:Key="OpenContainFolderHotkey">포함된 폴더 열기</system:String>
|
||||||
<system:String x:Key="RunAsAdminHotkey">Run As Admin</system:String>
|
<system:String x:Key="RunAsAdminHotkey">관리자로 실행</system:String>
|
||||||
<system:String x:Key="RequeryHotkey">Refresh Search Results</system:String>
|
<system:String x:Key="RequeryHotkey">Refresh Search Results</system:String>
|
||||||
<system:String x:Key="ReloadPluginHotkey">Reload Plugins Data</system:String>
|
<system:String x:Key="ReloadPluginHotkey">플러그인 데이터 새로고침</system:String>
|
||||||
<system:String x:Key="QuickWidthHotkey">Quick Adjust Window Width</system:String>
|
<system:String x:Key="QuickWidthHotkey">빠른 창 넓이 조정</system:String>
|
||||||
<system:String x:Key="QuickHeightHotkey">Quick Adjust Window Height</system:String>
|
<system:String x:Key="QuickHeightHotkey">빠른 창 높이 조정</system:String>
|
||||||
<system:String x:Key="ReloadPluginHotkeyToolTip">Use when require plugins to reload and update their existing data.</system:String>
|
<system:String x:Key="ReloadPluginHotkeyToolTip">Use when require plugins to reload and update their existing data.</system:String>
|
||||||
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
|
<system:String x:Key="AdditionalHotkeyToolTip">단축키를 하나 더 추가할 수 있습니다.</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">사용자지정 쿼리 단축키</system:String>
|
<system:String x:Key="customQueryHotkey">사용자지정 쿼리 단축키</system:String>
|
||||||
<system:String x:Key="customQueryShortcut">사용자 지정 쿼리 단축어</system:String>
|
<system:String x:Key="customQueryShortcut">사용자 지정 쿼리 단축어</system:String>
|
||||||
<system:String x:Key="builtinShortcuts">내장 단축어</system:String>
|
<system:String x:Key="builtinShortcuts">내장 단축어</system:String>
|
||||||
|
|
@ -212,7 +227,7 @@
|
||||||
<system:String x:Key="delete">삭제</system:String>
|
<system:String x:Key="delete">삭제</system:String>
|
||||||
<system:String x:Key="edit">편집</system:String>
|
<system:String x:Key="edit">편집</system:String>
|
||||||
<system:String x:Key="add">추가</system:String>
|
<system:String x:Key="add">추가</system:String>
|
||||||
<system:String x:Key="none">None</system:String>
|
<system:String x:Key="none">없음</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">항목을 선택하세요.</system:String>
|
<system:String x:Key="pleaseSelectAnItem">항목을 선택하세요.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">{0} 플러그인 단축키를 삭제하시겠습니까?</system:String>
|
<system:String x:Key="deleteCustomHotkeyWarning">{0} 플러그인 단축키를 삭제하시겠습니까?</system:String>
|
||||||
<system:String x:Key="deleteCustomShortcutWarning">Are you sure you want to delete shortcut: {0} with expansion {1}?</system:String>
|
<system:String x:Key="deleteCustomShortcutWarning">Are you sure you want to delete shortcut: {0} with expansion {1}?</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">로그 삭제</system:String>
|
<system:String x:Key="clearlogfolder">로그 삭제</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">정말 모든 로그를 삭제하시겠습니까?</system:String>
|
<system:String x:Key="clearlogfolderMessage">정말 모든 로그를 삭제하시겠습니까?</system:String>
|
||||||
<system:String x:Key="welcomewindow">마법사</system:String>
|
<system:String x:Key="welcomewindow">마법사</system:String>
|
||||||
|
<system:String x:Key="userdatapath">사용자 데이터 위치</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">사용자 설정과 설치된 플러그인은 사용자 데이터 폴더에 저장됩니다. 이 위치는 휴대용 모드 활성화 여부에 따라 달라질 수 있습니다.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">폴더 열기</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">파일관리자 선택</system:String>
|
<system:String x:Key="fileManagerWindow">파일관리자 선택</system:String>
|
||||||
|
|
@ -278,7 +296,7 @@
|
||||||
<system:String x:Key="fileManager_file_arg">파일경로 인수</system:String>
|
<system:String x:Key="fileManager_file_arg">파일경로 인수</system:String>
|
||||||
|
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowserTitle">기본 웹 브라우저r</system:String>
|
<system:String x:Key="defaultBrowserTitle">기본 웹 브라우저</system:String>
|
||||||
<system:String x:Key="defaultBrowser_tips">기본 설정은 OS의 기본 브라우저 설정을 따릅니다. 특정 브라우저를 지정할 경우, Flow는 해당 브라우저를 사용합니다.</system:String>
|
<system:String x:Key="defaultBrowser_tips">기본 설정은 OS의 기본 브라우저 설정을 따릅니다. 특정 브라우저를 지정할 경우, Flow는 해당 브라우저를 사용합니다.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_name">브라우저</system:String>
|
<system:String x:Key="defaultBrowser_name">브라우저</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">브라우저 이름</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">브라우저 이름</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">취소</system:String>
|
<system:String x:Key="commonCancel">취소</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">삭제</system:String>
|
<system:String x:Key="commonDelete">삭제</system:String>
|
||||||
|
<system:String x:Key="commonOK">확인</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">버전</system:String>
|
<system:String x:Key="reportWindow_version">버전</system:String>
|
||||||
|
|
@ -404,7 +425,7 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
|
|
||||||
<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
|
<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
|
||||||
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
|
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
|
||||||
<system:String x:Key="HotkeyRequery">Run current query again</system:String>
|
<system:String x:Key="HotkeyRequery">현재 쿼리 재실행</system:String>
|
||||||
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
|
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
|
||||||
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
|
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
|
||||||
|
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">스메</system:String>
|
<system:String x:Key="RecommendAcronyms">스메</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">스티커 메모</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">스티커 메모</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">파일 크기</system:String>
|
||||||
|
<system:String x:Key="Created">만든 날짜</system:String>
|
||||||
|
<system:String x:Key="LastModified">수정한 날짜</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maximum results shown</system:String>
|
<system:String x:Key="maxShowResults">Maximum results shown</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
||||||
<system:String x:Key="select">Select</system:String>
|
<system:String x:Key="select">Select</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
||||||
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Window Mode</system:String>
|
<system:String x:Key="windowMode">Window Mode</system:String>
|
||||||
<system:String x:Key="opacity">Opacity</system:String>
|
<system:String x:Key="opacity">Opacity</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
<system:String x:Key="Clock">Clock</system:String>
|
<system:String x:Key="Clock">Clock</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Hotkey</system:String>
|
<system:String x:Key="hotkey">Hotkey</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">Cancel</system:String>
|
<system:String x:Key="commonCancel">Cancel</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Delete</system:String>
|
<system:String x:Key="commonDelete">Delete</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Version</system:String>
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
<!-- MainWindow -->
|
<!-- MainWindow -->
|
||||||
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program.</system:String>
|
<system:String x:Key="registerHotkeyFailed">Sneltoets "{0}" registreren. De sneltoets kan in gebruik zijn door een ander programma. Verander naar een andere sneltoets of sluit een ander programma.</system:String>
|
||||||
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
|
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">Kan {0} niet starten</system:String>
|
<system:String x:Key="couldnotStartCmd">Kan {0} niet starten</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Ongeldige Flow Launcher plugin bestandsextensie</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Ongeldige Flow Launcher plugin bestandsextensie</system:String>
|
||||||
|
|
@ -42,51 +42,57 @@
|
||||||
<system:String x:Key="SearchWindowScreenFocus">Monitor met Gefocust Venster</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor met Gefocust Venster</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenPrimary">Primaire Monitor</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primaire Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenCustom">Aangepaste Monitor</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Aangepaste Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
<system:String x:Key="SearchWindowAlign">Zoek vensterpositie op scherm</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
<system:String x:Key="SearchWindowAlignCenter">Midden</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
<system:String x:Key="SearchWindowAlignCenterTop">Midden boven</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
<system:String x:Key="SearchWindowAlignLeftTop">Links boven</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
<system:String x:Key="SearchWindowAlignRightTop">Rechts boven</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
<system:String x:Key="SearchWindowAlignCustom">Aangepaste Positie</system:String>
|
||||||
<system:String x:Key="language">Taal</system:String>
|
<system:String x:Key="language">Taal</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Laatste Query Style</system:String>
|
<system:String x:Key="lastQueryMode">Laatste Query Style</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Toon/Verberg vorige resultaten wanneer Flow Launcher wordt gereactiveerd.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Toon/Verberg vorige resultaten wanneer Flow Launcher wordt gereactiveerd.</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Behoud laatste zoekopdracht</system:String>
|
<system:String x:Key="LastQueryPreserved">Behoud laatste zoekopdracht</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Selecteer laatste zoekopdracht</system:String>
|
<system:String x:Key="LastQuerySelected">Selecteer laatste zoekopdracht</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Laatste zoekopdracht verwijderen</system:String>
|
<system:String x:Key="LastQueryEmpty">Laatste zoekopdracht verwijderen</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Vaste venster hoogte</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">De vensterhoogte is niet aanpasbaar door te slepen.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Laat maximale resultaten zien</system:String>
|
<system:String x:Key="maxShowResults">Laat maximale resultaten zien</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Je kunt dit ook snel aanpassen met CTRL+Plus en CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Negeer sneltoetsen in fullscreen mode</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Negeer sneltoetsen in vol scherm modus</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">De activatie van Flow Launcher uitschakelen als er een applicatie actief is die zich in een volledig scherm bevind (Aanbevolen voor spellen).</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">De activatie van Flow Launcher uitschakelen als er een applicatie actief is die zich in een volledig scherm bevind (Aanbevolen voor spellen).</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Standaard Bestandsbeheerder</system:String>
|
<system:String x:Key="defaultFileManager">Standaard Bestandsbeheerder</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Selecteer de bestandsbeheerder voor het openen van de map.</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Selecteer de bestandsbeheerder voor het openen van de map.</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Standaard webbrowser</system:String>
|
<system:String x:Key="defaultBrowser">Standaard webbrowser</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Instelling voor Nieuw tabblad, Nieuw Venster, Privémodus.</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Instelling voor Nieuw tabblad, Nieuw Venster, Privémodus.</system:String>
|
||||||
<system:String x:Key="pythonFilePath">Python Path</system:String>
|
<system:String x:Key="pythonFilePath">Python pad</system:String>
|
||||||
<system:String x:Key="nodeFilePath">Node.js Path</system:String>
|
<system:String x:Key="nodeFilePath">Node.js pad</system:String>
|
||||||
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
<system:String x:Key="selectNodeExecutable">Selecteer de Node.js uitvoerbare</system:String>
|
||||||
<system:String x:Key="selectPythonExecutable">Please select pythonw.exe</system:String>
|
<system:String x:Key="selectPythonExecutable">Selecteer pythonw.exe</system:String>
|
||||||
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
|
<system:String x:Key="typingStartEn">Begin altijd met typen in Engelse modus</system:String>
|
||||||
<system:String x:Key="typingStartEnTooltip">Temporarily change your input method to English mode when activating Flow.</system:String>
|
<system:String x:Key="typingStartEnTooltip">Verander tijdelijk je invoermethode in de Engelse modus bij het activeren van Flow.</system:String>
|
||||||
<system:String x:Key="autoUpdates">Automatische Update</system:String>
|
<system:String x:Key="autoUpdates">Automatische Update</system:String>
|
||||||
<system:String x:Key="select">Selecteer</system:String>
|
<system:String x:Key="select">Selecteer</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Verberg Flow Launcher als systeem opstart</system:String>
|
<system:String x:Key="hideOnStartup">Verberg Flow Launcher als systeem opstart</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher zoekvenster is verborgen in het systeemvak na het opstarten.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Systeemvakpictogram verbergen</system:String>
|
<system:String x:Key="hideNotifyIcon">Systeemvakpictogram verbergen</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Wanneer het pictogram verborgen is in het vak, kan het instellingenmenu worden geopend door de rechtermuisknop op het zoekvenster te klikken.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Zoekopdracht nauwkeurigheid</system:String>
|
<system:String x:Key="querySearchPrecision">Zoekopdracht nauwkeurigheid</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Wijzigt de minimale overeenkomst-score die vereist is voor resultaten.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Wijzigt de minimale overeenkomst-score die vereist is voor resultaten.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">Geen</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Laag</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Normaal</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Zou Pinyin moeten gebruiken</system:String>
|
<system:String x:Key="ShouldUsePinyin">Zou Pinyin moeten gebruiken</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Zorgt ervoor dat Pinyin gebruikt kan worden om te zoeken. Pinyin is het standaard systeem van geromaniseerde spelling voor het vertalen van Chinees.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Zorgt ervoor dat Pinyin gebruikt kan worden om te zoeken. Pinyin is het standaard systeem van geromaniseerde spelling voor het vertalen van Chinees.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="AlwaysPreview">Altijd voorbeeld</system:String>
|
||||||
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
|
<system:String x:Key="AlwaysPreviewToolTip">Open altijd het voorbeeld paneel wanneer Flow activeert. Druk op {0} om voorbeeld te schakelen.</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">Schaduw effect is niet toegestaan omdat het huidige thema een vervagingseffect heeft</system:String>
|
<system:String x:Key="shadowEffectNotAllowed">Schaduw effect is niet toegestaan omdat het huidige thema een vervagingseffect heeft</system:String>
|
||||||
|
|
||||||
<!-- Setting Plugin -->
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
<system:String x:Key="searchplugin">Plug-ins zoeken</system:String>
|
||||||
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
<system:String x:Key="searchpluginToolTip">Ctrl+F om plug-ins te zoeken</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
<system:String x:Key="searchplugin_Noresult_Title">Geen zoekresultaten</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
<system:String x:Key="searchplugin_Noresult_Subtitle">Probeer een andere zoekopdracht.</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
<system:String x:Key="plugin">Plug-in</system:String>
|
||||||
<system:String x:Key="plugins">Plugins</system:String>
|
<system:String x:Key="plugins">Plugins</system:String>
|
||||||
<system:String x:Key="browserMorePlugins">Zoek meer plugins</system:String>
|
<system:String x:Key="browserMorePlugins">Zoek meer plugins</system:String>
|
||||||
<system:String x:Key="enable">Aan</system:String>
|
<system:String x:Key="enable">Aan</system:String>
|
||||||
|
|
@ -99,49 +105,54 @@
|
||||||
<system:String x:Key="currentPriority">Huidige Prioriteit</system:String>
|
<system:String x:Key="currentPriority">Huidige Prioriteit</system:String>
|
||||||
<system:String x:Key="newPriority">Nieuwe Prioriteit</system:String>
|
<system:String x:Key="newPriority">Nieuwe Prioriteit</system:String>
|
||||||
<system:String x:Key="priority">Prioriteit</system:String>
|
<system:String x:Key="priority">Prioriteit</system:String>
|
||||||
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
<system:String x:Key="priorityToolTip">Wijzig Plug-in Resultaten Prioriteit</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Plugin map</system:String>
|
<system:String x:Key="pluginDirectory">Plugin map</system:String>
|
||||||
<system:String x:Key="author">door</system:String>
|
<system:String x:Key="author">door</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Init tijd:</system:String>
|
<system:String x:Key="plugin_init_time">Init tijd:</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Query tijd:</system:String>
|
<system:String x:Key="plugin_query_time">Query tijd:</system:String>
|
||||||
<system:String x:Key="plugin_query_version">Versie</system:String>
|
<system:String x:Key="plugin_query_version">Versie</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Website</system:String>
|
<system:String x:Key="plugin_query_web">Website</system:String>
|
||||||
<system:String x:Key="plugin_uninstall">Uninstall</system:String>
|
<system:String x:Key="plugin_uninstall">Verwijderen</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Plugin Store -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="pluginStore">Plugin Winkel</system:String>
|
<system:String x:Key="pluginStore">Plugin Winkel</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
<system:String x:Key="pluginStore_NewRelease">Nieuwe Versie</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recent bijgewerkt</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Plugins</system:String>
|
<system:String x:Key="pluginStore_None">Plugins</system:String>
|
||||||
<system:String x:Key="pluginStore_Installed">Installed</system:String>
|
<system:String x:Key="pluginStore_Installed">Geïnstalleerd</system:String>
|
||||||
<system:String x:Key="refresh">Vernieuwen</system:String>
|
<system:String x:Key="refresh">Vernieuwen</system:String>
|
||||||
<system:String x:Key="installbtn">Installeren</system:String>
|
<system:String x:Key="installbtn">Installeren</system:String>
|
||||||
<system:String x:Key="uninstallbtn">Uninstall</system:String>
|
<system:String x:Key="uninstallbtn">Verwijderen</system:String>
|
||||||
<system:String x:Key="updatebtn">Update</system:String>
|
<system:String x:Key="updatebtn">Bijwerken</system:String>
|
||||||
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
<system:String x:Key="LabelInstalledToolTip">Plug-in is al geïnstalleerd</system:String>
|
||||||
<system:String x:Key="LabelNew">New Version</system:String>
|
<system:String x:Key="LabelNew">Nieuwe Versie</system:String>
|
||||||
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
<system:String x:Key="LabelNewToolTip">Deze plug-in is in de laatste 7 dagen bijgewerkt</system:String>
|
||||||
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
<system:String x:Key="LabelUpdateToolTip">Nieuwe update beschikbaar</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="theme">Thema</system:String>
|
<system:String x:Key="theme">Thema</system:String>
|
||||||
<system:String x:Key="appearance">Appearance</system:String>
|
<system:String x:Key="appearance">Uiterlijk</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Zoek meer thema´s</system:String>
|
<system:String x:Key="browserMoreThemes">Zoek meer thema´s</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">Hoe maak je een thema</system:String>
|
<system:String x:Key="howToCreateTheme">Hoe maak je een thema</system:String>
|
||||||
<system:String x:Key="hiThere">Hallo daar</system:String>
|
<system:String x:Key="hiThere">Hallo daar</system:String>
|
||||||
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
<system:String x:Key="SampleTitleExplorer">Verkenner</system:String>
|
||||||
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
<system:String x:Key="SampleSubTitleExplorer">Zoek naar bestanden, mappen en bestandsinhoud</system:String>
|
||||||
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
<system:String x:Key="SampleTitleWebSearch">WebZoeken</system:String>
|
||||||
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
<system:String x:Key="SampleSubTitleWebSearch">Zoek op het web met verschillende zoekmachine ondersteuning</system:String>
|
||||||
<system:String x:Key="SampleTitleProgram">Program</system:String>
|
<system:String x:Key="SampleTitleProgram">Programma</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Programma's starten als admin of een andere gebruiker</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Procesdoder</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Ongewenste processen beëindigen</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Zoekbalk hoogte</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item hoogte</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Query Box lettertype</system:String>
|
<system:String x:Key="queryBoxFont">Query Box lettertype</system:String>
|
||||||
<system:String x:Key="resultItemFont">Resultaat Item lettertype</system:String>
|
<system:String x:Key="resultItemFont">Resultaat titel lettertype</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Herstellen</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Venster Modus</system:String>
|
<system:String x:Key="windowMode">Venster Modus</system:String>
|
||||||
<system:String x:Key="opacity">Ondoorzichtigheid</system:String>
|
<system:String x:Key="opacity">Ondoorzichtigheid</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Thema {0} bestaat niet, terugvallen op het standaardthema</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Thema {0} bestaat niet, terugvallen op het standaardthema</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
<system:String x:Key="Clock">Clock</system:String>
|
<system:String x:Key="Clock">Clock</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Sneltoets</system:String>
|
<system:String x:Key="hotkey">Sneltoets</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Ga naar vorige zoekopdracht</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Ga naar vorige zoekopdracht</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Ga naar volgende zoekopdracht</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Ga naar volgende zoekopdracht</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -246,51 +261,54 @@
|
||||||
<system:String x:Key="about">Over</system:String>
|
<system:String x:Key="about">Over</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="website">Website</system:String>
|
||||||
<system:String x:Key="github">GitHub</system:String>
|
<system:String x:Key="github">GitHub</system:String>
|
||||||
<system:String x:Key="docs">Docs</system:String>
|
<system:String x:Key="docs">Documentatie</system:String>
|
||||||
<system:String x:Key="version">Versie</system:String>
|
<system:String x:Key="version">Versie</system:String>
|
||||||
<system:String x:Key="icons">Icons</system:String>
|
<system:String x:Key="icons">Pictogrammen</system:String>
|
||||||
<system:String x:Key="about_activate_times">U heeft Flow Launcher {0} keer opgestart</system:String>
|
<system:String x:Key="about_activate_times">U heeft Flow Launcher {0} keer opgestart</system:String>
|
||||||
<system:String x:Key="checkUpdates">Zoek naar Updates</system:String>
|
<system:String x:Key="checkUpdates">Zoek naar Updates</system:String>
|
||||||
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
|
<system:String x:Key="BecomeASponsor">Sponsor worden</system:String>
|
||||||
<system:String x:Key="newVersionTips">Nieuwe versie {0} beschikbaar, start Flow Launcher opnieuw op</system:String>
|
<system:String x:Key="newVersionTips">Nieuwe versie {0} beschikbaar, start Flow Launcher opnieuw op</system:String>
|
||||||
<system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
|
<system:String x:Key="checkUpdatesFailed">Controleren op updates mislukt, controleer uw verbinding en proxy-instellingen voor api.github.com.</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com,
|
Downloaden is mislukt, controleer uw verbinding en proxy-instellingen voor github-cloud.s3.amazonaws.com,
|
||||||
or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
of ga naar https://github.com/Flow-Launcher/Flow.Launcher/releases om handmatig updates te downloaden.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Release Notes</system:String>
|
<system:String x:Key="releaseNotes">Release Notes</system:String>
|
||||||
<system:String x:Key="documentation">Usage Tips</system:String>
|
<system:String x:Key="documentation">Gebruiks tips</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">Ontwikkelaars Tools</system:String>
|
||||||
<system:String x:Key="settingfolder">Setting Folder</system:String>
|
<system:String x:Key="settingfolder">Instellingen map</system:String>
|
||||||
<system:String x:Key="logfolder">Log Folder</system:String>
|
<system:String x:Key="logfolder">Log Map</system:String>
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Logbestanden wissen</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Weet u zeker dat u alle logbestanden wilt verwijderen?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">Gegevenslocatie van gebruiker</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">Gebruikersinstellingen en geïnstalleerde plug-ins worden opgeslagen in de gebruikersgegevensmap. Deze locatie kan variëren afhankelijk van of het in draagbare modus is of niet.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Map openen</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Bestandsbeheerder selecteren</system:String>
|
||||||
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments if necessary. The default arguments are "%d", and a path is entered at that location. For example, If a command is required such as "totalcmd.exe /A c:\windows", argument is /A "%d".</system:String>
|
<system:String x:Key="fileManager_tips">Geef de bestandslocatie op van de bestandsbeheerder die u gebruikt en voeg indien nodig argumenten toe. De standaard argumenten zijn "%d", en er is een pad op die locatie ingevoerd. Bijvoorbeeld, als een commando vereist is zoals "totalcmd.exe /A c:\windows", dan is het argument /A "%d".</system:String>
|
||||||
<system:String x:Key="fileManager_tips2">"%f" is an argument that represent the file path. It is used to emphasize the file/folder name when opening a specific file location in 3rd party file manager. This argument is only available in the "Arg for File" item. If the file manager does not have that function, you can use "%d".</system:String>
|
<system:String x:Key="fileManager_tips2">"%f" is een argument dat het bestandspad representeerd. Het wordt gebruikt om de bestand/mapnaam te benadrukken bij het openen van een specifieke bestandslocatie in bestandsbeheer van derden. Dit argument is alleen beschikbaar in het item "Arg for File". Als de bestandsbeheerder die functie niet heeft, kan je "%d" gebruiken.</system:String>
|
||||||
<system:String x:Key="fileManager_name">File Manager</system:String>
|
<system:String x:Key="fileManager_name">Bestandsbeheerder</system:String>
|
||||||
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_profile_name">Profielnaam</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_path">Bestandsbeheerder pad</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg voor map</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_file_arg">Arg voor bestand</system:String>
|
||||||
|
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowserTitle">Standaard webbrowser</system:String>
|
<system:String x:Key="defaultBrowserTitle">Standaard webbrowser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_tips">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
|
<system:String x:Key="defaultBrowser_tips">De standaardinstelling volgt de standaardinstelling van de OS standaardinstellingen. Indien apart opgegeven, Flow gebruikt die browser.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowser_name">Webbrowser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Browser Naam</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_path">Browser pad</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">Nieuw Venster</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_newTab">Nieuw tabblad</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Privé modus</system:String>
|
||||||
|
|
||||||
<!-- Priority Setting Dialog -->
|
<!-- Priority Setting Dialog -->
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="changePriorityWindow">Prioriteit wijzigen</system:String>
|
||||||
<system:String x:Key="priority_tips">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</system:String>
|
<system:String x:Key="priority_tips">Groter getal, hoe hoger het resultaat zal worden gerangschikt. Probeer het in te stellen als 5. Als u wilt dat de resultaten lager zijn dan welke andere plug-in dan ook, geef een negatief getal op</system:String>
|
||||||
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
<system:String x:Key="invalidPriority">Geef een geldig geheel getal voor de prioriteit!</system:String>
|
||||||
|
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="oldActionKeywords">Oude actie sneltoets</system:String>
|
<system:String x:Key="oldActionKeywords">Oude actie sneltoets</system:String>
|
||||||
|
|
@ -301,38 +319,41 @@
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nieuwe actie sneltoets moet ingevuld worden</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nieuwe actie sneltoets moet ingevuld worden</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Nieuwe actie sneltoets is toegewezen aan een andere plugin, wijs een nieuwe actie sneltoets aan</system:String>
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Nieuwe actie sneltoets is toegewezen aan een andere plugin, wijs een nieuwe actie sneltoets aan</system:String>
|
||||||
<system:String x:Key="success">Succesvol</system:String>
|
<system:String x:Key="success">Succesvol</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="completedSuccessfully">Succesvol afgerond</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Gebruik * wanneer je geen nieuwe actie sneltoets wilt specificeren</system:String>
|
<system:String x:Key="actionkeyword_tips">Gebruik * wanneer je geen nieuwe actie sneltoets wilt specificeren</system:String>
|
||||||
|
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Custom Query Sneltoets</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Custom Query Sneltoets</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
|
<system:String x:Key="customeQueryHotkeyTips">Druk op een aangepaste sneltoets om Flow Launcher te openen en de opgegeven query automatisch in te voeren.</system:String>
|
||||||
<system:String x:Key="preview">Voorbeeld</system:String>
|
<system:String x:Key="preview">Voorbeeld</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Sneltoets is niet beschikbaar, selecteer een nieuwe sneltoets</system:String>
|
<system:String x:Key="hotkeyIsNotUnavailable">Sneltoets is niet beschikbaar, selecteer een nieuwe sneltoets</system:String>
|
||||||
<system:String x:Key="invalidPluginHotkey">Ongeldige plugin sneltoets</system:String>
|
<system:String x:Key="invalidPluginHotkey">Ongeldige plugin sneltoets</system:String>
|
||||||
<system:String x:Key="update">Update</system:String>
|
<system:String x:Key="update">Bijwerken</system:String>
|
||||||
<system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String>
|
<system:String x:Key="hotkeyRegTitle">Sneltoets koppelen</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String>
|
<system:String x:Key="hotkeyUnavailable">Huidige sneltoets is niet beschikbaar.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for "{0}" and can't be used. Please choose another hotkey.</system:String>
|
<system:String x:Key="hotkeyUnavailableUneditable">Deze sneltoets is gereserveerd voor "{0}" en kan niet worden gebruikt. Kies een andere sneltoets.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailableEditable">This hotkey is already in use by "{0}". If you press "Overwrite", it will be removed from "{0}".</system:String>
|
<system:String x:Key="hotkeyUnavailableEditable">Deze sneltoets is al in gebruik door "{0}". Als u op "Overschrijven" klikt, zal deze verwijderd worden uit "{0}".</system:String>
|
||||||
<system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String>
|
<system:String x:Key="hotkeyRegGuide">Druk op de toetsen die u wilt gebruiken voor deze functie.</system:String>
|
||||||
|
|
||||||
<!-- Custom Query Shortcut Dialog -->
|
<!-- Custom Query Shortcut Dialog -->
|
||||||
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
<system:String x:Key="customeQueryShortcutTitle">Aangepaste Query Snelkoppeling</system:String>
|
||||||
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
<system:String x:Key="customeQueryShortcutTips">Voer een snelkoppeling in die automatisch wordt uitgebreid naar de opgegeven zoekopdracht.</system:String>
|
||||||
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query.
|
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">Een snelkoppeling wordt uitgebreid wanneer deze precies overeenkomt met de 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.
|
Als u een '@' voorvoegsel toevoegt tijdens het invoeren van een snelkoppeling, matcht het met elke positie in de zoekopdracht. Ingebouwde snelkoppelingen komen overeen met elke positie in een query.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
<system:String x:Key="duplicateShortcut">Snelkoppeling bestaat al, vul een nieuwe snelkoppeling in of pas de bestaande aan.</system:String>
|
||||||
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
<system:String x:Key="emptyShortcut">Snelkoppeling en/of uitbreiding is leeg.</system:String>
|
||||||
|
|
||||||
<!-- Common Action -->
|
<!-- Common Action -->
|
||||||
<system:String x:Key="commonSave">Opslaan</system:String>
|
<system:String x:Key="commonSave">Opslaan</system:String>
|
||||||
<system:String x:Key="commonOverwrite">Overwrite</system:String>
|
<system:String x:Key="commonOverwrite">Overschrijf</system:String>
|
||||||
<system:String x:Key="commonCancel">Annuleer</system:String>
|
<system:String x:Key="commonCancel">Annuleer</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Herstellen</system:String>
|
||||||
<system:String x:Key="commonDelete">Verwijder</system:String>
|
<system:String x:Key="commonDelete">Verwijder</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Versie</system:String>
|
<system:String x:Key="reportWindow_version">Versie</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">Bestandsgrootte</system:String>
|
||||||
|
<system:String x:Key="Created">Gemaakt</system:String>
|
||||||
|
<system:String x:Key="LastModified">Laatst gewijzigd</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Zachowaj ostatnie zapytanie</system:String>
|
<system:String x:Key="LastQueryPreserved">Zachowaj ostatnie zapytanie</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Wybierz ostatnie zapytanie</system:String>
|
<system:String x:Key="LastQuerySelected">Wybierz ostatnie zapytanie</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Puste ostatnie zapytanie</system:String>
|
<system:String x:Key="LastQueryEmpty">Puste ostatnie zapytanie</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maksymalna liczba wyników</system:String>
|
<system:String x:Key="maxShowResults">Maksymalna liczba wyników</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Możesz to również szybko dostosować używając CTRL+Plus i CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Możesz to również szybko dostosować używając CTRL+Plus i CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoruj skróty klawiszowe w trybie pełnego ekranu</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoruj skróty klawiszowe w trybie pełnego ekranu</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Automatyczne aktualizacje</system:String>
|
<system:String x:Key="autoUpdates">Automatyczne aktualizacje</system:String>
|
||||||
<system:String x:Key="select">Wybierz</system:String>
|
<system:String x:Key="select">Wybierz</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Uruchamiaj Flow Launcher zminimalizowany</system:String>
|
<system:String x:Key="hideOnStartup">Uruchamiaj Flow Launcher zminimalizowany</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Ukryj ikonę zasobnika</system:String>
|
<system:String x:Key="hideNotifyIcon">Ukryj ikonę zasobnika</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Gdy ikona jest ukryta w zasobniku, menu Ustawienia można otworzyć, klikając prawym przyciskiem myszy okno wyszukiwania.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Gdy ikona jest ukryta w zasobniku, menu Ustawienia można otworzyć, klikając prawym przyciskiem myszy okno wyszukiwania.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Precyzja wyszukiwania zapytań</system:String>
|
<system:String x:Key="querySearchPrecision">Precyzja wyszukiwania zapytań</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Zmienia minimalny wynik dopasowania wymagany do uzyskania wyników.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Zmienia minimalny wynik dopasowania wymagany do uzyskania wyników.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Szukaj z Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Szukaj z Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Umożliwia wyszukiwanie przy użyciu Pinyin. Pinyin to standardowy system pisowni zromanizowanej służący do tłumaczenia języka chińskiego.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Umożliwia wyszukiwanie przy użyciu Pinyin. Pinyin to standardowy system pisowni zromanizowanej służący do tłumaczenia języka chińskiego.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Zawsze Podgląd</system:String>
|
<system:String x:Key="AlwaysPreview">Zawsze Podgląd</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Uruchamiaj programy jako administrator lub inny użytkownik</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Uruchamiaj programy jako administrator lub inny użytkownik</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ZabijProces</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ZabijProces</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Zakończ niechciane procesy</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Zakończ niechciane procesy</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Czcionka okna zapytania</system:String>
|
<system:String x:Key="queryBoxFont">Czcionka okna zapytania</system:String>
|
||||||
<system:String x:Key="resultItemFont">Czcionka okna wyników</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Tryb w oknie</system:String>
|
<system:String x:Key="windowMode">Tryb w oknie</system:String>
|
||||||
<system:String x:Key="opacity">Przeźroczystość</system:String>
|
<system:String x:Key="opacity">Przeźroczystość</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Motyw {0} nie istnieje, powróć do domyślnego motywu</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Motyw {0} nie istnieje, powróć do domyślnego motywu</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Niestandardowa</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Niestandardowa</system:String>
|
||||||
<system:String x:Key="Clock">Zegar</system:String>
|
<system:String x:Key="Clock">Zegar</system:String>
|
||||||
<system:String x:Key="Date">Data</system:String>
|
<system:String x:Key="Date">Data</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Skrót klawiszowy</system:String>
|
<system:String x:Key="hotkey">Skrót klawiszowy</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ Jeśli dodasz prefiks '@' podczas wprowadzania skrótu, będzie on pasował do d
|
||||||
<system:String x:Key="commonCancel">Anuluj</system:String>
|
<system:String x:Key="commonCancel">Anuluj</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Usu</system:String>
|
<system:String x:Key="commonDelete">Usu</system:String>
|
||||||
|
<system:String x:Key="commonOK">Aktualizuj</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Wersja</system:String>
|
<system:String x:Key="reportWindow_version">Wersja</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ Jeśli dodasz prefiks '@' podczas wprowadzania skrótu, będzie on pasował do d
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Preservar Última Consulta</system:String>
|
<system:String x:Key="LastQueryPreserved">Preservar Última Consulta</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Selecionar última consulta</system:String>
|
<system:String x:Key="LastQuerySelected">Selecionar última consulta</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Limpar última consulta</system:String>
|
<system:String x:Key="LastQueryEmpty">Limpar última consulta</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Máximo de resultados mostrados</system:String>
|
<system:String x:Key="maxShowResults">Máximo de resultados mostrados</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Você também pode ajustar isso rapidamente usando CTRL+Mais e CTRL+Menos.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Você também pode ajustar isso rapidamente usando CTRL+Mais e CTRL+Menos.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar atalhos em tela cheia</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar atalhos em tela cheia</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Atualizar Automaticamente</system:String>
|
<system:String x:Key="autoUpdates">Atualizar Automaticamente</system:String>
|
||||||
<system:String x:Key="select">Selecionar</system:String>
|
<system:String x:Key="select">Selecionar</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Esconder Flow Launcher na inicialização</system:String>
|
<system:String x:Key="hideOnStartup">Esconder Flow Launcher na inicialização</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Ocultar ícone da bandeja</system:String>
|
<system:String x:Key="hideNotifyIcon">Ocultar ícone da bandeja</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Quando o ícone não está na bandeja, o menu de Configurações pode ser aberto ao clicar na janela de busca com o botão direito do mouse.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Quando o ícone não está na bandeja, o menu de Configurações pode ser aberto ao clicar na janela de busca com o botão direito do mouse.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Precisão de Busca da Consulta</system:String>
|
<system:String x:Key="querySearchPrecision">Precisão de Busca da Consulta</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Altera a pontuação de match mínima exigida para resultados.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Altera a pontuação de match mínima exigida para resultados.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Buscar com Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Buscar com Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Permite o uso de Pinyin para busca. Pinyin é o sistema padrão de escrita romanizada para traduzir chinês.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Permite o uso de Pinyin para busca. Pinyin é o sistema padrão de escrita romanizada para traduzir chinês.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Sempre Pré-visualizar</system:String>
|
<system:String x:Key="AlwaysPreview">Sempre Pré-visualizar</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Inicie programas como administrador ou como um usuário diferente</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Inicie programas como administrador ou como um usuário diferente</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">Matador de Processos</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Matador de Processos</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Termine processos indesejados</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Termine processos indesejados</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Fonte da caixa de Consulta</system:String>
|
<system:String x:Key="queryBoxFont">Fonte da caixa de Consulta</system:String>
|
||||||
<system:String x:Key="resultItemFont">Fonte do Resultado</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Modo Janela</system:String>
|
<system:String x:Key="windowMode">Modo Janela</system:String>
|
||||||
<system:String x:Key="opacity">Opacidade</system:String>
|
<system:String x:Key="opacity">Opacidade</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Tema {0} não existe, retorne para o tema padrão</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Tema {0} não existe, retorne para o tema padrão</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Personalizado</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Personalizado</system:String>
|
||||||
<system:String x:Key="Clock">Relógio</system:String>
|
<system:String x:Key="Clock">Relógio</system:String>
|
||||||
<system:String x:Key="Date">Data</system:String>
|
<system:String x:Key="Date">Data</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Atalho</system:String>
|
<system:String x:Key="hotkey">Atalho</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Abrir Menu de Contexto</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Abrir Menu de Contexto</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Abrir Janela de Configurações</system:String>
|
<system:String x:Key="SettingWindowHotkey">Abrir Janela de Configurações</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Limpar Registros</system:String>
|
<system:String x:Key="clearlogfolder">Limpar Registros</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Tem certeza que quer excluir todos os registros?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Tem certeza que quer excluir todos os registros?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Assistente</system:String>
|
<system:String x:Key="welcomewindow">Assistente</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Selecione o Gerenciador de Arquivos</system:String>
|
<system:String x:Key="fileManagerWindow">Selecione o Gerenciador de Arquivos</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">Cancelar</system:String>
|
<system:String x:Key="commonCancel">Cancelar</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Apagar</system:String>
|
<system:String x:Key="commonDelete">Apagar</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Versão</system:String>
|
<system:String x:Key="reportWindow_version">Versão</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Notas Autoadesivas</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Notas Autoadesivas</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Manter última consulta</system:String>
|
<system:String x:Key="LastQueryPreserved">Manter última consulta</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Selecionar última consulta</system:String>
|
<system:String x:Key="LastQuerySelected">Selecionar última consulta</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Limpar última consulta</system:String>
|
<system:String x:Key="LastQueryEmpty">Limpar última consulta</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Altura fixa de janela</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">Não é possível ajustar o tamanho da janela por arrasto.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Número máximo de resultados</system:String>
|
<system:String x:Key="maxShowResults">Número máximo de resultados</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Também pode ajustar rapidamente através do atalho Ctrl+ e Ctrl-.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Também pode ajustar rapidamente através do atalho Ctrl+ e Ctrl-.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar teclas de atalho se em ecrã completo</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar teclas de atalho se em ecrã completo</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Atualização automática</system:String>
|
<system:String x:Key="autoUpdates">Atualização automática</system:String>
|
||||||
<system:String x:Key="select">Selecionar</system:String>
|
<system:String x:Key="select">Selecionar</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher ao arrancar</system:String>
|
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher ao arrancar</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Ocultar caixa de pesquisa na bandeja após iniciar Flow Launcher.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Ocultar ícone na bandeja</system:String>
|
<system:String x:Key="hideNotifyIcon">Ocultar ícone na bandeja</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">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.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">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.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Precisão da consulta</system:String>
|
<system:String x:Key="querySearchPrecision">Precisão da consulta</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Altera a precisão mínima necessário para obter resultados</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Altera a precisão mínima necessário para obter resultados</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">Nenhuma</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Baixa</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Normal</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Pesquisar com Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Pesquisar com Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Permite a utilização de Pinyin para pesquisar. Pinyin é um sistema normalizado de ortografia romanizada para tradução de mandarim.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Permite a utilização de Pinyin para pesquisar. Pinyin é um sistema normalizado de ortografia romanizada para tradução de mandarim.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Pré-visualizar sempre</system:String>
|
<system:String x:Key="AlwaysPreview">Pré-visualizar sempre</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Iniciar programas como administrador ou utilizador</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Iniciar programas como administrador ou utilizador</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">Terminador de processos</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Terminador de processos</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminar processos indesejados</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminar processos indesejados</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Altura da barra de pesquisa</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Altura do item</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Tipo de letra da consulta</system:String>
|
<system:String x:Key="queryBoxFont">Tipo de letra da consulta</system:String>
|
||||||
<system:String x:Key="resultItemFont">Tipo de letra dos resultados</system:String>
|
<system:String x:Key="resultItemFont">Tipo de letra dos títulos</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Tipo de letra dos subtítulos</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Repor</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Personalizar</system:String>
|
||||||
<system:String x:Key="windowMode">Modo da janela</system:String>
|
<system:String x:Key="windowMode">Modo da janela</system:String>
|
||||||
<system:String x:Key="opacity">Opacidade</system:String>
|
<system:String x:Key="opacity">Opacidade</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">O tema {0} não existe e será utilizado o tema padrão</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">O tema {0} não existe e será utilizado o tema padrão</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Personalizada</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Personalizada</system:String>
|
||||||
<system:String x:Key="Clock">Relógio</system:String>
|
<system:String x:Key="Clock">Relógio</system:String>
|
||||||
<system:String x:Key="Date">Data</system:String>
|
<system:String x:Key="Date">Data</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">Este tema tem suporte a dois modos (claro/escuro).</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">Este tema tem suporte a fundo transparente desfocado.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Tecla de atalho</system:String>
|
<system:String x:Key="hotkey">Tecla de atalho</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Ir para consulta anterior</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Ir para consulta anterior</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Ir para consulta seguinte</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Ir para consulta seguinte</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Abrir menu de contexto</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Abrir menu de contexto</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Abrir menu de contexto nativo</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Abrir janela de definições</system:String>
|
<system:String x:Key="SettingWindowHotkey">Abrir janela de definições</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copiar caminho do ficheiro</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copiar caminho do ficheiro</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Comutar modo de jogo</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Comutar modo de jogo</system:String>
|
||||||
|
|
@ -265,6 +280,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Limpar registos</system:String>
|
<system:String x:Key="clearlogfolder">Limpar registos</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Tem a certeza de que deseja remover todos os registos?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Tem a certeza de que deseja remover todos os registos?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Assistente</system:String>
|
<system:String x:Key="welcomewindow">Assistente</system:String>
|
||||||
|
<system:String x:Key="userdatapath">Localização dos dados do utilizador</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">As definições e os plugins instalados são guardados na pasta de dados do utilizador. A localização pode variar, tendo em conta se a aplicação está instalada ou no modo portátil</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Abrir pasta</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Selecione o gestor de ficheiros</system:String>
|
<system:String x:Key="fileManagerWindow">Selecione o gestor de ficheiros</system:String>
|
||||||
|
|
@ -332,6 +350,9 @@ Se adicionar o prefixo '@' durante a introdução do atalho, será utilizada qua
|
||||||
<system:String x:Key="commonCancel">Cancelar</system:String>
|
<system:String x:Key="commonCancel">Cancelar</system:String>
|
||||||
<system:String x:Key="commonReset">Repor</system:String>
|
<system:String x:Key="commonReset">Repor</system:String>
|
||||||
<system:String x:Key="commonDelete">Eliminar</system:String>
|
<system:String x:Key="commonDelete">Eliminar</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Sim</system:String>
|
||||||
|
<system:String x:Key="commonNo">Não</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Versão</system:String>
|
<system:String x:Key="reportWindow_version">Versão</system:String>
|
||||||
|
|
@ -379,8 +400,8 @@ Queira por favor mover a pasta do seu perfil de {0} para {1}
|
||||||
<system:String x:Key="Welcome_Page1_Text01">Esta é a primeira vez que está a utilizar Flow Launcher!</system:String>
|
<system:String x:Key="Welcome_Page1_Text01">Esta é a primeira vez que está a utilizar Flow Launcher!</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text02">Antes de utilizar a aplicação, este assistente ajuda a configurar Flow Launcher. Caso pretenda, pode ignorar este passo. Por favor escolha um idioma.</system:String>
|
<system:String x:Key="Welcome_Page1_Text02">Antes de utilizar a aplicação, este assistente ajuda a configurar Flow Launcher. Caso pretenda, pode ignorar este passo. Por favor escolha um idioma.</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Title">Pesquise ficheiros/pastas e execute aplicações no seu computador</system:String>
|
<system:String x:Key="Welcome_Page2_Title">Pesquise ficheiros/pastas e execute aplicações no seu computador</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text01">Pode pesquisar aplicações, ficheiros, marcadores, YouTube, Twitter e muito mais. Tudo isto é efetuado através do teclado, dispensando a utilização do rato</system:String>
|
<system:String x:Key="Welcome_Page2_Text01">Pode pesquisar aplicações, ficheiros, marcadores, YouTube, Twitter e muito mais. Tudo isto é efetuado através do teclado, dispensando a utilização do rato.</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher é iniciado com a tecla de atalho abaixo. Experimente. Para alterar esta tecla de atalho, clique no valor e escolha a combinação de teclas a utilizar</system:String>
|
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher é iniciado com a tecla de atalho abaixo indicada. Para alterar esta tecla de atalho, clique no valor e escolha a combinação de teclas a utilizar.</system:String>
|
||||||
<system:String x:Key="Welcome_Page3_Title">Teclas de atalho</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Teclas de atalho</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Title">Palavras-chave e comandos</system:String>
|
<system:String x:Key="Welcome_Page4_Title">Palavras-chave e comandos</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Text01">Pesquise na Web, inicie aplicações e execute funções com os nossos plugins. Algumas ações são invocadas com palavras-chave mas, se quiser, podem ser invocadas sem essas palavras-chave. Teste as consultas abaixo para experimentar.</system:String>
|
<system:String x:Key="Welcome_Page4_Text01">Pesquise na Web, inicie aplicações e execute funções com os nossos plugins. Algumas ações são invocadas com palavras-chave mas, se quiser, podem ser invocadas sem essas palavras-chave. Teste as consultas abaixo para experimentar.</system:String>
|
||||||
|
|
@ -416,4 +437,8 @@ Queira por favor mover a pasta do seu perfil de {0} para {1}
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">Tamanho do ficheiro</system:String>
|
||||||
|
<system:String x:Key="Created">Criado</system:String>
|
||||||
|
<system:String x:Key="LastModified">Última modificação</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Сохранение последнего запроса</system:String>
|
<system:String x:Key="LastQueryPreserved">Сохранение последнего запроса</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Выбор последнего запроса</system:String>
|
<system:String x:Key="LastQuerySelected">Выбор последнего запроса</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Очистить последний запрос</system:String>
|
<system:String x:Key="LastQueryEmpty">Очистить последний запрос</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Фиксированная высота окна</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Максимальное количество результатов</system:String>
|
<system:String x:Key="maxShowResults">Максимальное количество результатов</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Вы также можете быстро настроить это с помощью CTRL+плюс и CTRL+минус.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Вы также можете быстро настроить это с помощью CTRL+плюс и CTRL+минус.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Игнорировать горячие клавиши в полноэкранном режиме</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Игнорировать горячие клавиши в полноэкранном режиме</system:String>
|
||||||
|
|
@ -74,6 +76,7 @@
|
||||||
<system:String x:Key="autoUpdates">Автообновление</system:String>
|
<system:String x:Key="autoUpdates">Автообновление</system:String>
|
||||||
<system:String x:Key="select">Выбор</system:String>
|
<system:String x:Key="select">Выбор</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Скрыть Flow Launcher при запуске</system:String>
|
<system:String x:Key="hideOnStartup">Скрыть Flow Launcher при запуске</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Скрыть значок в трее</system:String>
|
<system:String x:Key="hideNotifyIcon">Скрыть значок в трее</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Когда значок скрыт в трее, меню настройки можно открыть, щёлкнув правой кнопкой мыши на окне поиска.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Когда значок скрыт в трее, меню настройки можно открыть, щёлкнув правой кнопкой мыши на окне поиска.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Точность поиска запросов</system:String>
|
<system:String x:Key="querySearchPrecision">Точность поиска запросов</system:String>
|
||||||
|
|
@ -146,8 +149,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Запуск программ от имени администратора или другого пользователя</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Запуск программ от имени администратора или другого пользователя</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">Удалятор процессов</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Удалятор процессов</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Завершение нежелательных процессов</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Завершение нежелательных процессов</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Шрифт запросов</system:String>
|
<system:String x:Key="queryBoxFont">Шрифт запросов</system:String>
|
||||||
<system:String x:Key="resultItemFont">Шрифт результатов</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Оконный режим</system:String>
|
<system:String x:Key="windowMode">Оконный режим</system:String>
|
||||||
<system:String x:Key="opacity">Прозрачность</system:String>
|
<system:String x:Key="opacity">Прозрачность</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Тема «{0}» не существует, откат к теме по умолчанию</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Тема «{0}» не существует, откат к теме по умолчанию</system:String>
|
||||||
|
|
@ -173,6 +181,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Своя</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Своя</system:String>
|
||||||
<system:String x:Key="Clock">Часы</system:String>
|
<system:String x:Key="Clock">Часы</system:String>
|
||||||
<system:String x:Key="Date">Дата</system:String>
|
<system:String x:Key="Date">Дата</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Горячая клавиша</system:String>
|
<system:String x:Key="hotkey">Горячая клавиша</system:String>
|
||||||
|
|
@ -196,6 +207,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Открыть контекстное меню</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Открыть контекстное меню</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Открыть окно настроек</system:String>
|
<system:String x:Key="SettingWindowHotkey">Открыть окно настроек</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -272,6 +284,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Очистить журнал</system:String>
|
<system:String x:Key="clearlogfolder">Очистить журнал</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Вы уверены, что хотите удалить все журналы?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Вы уверены, что хотите удалить все журналы?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Мастер</system:String>
|
<system:String x:Key="welcomewindow">Мастер</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Выбор менеджера файлов</system:String>
|
<system:String x:Key="fileManagerWindow">Выбор менеджера файлов</system:String>
|
||||||
|
|
@ -339,6 +354,9 @@
|
||||||
<system:String x:Key="commonCancel">Отменить</system:String>
|
<system:String x:Key="commonCancel">Отменить</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Удалить</system:String>
|
<system:String x:Key="commonDelete">Удалить</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Версия</system:String>
|
<system:String x:Key="reportWindow_version">Версия</system:String>
|
||||||
|
|
@ -423,4 +441,8 @@
|
||||||
<system:String x:Key="RecommendAcronyms">Команда sn</system:String>
|
<system:String x:Key="RecommendAcronyms">Команда sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Заметки</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Заметки</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Ponechať</system:String>
|
<system:String x:Key="LastQueryPreserved">Ponechať</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Označiť</system:String>
|
<system:String x:Key="LastQuerySelected">Označiť</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Vymazať</system:String>
|
<system:String x:Key="LastQueryEmpty">Vymazať</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">Výška okna sa nedá nastaviť ťahaním.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maximum výsledkov</system:String>
|
<system:String x:Key="maxShowResults">Maximum výsledkov</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Túto hodnotu môžete rýchlo upraviť aj pomocou klávesových skratiek CTRL + znamienko plus (+) a CTRL + znamienko mínus (-).</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Túto hodnotu môžete rýchlo upraviť aj pomocou klávesových skratiek CTRL + znamienko plus (+) a CTRL + znamienko mínus (-).</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovať klávesové skratky v režime na celú obrazovku</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovať klávesové skratky v režime na celú obrazovku</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Automatická aktualizácia</system:String>
|
<system:String x:Key="autoUpdates">Automatická aktualizácia</system:String>
|
||||||
<system:String x:Key="select">Vybrať</system:String>
|
<system:String x:Key="select">Vybrať</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Schovať Flow Launcher po spustení</system:String>
|
<system:String x:Key="hideOnStartup">Schovať Flow Launcher po spustení</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Vyhľadávacie okno Flow launchera sa po spustení skryje v oblasti oznámení.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Schovať ikonu z oblasti oznámení</system:String>
|
<system:String x:Key="hideNotifyIcon">Schovať ikonu z oblasti oznámení</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Keď je ikona skrytá z oblasti oznámení, nastavenia možno otvoriť kliknutím pravým tlačidlom myši na okno vyhľadávania.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Keď je ikona skrytá z oblasti oznámení, nastavenia možno otvoriť kliknutím pravým tlačidlom myši na okno vyhľadávania.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Presnosť vyhľadávania</system:String>
|
<system:String x:Key="querySearchPrecision">Presnosť vyhľadávania</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Mení minimálne skóre zhody potrebné na zobrazenie výsledkov.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Mení minimálne skóre zhody potrebné na zobrazenie výsledkov.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">Žiadna</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Nízka</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Normálna</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Vyhľadávanie pomocou pchin-jin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Vyhľadávanie pomocou pchin-jin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Umožňuje vyhľadávanie pomocou pchin-jin. Pchin-jin je systém zápisu čínskeho jazyka pomocou písmen latinky.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Umožňuje vyhľadávanie pomocou pchin-jin. Pchin-jin je systém zápisu čínskeho jazyka pomocou písmen latinky.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Vždy zobraziť náhľad</system:String>
|
<system:String x:Key="AlwaysPreview">Vždy zobraziť náhľad</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Spúšťanie programov ako správca alebo iný používateľ</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Spúšťanie programov ako správca alebo iný používateľ</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Ukončenie nežiaducich procesov</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Ukončenie nežiaducich procesov</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Písmo vyhľadávacieho poľa</system:String>
|
<system:String x:Key="queryBoxFont">Písmo vyhľadávacieho poľa</system:String>
|
||||||
<system:String x:Key="resultItemFont">Písmo výsledkov</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Resetovať</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Režim okno</system:String>
|
<system:String x:Key="windowMode">Režim okno</system:String>
|
||||||
<system:String x:Key="opacity">Nepriehľadnosť</system:String>
|
<system:String x:Key="opacity">Nepriehľadnosť</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Motív {0} neexistuje, použije sa predvolený motív</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Motív {0} neexistuje, použije sa predvolený motív</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Vlastné</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Vlastné</system:String>
|
||||||
<system:String x:Key="Clock">Hodiny</system:String>
|
<system:String x:Key="Clock">Hodiny</system:String>
|
||||||
<system:String x:Key="Date">Dátum</system:String>
|
<system:String x:Key="Date">Dátum</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">Tento motív podporuje 2 režimy (svetlý/tmavý).</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">Tento motív podporuje rozostrenie priehľadného pozadia.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Klávesové skratky</system:String>
|
<system:String x:Key="hotkey">Klávesové skratky</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Prejsť na predchádzajúci dopyt</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Prejsť na predchádzajúci dopyt</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Prejsť na nasledujúci dopyt</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Prejsť na nasledujúci dopyt</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Otvoriť kontextovú ponuku</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Otvoriť kontextovú ponuku</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Otvoriť natívnu kontextovú ponuku</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Otvoriť okno s nastaveniami</system:String>
|
<system:String x:Key="SettingWindowHotkey">Otvoriť okno s nastaveniami</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Kopírovať cestu k súboru</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Kopírovať cestu k súboru</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Prepnúť herný režim</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Prepnúť herný režim</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Vymazať logy</system:String>
|
<system:String x:Key="clearlogfolder">Vymazať logy</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Naozaj chcete odstrániť všetky logy?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Naozaj chcete odstrániť všetky logy?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Sprievodca</system:String>
|
<system:String x:Key="welcomewindow">Sprievodca</system:String>
|
||||||
|
<system:String x:Key="userdatapath">Cesta k používateľskému priečinku</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">Nastavenia používateľa a nainštalované pluginy sa ukladajú do používateľského priečinka. Toto umiestnenie sa môže líšiť v závislosti od toho, či je v prenosnom režime alebo nie.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Otvoriť priečinok</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Vyberte správcu súborov</system:String>
|
<system:String x:Key="fileManagerWindow">Vyberte správcu súborov</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ Ak pri zadávaní skratky pred ňu pridáte "@", bude sa zhodovať s
|
||||||
<system:String x:Key="commonCancel">Zrušiť</system:String>
|
<system:String x:Key="commonCancel">Zrušiť</system:String>
|
||||||
<system:String x:Key="commonReset">Resetovať</system:String>
|
<system:String x:Key="commonReset">Resetovať</system:String>
|
||||||
<system:String x:Key="commonDelete">Odstrániť</system:String>
|
<system:String x:Key="commonDelete">Odstrániť</system:String>
|
||||||
|
<system:String x:Key="commonOK">Aktualizovať</system:String>
|
||||||
|
<system:String x:Key="commonYes">Áno</system:String>
|
||||||
|
<system:String x:Key="commonNo">Nie</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Verzia</system:String>
|
<system:String x:Key="reportWindow_version">Verzia</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ Ak pri zadávaní skratky pred ňu pridáte "@", bude sa zhodovať s
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">Veľkosť súboru</system:String>
|
||||||
|
<system:String x:Key="Created">Vytvorené</system:String>
|
||||||
|
<system:String x:Key="LastModified">Upravené</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Sačuvaj poslednji Upit</system:String>
|
<system:String x:Key="LastQueryPreserved">Sačuvaj poslednji Upit</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Selektuj poslednji Upit</system:String>
|
<system:String x:Key="LastQuerySelected">Selektuj poslednji Upit</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Isprazni poslednji Upit</system:String>
|
<system:String x:Key="LastQueryEmpty">Isprazni poslednji Upit</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maksimum prikazanih rezultata</system:String>
|
<system:String x:Key="maxShowResults">Maksimum prikazanih rezultata</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoriši prečice u fullscreen režimu</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoriši prečice u fullscreen režimu</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Auto ažuriranje</system:String>
|
<system:String x:Key="autoUpdates">Auto ažuriranje</system:String>
|
||||||
<system:String x:Key="select">Izaberi</system:String>
|
<system:String x:Key="select">Izaberi</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Sakrij Flow Launcher pri podizanju sistema</system:String>
|
<system:String x:Key="hideOnStartup">Sakrij Flow Launcher pri podizanju sistema</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Font upita</system:String>
|
<system:String x:Key="queryBoxFont">Font upita</system:String>
|
||||||
<system:String x:Key="resultItemFont">Font rezultata</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Režim prozora</system:String>
|
<system:String x:Key="windowMode">Režim prozora</system:String>
|
||||||
<system:String x:Key="opacity">Neprozirnost</system:String>
|
<system:String x:Key="opacity">Neprozirnost</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
<system:String x:Key="Clock">Clock</system:String>
|
<system:String x:Key="Clock">Clock</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Prečica</system:String>
|
<system:String x:Key="hotkey">Prečica</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">Otkaži</system:String>
|
<system:String x:Key="commonCancel">Otkaži</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Obriši</system:String>
|
<system:String x:Key="commonDelete">Obriši</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Verzija</system:String>
|
<system:String x:Key="reportWindow_version">Verzija</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
<!-- MainWindow -->
|
<!-- MainWindow -->
|
||||||
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program.</system:String>
|
<system:String x:Key="registerHotkeyFailed">"{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.</system:String>
|
||||||
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
|
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">{0} başlatılamıyor</system:String>
|
<system:String x:Key="couldnotStartCmd">{0} başlatılamıyor</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Geçersiz Flow Launcher eklenti dosyası formatı</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Geçersiz Flow Launcher eklenti dosyası formatı</system:String>
|
||||||
|
|
@ -17,91 +17,97 @@
|
||||||
<system:String x:Key="copy">Kopyala</system:String>
|
<system:String x:Key="copy">Kopyala</system:String>
|
||||||
<system:String x:Key="cut">Kes</system:String>
|
<system:String x:Key="cut">Kes</system:String>
|
||||||
<system:String x:Key="paste">Yapıştır</system:String>
|
<system:String x:Key="paste">Yapıştır</system:String>
|
||||||
<system:String x:Key="undo">Undo</system:String>
|
<system:String x:Key="undo">Geri Al</system:String>
|
||||||
<system:String x:Key="selectAll">Select All</system:String>
|
<system:String x:Key="selectAll">Tümünü Seç</system:String>
|
||||||
<system:String x:Key="fileTitle">Dosya</system:String>
|
<system:String x:Key="fileTitle">Dosya</system:String>
|
||||||
<system:String x:Key="folderTitle">Klasör</system:String>
|
<system:String x:Key="folderTitle">Klasör</system:String>
|
||||||
<system:String x:Key="textTitle">Yazı</system:String>
|
<system:String x:Key="textTitle">Yazı</system:String>
|
||||||
<system:String x:Key="GameMode">Oyun Modu</system:String>
|
<system:String x:Key="GameMode">Oyun Modu</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Kısayol Tuşlarının kullanımını durdurun.</system:String>
|
<system:String x:Key="GameModeToolTip">Kısayol tuşlarının kullanımını durdurun.</system:String>
|
||||||
<system:String x:Key="PositionReset">Position Reset</system:String>
|
<system:String x:Key="PositionReset">Pencere Konumunu Sıfırla</system:String>
|
||||||
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
<system:String x:Key="PositionResetToolTip">Arama penceresinin konumunu sıfırla</system:String>
|
||||||
|
|
||||||
<!-- Setting General -->
|
<!-- Setting General -->
|
||||||
<system:String x:Key="flowlauncher_settings">Ayarlar</system:String>
|
<system:String x:Key="flowlauncher_settings">Ayarlar</system:String>
|
||||||
<system:String x:Key="general">Genel</system:String>
|
<system:String x:Key="general">Genel</system:String>
|
||||||
<system:String x:Key="portableMode">Taşınabilir Mod</system:String>
|
<system:String x:Key="portableMode">Taşınabilir Mod</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">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).</system:String>
|
<system:String x:Key="portableModeToolTIp">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).</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Flow Launcher'u başlangıçta başlat</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Sistem ile Başlat</system:String>
|
||||||
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
<system:String x:Key="setAutoStartFailed">Sistemle başlatma ayarı başarısız oldu</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Odak pencereden ayrıldığında Flow Launcher'u gizle</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Odak Pencereden Ayrıldığında Gizle</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Güncelleme bildirimlerini gösterme</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Güncelleme bildirimlerini gösterme</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Pencere Konumu</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Son Konumu Hatırla</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Fare İmlecinin Bulunduğu Monitör</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Aktif Pencerenin Bulunduğu Monitör</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Birincil Monitör</system:String>
|
||||||
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Seçilen Monitör</system:String>
|
||||||
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
<system:String x:Key="SearchWindowAlign">Seçili Monitördeki Pencere Konumu</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
<system:String x:Key="SearchWindowAlignCenter">Orta</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
<system:String x:Key="SearchWindowAlignCenterTop">Orta Üst</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
<system:String x:Key="SearchWindowAlignLeftTop">Sol Üst</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
<system:String x:Key="SearchWindowAlignRightTop">Sağ Üst</system:String>
|
||||||
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
<system:String x:Key="SearchWindowAlignCustom">Özel Konum</system:String>
|
||||||
<system:String x:Key="language">Dil</system:String>
|
<system:String x:Key="language">Dil</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Pencere açıldığında</system:String>
|
<system:String x:Key="lastQueryMode">Pencere Açıldığında</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Flow Launcher yeniden etkinleştirildiğinde önceki sonuçları göster/gizle.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Flow Launcher etkinleştirildiğinde bir önceki sonuçları göster/gizle.</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Son sorguyu sakla</system:String>
|
<system:String x:Key="LastQueryPreserved">Son Sorguyu Sakla</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Son sorguyu sakla ve tümünü seç</system:String>
|
<system:String x:Key="LastQuerySelected">Son Sorguyu Sakla ve Tümünü Seç</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Sorgu kutusunu temizle</system:String>
|
<system:String x:Key="LastQueryEmpty">Sorgu Kutusunu Temizle</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maksimum sonuç sayısı</system:String>
|
<system:String x:Key="KeepMaxResults">Sabit Pencere Yükseliği</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
<system:String x:Key="KeepMaxResultsToolTip">Pencere yüksekliği sürükleme ile ayarlanamaz.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Tam ekran modunda kısayol tuşunu gözardı et</system:String>
|
<system:String x:Key="maxShowResults">Maksimum Sonuç Sayısı</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Tam ekran bir uygulama etkinken Flow Launcher etkinleştirmesini devre dışı bırakın (Oyunlar için önerilir).</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Bunu CTRL + ve CTRL - kısayollarıyla da ayarlayabilirsiniz.</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Varsayılan Dosya Yöneticisi</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Tam Ekran Modunda Kısayol Tuşunu Gözardı Et</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Klasör açarken kullanılacak dosya yöneticisini seçin.</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Tam ekran bir uygulama etkinken Flow Launcher etkinleştirmesini devre dışı bırak (Oyunlar için önerilir).</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Varsayılan Tarayıcısı</system:String>
|
<system:String x:Key="defaultFileManager">Dosya Yönetici</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Yeni Sekme, Yeni Pencere, Gizli Mod için Ayar.</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Klasörleri açarken kullanılacak dosya yöneticisini.</system:String>
|
||||||
<system:String x:Key="pythonFilePath">Python Path</system:String>
|
<system:String x:Key="defaultBrowser">İnternet Tarayıcı</system:String>
|
||||||
<system:String x:Key="nodeFilePath">Node.js Path</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Websiteleri açmak için kullanılacak tarayıcı, yeni sekme/pencere ve gizli mod ile açma seçenekleri.</system:String>
|
||||||
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
<system:String x:Key="pythonFilePath">Python Kurulumu</system:String>
|
||||||
<system:String x:Key="selectPythonExecutable">Please select pythonw.exe</system:String>
|
<system:String x:Key="nodeFilePath">Node.js Kurulumu</system:String>
|
||||||
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
|
<system:String x:Key="selectNodeExecutable">node.exe dosyasını seçin</system:String>
|
||||||
<system:String x:Key="typingStartEnTooltip">Temporarily change your input method to English mode when activating Flow.</system:String>
|
<system:String x:Key="selectPythonExecutable">pythonw.exe dosyasını seçin</system:String>
|
||||||
|
<system:String x:Key="typingStartEn">İngilizce Klayve Düzeni Kullan</system:String>
|
||||||
|
<system:String x:Key="typingStartEnTooltip">Arama yaparken klayve düzenini geçici olarak İngilizce yap.</system:String>
|
||||||
<system:String x:Key="autoUpdates">Otomatik Güncelle</system:String>
|
<system:String x:Key="autoUpdates">Otomatik Güncelle</system:String>
|
||||||
<system:String x:Key="select">Seç</system:String>
|
<system:String x:Key="select">Seç</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Başlangıçta Flow Launcher'u gizle</system:String>
|
<system:String x:Key="hideOnStartup">Başlangıçta Pencereyi Gizle</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Sistem çekmecesi simgesini gizle</system:String>
|
<system:String x:Key="hideOnStartupToolTip">Arama kutusu başlangıçtan sonra sistem tepsisinde gizlenir.</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
<system:String x:Key="hideNotifyIcon">Sistem Tepsisinden Gizle</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Sorgu Arama Hassasiyeti</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Arama penceresine sağ tıklayarak ayarları açabilirsiniz.</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Sonuçlar için gereken minimum maç puanını değiştirir.</system:String>
|
<system:String x:Key="querySearchPrecision">Arama Hassasiyeti</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Pinyin kullanılmalı</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Sonuçlar için gereken minimum eşleşme puanını ayarla.</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Arama yapmak için Pinyin'in kullanılmasına izin verir. Pinyin, Çince'yi çevirmek için standart romanlaştırılmış yazım sistemidir.</system:String>
|
<system:String x:Key="SearchPrecisionNone">Hiçbiri</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="SearchPrecisionLow">Düşük</system:String>
|
||||||
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
|
<system:String x:Key="SearchPrecisionRegular">Normal</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">Mevcut temada bulanıklık efekti etkinken gölge efektine izin verilmez</system:String>
|
<system:String x:Key="ShouldUsePinyin">Pinyin</system:String>
|
||||||
|
<system:String x:Key="ShouldUsePinyinToolTip">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.</system:String>
|
||||||
|
<system:String x:Key="AlwaysPreview">Önizleme</system:String>
|
||||||
|
<system:String x:Key="AlwaysPreviewToolTip">Önizleme panelini her zaman aç. Önizlemeyi bu ayardan bağımsız {0} kısayolu ile açıp kapatabilirsiniz.</system:String>
|
||||||
|
<system:String x:Key="shadowEffectNotAllowed">Mevcut temada bulanıklık efekti etkinken gölgelendirme efektine izin verilmez</system:String>
|
||||||
|
|
||||||
<!-- Setting Plugin -->
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
<system:String x:Key="searchplugin">Eklenti Ara</system:String>
|
||||||
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
<system:String x:Key="searchpluginToolTip">Ctrl+F ile arayın</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
<system:String x:Key="searchplugin_Noresult_Title">Arama ile eşleşen bir eklenti bulunamadı</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
<system:String x:Key="searchplugin_Noresult_Subtitle">Farklı bir arama sorgusu deneyin.</system:String>
|
||||||
<system:String x:Key="plugin">Eklenti</system:String>
|
<system:String x:Key="plugin">Eklenti</system:String>
|
||||||
<system:String x:Key="plugins">Eklenti</system:String>
|
<system:String x:Key="plugins">Eklenti</system:String>
|
||||||
<system:String x:Key="browserMorePlugins">Daha fazla eklenti bul</system:String>
|
<system:String x:Key="browserMorePlugins">Daha fazla eklenti bul</system:String>
|
||||||
<system:String x:Key="enable">Açık</system:String>
|
<system:String x:Key="enable">Açık</system:String>
|
||||||
<system:String x:Key="disable">Devre Dışı</system:String>
|
<system:String x:Key="disable">Devre Dışı</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Anahtar sözcüğü Ayar eylemi</system:String>
|
<system:String x:Key="actionKeywordsTitle">Anahtar kelimeyi ayarla</system:String>
|
||||||
<system:String x:Key="actionKeywords">Anahtar Kelimeler</system:String>
|
<system:String x:Key="actionKeywords">Anahtar Kelimeler</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Varsayılan anahtar kelime eylemi</system:String>
|
<system:String x:Key="currentActionKeywords">Geçerli anahtar kelime</system:String>
|
||||||
<system:String x:Key="newActionKeyword">Yeni anahtar kelime eylemi</system:String>
|
<system:String x:Key="newActionKeyword">Yeni anahtar kelime</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Anahtar kelime eylemini değiştir</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Anahtar kelimeyi değiştir</system:String>
|
||||||
<system:String x:Key="currentPriority">Mevcut öncelik</system:String>
|
<system:String x:Key="currentPriority">Mevcut öncelik</system:String>
|
||||||
<system:String x:Key="newPriority">Yeni Öncelik</system:String>
|
<system:String x:Key="newPriority">Yeni Öncelik</system:String>
|
||||||
<system:String x:Key="priority">Öncelik</system:String>
|
<system:String x:Key="priority">Öncelik</system:String>
|
||||||
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
<system:String x:Key="priorityToolTip">Arama Sonuçlarındaki Önceliğini Ayarlayın</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Eklenti Klasörü</system:String>
|
<system:String x:Key="pluginDirectory">Eklenti Klasörü</system:String>
|
||||||
<system:String x:Key="author">Yapımcı:</system:String>
|
<system:String x:Key="author">Geliştirici:</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Açılış Süresi:</system:String>
|
<system:String x:Key="plugin_init_time">Açılış Süresi:</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Sorgu Süresi:</system:String>
|
<system:String x:Key="plugin_query_time">Sorgu Süresi:</system:String>
|
||||||
<system:String x:Key="plugin_query_version">Sürüm</system:String>
|
<system:String x:Key="plugin_query_version">Sürüm</system:String>
|
||||||
|
|
@ -111,124 +117,133 @@
|
||||||
|
|
||||||
<!-- Setting Plugin Store -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="pluginStore">Eklenti Mağazası</system:String>
|
<system:String x:Key="pluginStore">Eklenti Mağazası</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
<system:String x:Key="pluginStore_NewRelease">Yeni Sürüm</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Yakın Zamanda Güncellendi</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Eklentiler</system:String>
|
<system:String x:Key="pluginStore_None">Eklentiler</system:String>
|
||||||
<system:String x:Key="pluginStore_Installed">Installed</system:String>
|
<system:String x:Key="pluginStore_Installed">Yüklü</system:String>
|
||||||
<system:String x:Key="refresh">Yenile</system:String>
|
<system:String x:Key="refresh">Yenile</system:String>
|
||||||
<system:String x:Key="installbtn">Install</system:String>
|
<system:String x:Key="installbtn">Yükle</system:String>
|
||||||
<system:String x:Key="uninstallbtn">Kaldır</system:String>
|
<system:String x:Key="uninstallbtn">Kaldır</system:String>
|
||||||
<system:String x:Key="updatebtn">Güncelle</system:String>
|
<system:String x:Key="updatebtn">Güncelle</system:String>
|
||||||
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
<system:String x:Key="LabelInstalledToolTip">Eklenti zaten yüklü</system:String>
|
||||||
<system:String x:Key="LabelNew">New Version</system:String>
|
<system:String x:Key="LabelNew">Yeni Sürüm</system:String>
|
||||||
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
<system:String x:Key="LabelNewToolTip">Bu eklenti son 7 gün içerisinde güncellenmiş.</system:String>
|
||||||
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
<system:String x:Key="LabelUpdateToolTip">Yeni Bir Güncelleme Mevcut</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="theme">Temalar</system:String>
|
<system:String x:Key="theme">Temalar</system:String>
|
||||||
<system:String x:Key="appearance">Appearance</system:String>
|
<system:String x:Key="appearance">Görünüm</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Daha fazla tema bul</system:String>
|
<system:String x:Key="browserMoreThemes">Daha fazla tema bul</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">Nasıl bir tema yaratılır</system:String>
|
<system:String x:Key="howToCreateTheme">Tema oluşturma</system:String>
|
||||||
<system:String x:Key="hiThere">Merhaba</system:String>
|
<system:String x:Key="hiThere">Merhaba</system:String>
|
||||||
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
<system:String x:Key="SampleTitleExplorer">Dosya Gezgini</system:String>
|
||||||
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
<system:String x:Key="SampleSubTitleExplorer">Klasör, dosya ve dosya içeriklerini arayın</system:String>
|
||||||
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
<system:String x:Key="SampleTitleWebSearch">Web'de Arama</system:String>
|
||||||
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
<system:String x:Key="SampleSubTitleWebSearch">Birden fazla arama motoruyla web'de arayın</system:String>
|
||||||
<system:String x:Key="SampleTitleProgram">Program</system:String>
|
<system:String x:Key="SampleTitleProgram">Program</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Programları yönetici veya başka bir kullanıcı hesabından çalıştırın</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">İşlemSonlandırıcı</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">İstenmeyen işlemleri sonlandırın</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Arama Kutusu Yüksekliği</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Öğe Yüksekliği</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Pencere Yazı Tipi</system:String>
|
<system:String x:Key="queryBoxFont">Pencere Yazı Tipi</system:String>
|
||||||
<system:String x:Key="resultItemFont">Sonuç Yazı Tipi</system:String>
|
<system:String x:Key="resultItemFont">Arama Sonuçları Yazı Tipi</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Arama Sonuçları Yazı Tipi</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Sıfırla</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Kişiselleştir</system:String>
|
||||||
<system:String x:Key="windowMode">Pencere Modu</system:String>
|
<system:String x:Key="windowMode">Pencere Modu</system:String>
|
||||||
<system:String x:Key="opacity">Saydamlık</system:String>
|
<system:String x:Key="opacity">Saydamlık</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">{0} isimli tema bulunamadı, varsayılan temaya dönülüyor.</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">{0} isimli tema bulunamadı, varsayılan temaya dönülüyor.</system:String>
|
||||||
<system:String x:Key="theme_load_failure_parse_error">{0} isimli tema yüklenirken hata oluştu, varsayılan temaya dönülüyor.</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">{0} isimli tema yüklenirken hata oluştu, varsayılan temaya dönülüyor.</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Tema klasörü</system:String>
|
<system:String x:Key="ThemeFolder">Tema Klasörü</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Tema Klasörünü Aç</system:String>
|
<system:String x:Key="OpenThemeFolder">Tema Klasörünü Aç</system:String>
|
||||||
<system:String x:Key="ColorScheme">Renk düzeni</system:String>
|
<system:String x:Key="ColorScheme">Renk Düzeni</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">Sistem Varsayılanı</system:String>
|
<system:String x:Key="ColorSchemeSystem">Sistem Varsayılanı</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">Aydınlık</system:String>
|
<system:String x:Key="ColorSchemeLight">Aydınlık</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Koyu</system:String>
|
<system:String x:Key="ColorSchemeDark">Koyu</system:String>
|
||||||
<system:String x:Key="SoundEffect">Ses Efekti</system:String>
|
<system:String x:Key="SoundEffect">Ses Efekti</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Arama penceresi açıldığında küçük bir ses oynat</system:String>
|
<system:String x:Key="SoundEffectTip">Arama penceresi açıldığında küçük bir ses oynat</system:String>
|
||||||
<system:String x:Key="SoundEffectVolume">Sound Effect Volume</system:String>
|
<system:String x:Key="SoundEffectVolume">Ses Düzeyi</system:String>
|
||||||
<system:String x:Key="SoundEffectVolumeTip">Adjust the volume of the sound effect</system:String>
|
<system:String x:Key="SoundEffectVolumeTip">Ses efektinin seviyesini ayarla</system:String>
|
||||||
<system:String x:Key="SoundEffectWarning">Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume.</system:String>
|
<system:String x:Key="SoundEffectWarning">Bu ayarın çalışması için Windows Media Player gerekli. Sisteminizde yüklü olduğundan emin olun.</system:String>
|
||||||
<system:String x:Key="Animation">Animasyon</system:String>
|
<system:String x:Key="Animation">Animasyonlar</system:String>
|
||||||
<system:String x:Key="AnimationTip">Arayüzde Animasyon Kullan</system:String>
|
<system:String x:Key="AnimationTip">Arayüzde animasyonlar kullan</system:String>
|
||||||
<system:String x:Key="AnimationSpeed">Animation Speed</system:String>
|
<system:String x:Key="AnimationSpeed">Animasyon Hızı</system:String>
|
||||||
<system:String x:Key="AnimationSpeedTip">The speed of the UI animation</system:String>
|
<system:String x:Key="AnimationSpeedTip">Arayüz animasyonlarının hızı.</system:String>
|
||||||
<system:String x:Key="AnimationSpeedSlow">Slow</system:String>
|
<system:String x:Key="AnimationSpeedSlow">Yavaş</system:String>
|
||||||
<system:String x:Key="AnimationSpeedMedium">Medium</system:String>
|
<system:String x:Key="AnimationSpeedMedium">Orta</system:String>
|
||||||
<system:String x:Key="AnimationSpeedFast">Fast</system:String>
|
<system:String x:Key="AnimationSpeedFast">Hızlı</system:String>
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Özel</system:String>
|
||||||
<system:String x:Key="Clock">Clock</system:String>
|
<system:String x:Key="Clock">Saat</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Tarih</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Kısayol Tuşu</system:String>
|
<system:String x:Key="hotkey">Kısayol Tuşu</system:String>
|
||||||
<system:String x:Key="hotkeys">Kısayol Tuşu</system:String>
|
<system:String x:Key="hotkeys">Kısayol Tuşu</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Open Flow Launcher</system:String>
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher'ı Aç</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Flow Launcher'ı açıp kapatmak için kullanılacak kısayol.</system:String>
|
||||||
<system:String x:Key="previewHotkey">Toggle Preview</system:String>
|
<system:String x:Key="previewHotkey">Önizleme Kısayolu</system:String>
|
||||||
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
<system:String x:Key="previewHotkeyToolTip">Arama sırasında önizlemeyi açıp kapatmak için kullanılacak kısayol.</system:String>
|
||||||
<system:String x:Key="hotkeyPresets">Hotkey Presets</system:String>
|
<system:String x:Key="hotkeyPresets">Kısayol Ön Ayarları</system:String>
|
||||||
<system:String x:Key="hotkeyPresetsToolTip">List of currently registered hotkeys</system:String>
|
<system:String x:Key="hotkeyPresetsToolTip">Kayıtlı kısayolların listesi</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Açık Sonuç Değiştiricileri</system:String>
|
<system:String x:Key="openResultModifiers">Arama Sonuçlarını Açma Kısayolu</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Arama sonuçlarını klavye ile açmak için bir anahtar tuş seçin.</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkey">Kısayol Tuşunu Göster</system:String>
|
<system:String x:Key="showOpenResultHotkey">Kısayol Tuşunu Göster</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Arama sonuçlarının yanında açma kısayolunu göster.</system:String>
|
||||||
<system:String x:Key="autoCompleteHotkey">Auto Complete</system:String>
|
<system:String x:Key="autoCompleteHotkey">Otomatik Tamamla</system:String>
|
||||||
<system:String x:Key="autoCompleteHotkeyToolTip">Runs autocomplete for the selected items.</system:String>
|
<system:String x:Key="autoCompleteHotkeyToolTip">Seçilen öğeler için otomatik tamamlamayı çalıştırır.</system:String>
|
||||||
<system:String x:Key="SelectNextItemHotkey">Select Next Item</system:String>
|
<system:String x:Key="SelectNextItemHotkey">Sonraki Öğeyi Seç</system:String>
|
||||||
<system:String x:Key="SelectPrevItemHotkey">Select Previous Item</system:String>
|
<system:String x:Key="SelectPrevItemHotkey">Bir Önceki Öğeyi Seç</system:String>
|
||||||
<system:String x:Key="SelectNextPageHotkey">Next Page</system:String>
|
<system:String x:Key="SelectNextPageHotkey">Sonraki Sayfa</system:String>
|
||||||
<system:String x:Key="SelectPrevPageHotkey">Previous Page</system:String>
|
<system:String x:Key="SelectPrevPageHotkey">Bir Önceki Sayfa</system:String>
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Bir Önceki Sorguya Geç</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Sonraki Sorguya Geç</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Bağlam Menüsünü Aç</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="SettingWindowHotkey">Ayarlar Penceresini Aç</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Dosya Yolunu Kopyala</system:String>
|
||||||
<system:String x:Key="ToggleHistoryHotkey">Toggle History</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Oyun Modunu Aç/Kapat</system:String>
|
||||||
<system:String x:Key="OpenContainFolderHotkey">Open Containing Folder</system:String>
|
<system:String x:Key="ToggleHistoryHotkey">Geçmişe Kaydetmeyi Aç/Kapat</system:String>
|
||||||
<system:String x:Key="RunAsAdminHotkey">Run As Admin</system:String>
|
<system:String x:Key="OpenContainFolderHotkey">Dosya Konumunu Aç</system:String>
|
||||||
<system:String x:Key="RequeryHotkey">Refresh Search Results</system:String>
|
<system:String x:Key="RunAsAdminHotkey">Yönetici Olarak Çalıştır</system:String>
|
||||||
<system:String x:Key="ReloadPluginHotkey">Reload Plugins Data</system:String>
|
<system:String x:Key="RequeryHotkey">Arama Sonuçlarını Yenile</system:String>
|
||||||
<system:String x:Key="QuickWidthHotkey">Quick Adjust Window Width</system:String>
|
<system:String x:Key="ReloadPluginHotkey">Eklenti Verilerini Yenile</system:String>
|
||||||
<system:String x:Key="QuickHeightHotkey">Quick Adjust Window Height</system:String>
|
<system:String x:Key="QuickWidthHotkey">Pencere Genişliğini Ayarla</system:String>
|
||||||
<system:String x:Key="ReloadPluginHotkeyToolTip">Use when require plugins to reload and update their existing data.</system:String>
|
<system:String x:Key="QuickHeightHotkey">Pencere Yüksekliğini Ayarla</system:String>
|
||||||
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
|
<system:String x:Key="ReloadPluginHotkeyToolTip">Eklentilerin mevcut verilerini güncellemeleri gerektirdiğinde kullanın.</system:String>
|
||||||
|
<system:String x:Key="AdditionalHotkeyToolTip">Bu işlev için bir veya birden fazla kısayol atayabilirsiniz.</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Özel Sorgu Kısayolları</system:String>
|
<system:String x:Key="customQueryHotkey">Özel Sorgu Kısayolları</system:String>
|
||||||
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
|
<system:String x:Key="customQueryShortcut">Özel Kısaltmalar</system:String>
|
||||||
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
|
<system:String x:Key="builtinShortcuts">Dahili Kısaltmalar</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="customQuery">Sorgu</system:String>
|
||||||
<system:String x:Key="customShortcut">Shortcut</system:String>
|
<system:String x:Key="customShortcut">Kısaltma</system:String>
|
||||||
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
<system:String x:Key="customShortcutExpansion">Sorgu</system:String>
|
||||||
<system:String x:Key="builtinShortcutDescription">Açıklama</system:String>
|
<system:String x:Key="builtinShortcutDescription">Açıklama</system:String>
|
||||||
<system:String x:Key="delete">Sil</system:String>
|
<system:String x:Key="delete">Sil</system:String>
|
||||||
<system:String x:Key="edit">Düzenle</system:String>
|
<system:String x:Key="edit">Düzenle</system:String>
|
||||||
<system:String x:Key="add">Ekle</system:String>
|
<system:String x:Key="add">Ekle</system:String>
|
||||||
<system:String x:Key="none">None</system:String>
|
<system:String x:Key="none">Hiçbiri</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Lütfen bir öğe seçin</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Lütfen bir öğe seçin</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">{0} eklentisi için olan kısayolu silmek istediğinize emin misiniz?</system:String>
|
<system:String x:Key="deleteCustomHotkeyWarning">{0} kısayolunu silmek istediğinize emin misiniz?</system:String>
|
||||||
<system:String x:Key="deleteCustomShortcutWarning">Are you sure you want to delete shortcut: {0} with expansion {1}?</system:String>
|
<system:String x:Key="deleteCustomShortcutWarning">{0}: {1} kısaltmayı silmek istediğinize emin misiniz?</system:String>
|
||||||
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
|
<system:String x:Key="shortcut_clipboard_description">Kopyalanan metin</system:String>
|
||||||
<system:String x:Key="shortcut_active_explorer_path">Get path from active explorer.</system:String>
|
<system:String x:Key="shortcut_active_explorer_path">Dosya gezginindeki aktif dizin</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Gölgelendirme Efekti</system:String>
|
||||||
<system:String x:Key="shadowEffectCPUUsage">Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited.</system:String>
|
<system:String x:Key="shadowEffectCPUUsage">Önemli ölçüde grafik işlemci kullanır. Bilgisayarınızın performansı sınırlıysa önerilmez.</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="windowWidthSize">Pencere Genişliği</system:String>
|
||||||
<system:String x:Key="windowWidthSizeToolTip">You can also quickly adjust this by using Ctrl+[ and Ctrl+].</system:String>
|
<system:String x:Key="windowWidthSizeToolTip">Bunu Ctrl+[ ve Ctrl+] kısayollarıyla da ayarlayabilirsiniz.</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="useGlyphUI">Segoe Fluent Simgeleri</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="useGlyphUIEffect">Arama sonuçlarında mümkünse Segoe Fluent simgelerini kullan.</system:String>
|
||||||
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
|
<system:String x:Key="flowlauncherPressHotkey">Tuşa basın</system:String>
|
||||||
|
|
||||||
<!-- Setting Proxy -->
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="proxy">Vekil Sunucu</system:String>
|
<system:String x:Key="proxy">Vekil Sunucu</system:String>
|
||||||
<system:String x:Key="enableProxy">HTTP vekil sunucuyu etkinleştir.</system:String>
|
<system:String x:Key="enableProxy">HTTP Vekil Sunucuyu Etkinleştir</system:String>
|
||||||
<system:String x:Key="server">Sunucu Adresi</system:String>
|
<system:String x:Key="server">Sunucu Adresi</system:String>
|
||||||
<system:String x:Key="port">Port</system:String>
|
<system:String x:Key="port">Port</system:String>
|
||||||
<system:String x:Key="userName">Kullanıcı Adı</system:String>
|
<system:String x:Key="userName">Kullanıcı Adı</system:String>
|
||||||
|
|
@ -244,53 +259,56 @@
|
||||||
|
|
||||||
<!-- Setting About -->
|
<!-- Setting About -->
|
||||||
<system:String x:Key="about">Hakkında</system:String>
|
<system:String x:Key="about">Hakkında</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="website">Websitesi</system:String>
|
||||||
<system:String x:Key="github">GitHub</system:String>
|
<system:String x:Key="github">GitHub</system:String>
|
||||||
<system:String x:Key="docs">Docs</system:String>
|
<system:String x:Key="docs">Dokümantasyon</system:String>
|
||||||
<system:String x:Key="version">Sürüm</system:String>
|
<system:String x:Key="version">Sürüm</system:String>
|
||||||
<system:String x:Key="icons">Icons</system:String>
|
<system:String x:Key="icons">Kullanılan Simgeler</system:String>
|
||||||
<system:String x:Key="about_activate_times">Şu ana kadar Flow Launcher'u {0} kez aktifleştirdiniz.</system:String>
|
<system:String x:Key="about_activate_times">Şu ana kadar Flow Launcher'ı {0} kez aktifleştirdiniz.</system:String>
|
||||||
<system:String x:Key="checkUpdates">Güncellemeleri Kontrol Et</system:String>
|
<system:String x:Key="checkUpdates">Güncellemeleri Kontrol Et</system:String>
|
||||||
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
|
<system:String x:Key="BecomeASponsor">Sponsor Olun</system:String>
|
||||||
<system:String x:Key="newVersionTips">Uygulamanın yeni sürümü ({0}) mevcut, Lütfen Flow Launcher'u yeniden başlatın.</system:String>
|
<system:String x:Key="newVersionTips">Uygulamanın yeni sürümü ({0}) mevcut, Lütfen Flow Launcher'ı yeniden başlatın.</system:String>
|
||||||
<system:String x:Key="checkUpdatesFailed">Güncelleme kontrolü başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın api.github.com adresine ulaşabilir olduğunu kontrol edin.</system:String>
|
<system:String x:Key="checkUpdatesFailed">Güncelleme kontrolü başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın api.github.com adresine ulaşabilir olduğunu kontrol edin.</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
Güncellemenin yüklenmesi başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın github-cloud.s3.amazonaws.com
|
Güncellemenin yüklenmesi başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın github-cloud.s3.amazonaws.com
|
||||||
adresine ulaşabilir olduğunu kontrol edin ya da https://github.com/Flow-Launcher/Flow.Launcher/releases adresinden güncellemeyi elle indirin.
|
adresine ulaşabilir olduğunu kontrol edin ya da https://github.com/Flow-Launcher/Flow.Launcher/releases adresinden güncellemeyi elle indirin.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Sürüm Notları</system:String>
|
<system:String x:Key="releaseNotes">Sürüm Notları</system:String>
|
||||||
<system:String x:Key="documentation">Usage Tips</system:String>
|
<system:String x:Key="documentation">İpuçları</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">Geliştirici Araçları</system:String>
|
||||||
<system:String x:Key="settingfolder">Setting Folder</system:String>
|
<system:String x:Key="settingfolder">Ayarlar Klasörü</system:String>
|
||||||
<system:String x:Key="logfolder">Log Folder</system:String>
|
<system:String x:Key="logfolder">Günlük Klasörü</system:String>
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Günlükleri Temizle</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Tüm günlük kayıtlarını silmek istediğinize emin misiniz?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Kurulum Sihirbazı</system:String>
|
||||||
|
<system:String x:Key="userdatapath">Kullanıcı Verisi Dizini</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">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.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Klasörü Aç</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Dosya Yöneticisi Seçenekleri</system:String>
|
||||||
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments if necessary. The default arguments are "%d", and a path is entered at that location. For example, If a command is required such as "totalcmd.exe /A c:\windows", argument is /A "%d".</system:String>
|
<system:String x:Key="fileManager_tips">Lütfen dosya yöneticisinin dosya konumunu belirtin ve gerekliyse o dosya yöneticisine özel bağımsız değişkenleri ekleyin. Varsayılan bağımsız değişkenleri "%d" şeklindedir ve bu kısım açmaya çalıştığınız dosya yolu ile değiştirilir. Örneğin kullandığınız dosya yöneticinde, bir klasörü açmak için "totalcmd.exe /A c:\windows" gibi bir komut gerekiyorsa, bağımsız değişkenler /A "%d" şeklindedir.</system:String>
|
||||||
<system:String x:Key="fileManager_tips2">"%f" is an argument that represent the file path. It is used to emphasize the file/folder name when opening a specific file location in 3rd party file manager. This argument is only available in the "Arg for File" item. If the file manager does not have that function, you can use "%d".</system:String>
|
<system:String x:Key="fileManager_tips2">"%f" dosya yolunu temsil eden bir bağımsız değişkendir. Belirli bir dosya konumunu açarken dosya/klasör adını vurgulamak için kullanılır. Bu bağımsız değişken yalnızca "Dosya Açarken" öğesinde kullanılabilir. Dosya yöneticisi bu işleve sahip değilse, "%d" kullanabilirsiniz.</system:String>
|
||||||
<system:String x:Key="fileManager_name">File Manager</system:String>
|
<system:String x:Key="fileManager_name">Dosya Yöneticisi</system:String>
|
||||||
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_profile_name">Profil Adı</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_path">Dosya Yöneticisi Yolu</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_directory_arg">Klasör Açarken</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_file_arg">Dosya Açarken</system:String>
|
||||||
|
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowserTitle">Varsayılan İnternet Tarayıcısı</system:String>
|
<system:String x:Key="defaultBrowserTitle">İnternet Tarayıcı Seçenekleri</system:String>
|
||||||
<system:String x:Key="defaultBrowser_tips">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
|
<system:String x:Key="defaultBrowser_tips">"Default" ayarı sisteminizdeki varsayılan internet tarayıcıyı kullanır.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowser_name">Tarayıcı</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Profil Adı</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_path">Tarayıcı Yolu</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">Yeni Pencere</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_newTab">Yeni Sekme</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Gizli Mod için Bağımsız Değişken</system:String>
|
||||||
|
|
||||||
<!-- Priority Setting Dialog -->
|
<!-- Priority Setting Dialog -->
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="changePriorityWindow">Önceliği Ayarla</system:String>
|
||||||
<system:String x:Key="priority_tips">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</system:String>
|
<system:String x:Key="priority_tips">Sayı ne kadar büyükse, eklenti arama sonuçlarında da o kadar yüksekte sıralanır. Eğer eklentinin sağladığı sonuçların en altta yer almasını istiyorsanız negatif bir sayı girin.</system:String>
|
||||||
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
<system:String x:Key="invalidPriority">Geçerli bir tam sayı girin!</system:String>
|
||||||
|
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="oldActionKeywords">Eski Anahtar Kelime</system:String>
|
<system:String x:Key="oldActionKeywords">Eski Anahtar Kelime</system:String>
|
||||||
|
|
@ -299,45 +317,46 @@
|
||||||
<system:String x:Key="done">Tamam</system:String>
|
<system:String x:Key="done">Tamam</system:String>
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">Belirtilen eklenti bulunamadı</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">Belirtilen eklenti bulunamadı</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">Yeni anahtar kelime boş olamaz</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">Yeni anahtar kelime boş olamaz</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Yeni anahtar kelime başka bir eklentiye atanmış durumda. Lütfen başka bir anahtar kelime seçin</system:String>
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Yeni anahtar kelime başka bir eklentiye atanmış durumda. Lütfen başka bir anahtar kelime seçin.</system:String>
|
||||||
<system:String x:Key="success">Başarılı</system:String>
|
<system:String x:Key="success">Başarılı</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="completedSuccessfully">Başarıyla tamamlandı</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Anahtar kelime belirlemek istemiyorsanız * kullanın</system:String>
|
<system:String x:Key="actionkeyword_tips">Herhangi bir anahtar kelime belirlemek istemiyorsanız * kullanın</system:String>
|
||||||
|
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Özel Sorgu Kısayolları</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Özel Sorgu Kısayolları</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
|
<system:String x:Key="customeQueryHotkeyTips">Flow Launcher'ı açıp otomatik olarak girdiğiniz sorguyu aratması için bir kısayol atayın.</system:String>
|
||||||
<system:String x:Key="preview">Önizleme</system:String>
|
<system:String x:Key="preview">Önizleme</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Kısayol tuşu kullanılabilir değil, lütfen başka bir kısayol tuşu seçin</system:String>
|
<system:String x:Key="hotkeyIsNotUnavailable">Kısayol tuşu kullanılamıyor, lütfen başka bir kombinasyon girin.</system:String>
|
||||||
<system:String x:Key="invalidPluginHotkey">Geçersiz eklenti kısayol tuşu</system:String>
|
<system:String x:Key="invalidPluginHotkey">Geçersiz eklenti kısayol tuşu</system:String>
|
||||||
<system:String x:Key="update">Güncelle</system:String>
|
<system:String x:Key="update">Güncelle</system:String>
|
||||||
<system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String>
|
<system:String x:Key="hotkeyRegTitle">Kısayol Atanıyor</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String>
|
<system:String x:Key="hotkeyUnavailable">Kullanılamıyor</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for "{0}" and can't be used. Please choose another hotkey.</system:String>
|
<system:String x:Key="hotkeyUnavailableUneditable">Bu kısayol "{0}" için ayrılmıştır, lütfen başka bir kısayol deneyin.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailableEditable">This hotkey is already in use by "{0}". If you press "Overwrite", it will be removed from "{0}".</system:String>
|
<system:String x:Key="hotkeyUnavailableEditable">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.</system:String>
|
||||||
<system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String>
|
<system:String x:Key="hotkeyRegGuide">Bu işleve atamak istediğiniz kısayol tuşlarına basın.</system:String>
|
||||||
|
|
||||||
<!-- Custom Query Shortcut Dialog -->
|
<!-- Custom Query Shortcut Dialog -->
|
||||||
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
<system:String x:Key="customeQueryShortcutTitle">Özel Kısaltmalar</system:String>
|
||||||
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
<system:String x:Key="customeQueryShortcutTips">Yazdığınızda otomatik olarak belirtilen sorguya tamamlanacak bir kısaltma girin.</system:String>
|
||||||
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query.
|
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">Kısaltmanın sorgunun herhangi bir yerinde çalışması için başına @ ekleyin.
|
||||||
|
|
||||||
If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query.
|
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
<system:String x:Key="duplicateShortcut">Anahtar kelime zaten mevcut. Yeni bir kısaltma girin veya mevcut kısaltmayı düzenleyin.</system:String>
|
||||||
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
<system:String x:Key="emptyShortcut">Kısaltma ve/veya sorgu eksik.</system:String>
|
||||||
|
|
||||||
<!-- Common Action -->
|
<!-- Common Action -->
|
||||||
<system:String x:Key="commonSave">Kaydet</system:String>
|
<system:String x:Key="commonSave">Kaydet</system:String>
|
||||||
<system:String x:Key="commonOverwrite">Overwrite</system:String>
|
<system:String x:Key="commonOverwrite">Üzerine Yaz</system:String>
|
||||||
<system:String x:Key="commonCancel">İptal</system:String>
|
<system:String x:Key="commonCancel">İptal</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Sıfırla</system:String>
|
||||||
<system:String x:Key="commonDelete">Sil</system:String>
|
<system:String x:Key="commonDelete">Sil</system:String>
|
||||||
|
<system:String x:Key="commonOK">Güncelle</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Sürüm</system:String>
|
<system:String x:Key="reportWindow_version">Sürüm</system:String>
|
||||||
<system:String x:Key="reportWindow_time">Tarih</system:String>
|
<system:String x:Key="reportWindow_time">Tarih</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">Sorunu çözebilmemiz için lütfen uygulamanın ne yaparken çöktüğünü belirtin.</system:String>
|
<system:String x:Key="reportWindow_reproduce">Sorunu çözebilmemiz için lütfen uygulamanın ne yaparken çöktüğünü belirtin</system:String>
|
||||||
<system:String x:Key="reportWindow_send_report">Raporu Gönder</system:String>
|
<system:String x:Key="reportWindow_send_report">Raporu Gönder</system:String>
|
||||||
<system:String x:Key="reportWindow_cancel">İptal</system:String>
|
<system:String x:Key="reportWindow_cancel">İptal</system:String>
|
||||||
<system:String x:Key="reportWindow_general">Genel</system:String>
|
<system:String x:Key="reportWindow_general">Genel</system:String>
|
||||||
|
|
@ -348,73 +367,77 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="reportWindow_sending">Gönderiliyor</system:String>
|
<system:String x:Key="reportWindow_sending">Gönderiliyor</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Hata raporu başarıyla gönderildi</system:String>
|
<system:String x:Key="reportWindow_report_succeed">Hata raporu başarıyla gönderildi</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Hata raporu gönderimi başarısız oldu</system:String>
|
<system:String x:Key="reportWindow_report_failed">Hata raporu gönderimi başarısız oldu</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher'ta bir hata oluştu</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher'da bir hata oluştu</system:String>
|
||||||
|
|
||||||
<!-- General Notice -->
|
<!-- General Notice -->
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="pleaseWait">Lütfen bekleyin...</system:String>
|
||||||
|
|
||||||
<!-- Update -->
|
<!-- Update -->
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
<system:String x:Key="update_flowlauncher_update_check">Güncellemeler denetleniyor</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String>
|
<system:String x:Key="update_flowlauncher_already_on_latest">Güncel sürümü kullanıyorsunuz</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="update_flowlauncher_update_found">Güncelleme bulundu</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
<system:String x:Key="update_flowlauncher_updating">Güncelleniyor...</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||||||
Flow Launcher was not able to move your user profile data to the new update version.
|
Flow Launcher kullanıcı profilinizi güncel sürüme taşımakta başarısız oldu.
|
||||||
Please manually move your profile data folder from {0} to {1}
|
Lütfen {0} klasörünü {1}'e taşıyın
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
<system:String x:Key="update_flowlauncher_new_update">Yeni Güncelleme</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Flow Launcher'un yeni bir sürümü ({0}) mevcut</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">Flow Launcher'ın yeni bir sürümü ({0}) mevcut</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Güncellemelerin kurulması sırasında bir hata oluştu</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Güncellemelerin kurulması sırasında bir hata oluştu</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Güncelle</system:String>
|
<system:String x:Key="update_flowlauncher_update">Güncelle</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_cancel">İptal</system:String>
|
<system:String x:Key="update_flowlauncher_update_cancel">İptal</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Güncelleme Başarısız Oldu</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_check_connection">Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.</system:String>
|
<system:String x:Key="update_flowlauncher_check_connection">Güncelleme kontrolü başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın github-cloud.s3.amazonaws.com adresine ulaşabilir olduğunu kontrol edin.</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Bu güncelleme Flow Launcher'u yeniden başlatacaktır</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Güncelleme işlemi Flow Launcher'ı yeniden başlatacak</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">Aşağıdaki dosyalar güncelleştirilecektir</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">Aşağıdaki dosyalar güncelleştirilecek</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_files">Güncellenecek dosyalar</system:String>
|
<system:String x:Key="update_flowlauncher_update_files">Güncellenecek dosyalar</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_description">Güncelleme açıklaması</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_description">Güncelleme açıklaması</system:String>
|
||||||
|
|
||||||
<!-- Welcome Window -->
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<system:String x:Key="Skip">Atla</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page1_Title">Flow Launcher Sihirbazına Hoşgeldiniz</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text01">Hello, this is the first time you are running Flow Launcher!</system:String>
|
<system:String x:Key="Welcome_Page1_Text01">Merhaba, görünüşe göre Flow Launcher'ı ilk defa çalıştırıyorsunuz!</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text02">Before starting, this wizard will assist in setting up Flow Launcher. You can skip this if you wish. Please choose a language</system:String>
|
<system:String x:Key="Welcome_Page1_Text02">Başlamadan önce, bu sihirbaz Flow Launcher'ı kişiselleştirmenize yardım edecek. İsterseniz bu adımı atlayabilirsiniz.</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Title">Search and run all files and applications on your PC</system:String>
|
<system:String x:Key="Welcome_Page2_Title">Tüm Dosya ve Uygulamalarınıza Kolayca Erişin</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text01">Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.</system:String>
|
<system:String x:Key="Welcome_Page2_Text01">Uygulamalardan dosyalara, yer imlerine, YouTube'a, Twitter'a ve daha da fazlasına kadar her şeyi arayın. Hepsi klavyenizin rahatlığında, fareye hiç dokunmadan.</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher starts with the hotkey below, go ahead and try it out now. To change it, click on the input and press the desired hotkey on the keyboard.</system:String>
|
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher aşağıdaki kısayol tuşu ile başlar, ne duruyorsunuz deneyin hadi! Değiştirmek için üzerine tıklayın ve istediğiniz kısayol tuşuna basın.</system:String>
|
||||||
<system:String x:Key="Welcome_Page3_Title">Hotkeys</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Kısayol Tuşları</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page4_Title">Anahtar Kelimeler ve Komutlar</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Text01">Search the web, launch applications or run various functions through Flow Launcher plugins. Certain functions start with an action keyword, and if necessary, they can be used without action keywords. Try the queries below in Flow Launcher.</system:String>
|
<system:String x:Key="Welcome_Page4_Text01">Eklentiler aracılığıyla web'de arama yapın, uygulamaları başlatın veya çeşitli işlevleri çalıştırın. Bazı işlevler varsayılan olarak bir anahtar sözcüğü gerektirir, ayarlardan kaldırılırsa anahtar sözcüğü olmadan da kullanılabilirler. Aşağıdaki sorguları Flow Launcher'da deneyin.</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Hepsi Bu</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
<system:String x:Key="Welcome_Page5_Text01">Flow Launcher'ın keyfini çıkarın. Başlatma kısayolunu sakın unutmayın :)</system:String>
|
||||||
|
|
||||||
<!-- General Guide & Hotkey -->
|
<!-- General Guide & Hotkey -->
|
||||||
|
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Geri/Bağlam Menüsü</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Öğeler Arasında Gezinme</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Bağlam Menüsünü Aç</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Dosya Konumunu Aç</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Yönetici Olarak Çalıştır</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Sorgu Geçmişine Göz At</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Bağlam Menüsünden Arama Sonuçlarına Dön</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Otomatik Tamamla</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyRunDesc">Seçili Öğeyi Aç</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Ayarları Aç</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
<system:String x:Key="HotkeyF5Desc">Eklenti Verisini Yenile</system:String>
|
||||||
|
|
||||||
<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
|
<system:String x:Key="HotkeySelectFirstResult">İlk Arama Sonucunu Seç</system:String>
|
||||||
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
|
<system:String x:Key="HotkeySelectLastResult">Son Arama Sonucunu Seç</system:String>
|
||||||
<system:String x:Key="HotkeyRequery">Run current query again</system:String>
|
<system:String x:Key="HotkeyRequery">Geçerli Sorguyu Yenile</system:String>
|
||||||
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
|
<system:String x:Key="HotkeyOpenResult">Arama sonucunu aç</system:String>
|
||||||
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
|
<system:String x:Key="HotkeyOpenResultN">#{0} arama sonucunu aç</system:String>
|
||||||
|
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="RecommendWeather">Hava Durumu</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Google aramadan hava durumu</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
<system:String x:Key="RecommendShellDesc">Kabuk Komutu</system:String>
|
||||||
<system:String x:Key="RecommendBluetooth">s Bluetooth</system:String>
|
<system:String x:Key="RecommendBluetooth">s Bluetooth</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
<system:String x:Key="RecommendBluetoothDesc">Bluetooth ayarları</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Yapışkan Notlar</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">Dosya Boyutu</system:String>
|
||||||
|
<system:String x:Key="Created">Oluşturuldu</system:String>
|
||||||
|
<system:String x:Key="LastModified">Değiştirme Tarihi</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Зберегти останній запит</system:String>
|
<system:String x:Key="LastQueryPreserved">Зберегти останній запит</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Вибрати останній запит</system:String>
|
<system:String x:Key="LastQuerySelected">Вибрати останній запит</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Очистити останній запит</system:String>
|
<system:String x:Key="LastQueryEmpty">Очистити останній запит</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Максимальна кількість результатів</system:String>
|
<system:String x:Key="maxShowResults">Максимальна кількість результатів</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Ви також можете швидко налаштувати цей параметр за допомогою клавіш CTRL+Плюс чи CTRL+Мінус.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Ви також можете швидко налаштувати цей параметр за допомогою клавіш CTRL+Плюс чи CTRL+Мінус.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ігнорувати гарячі клавіші в повноекранному режимі</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ігнорувати гарячі клавіші в повноекранному режимі</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Автоматичне оновлення</system:String>
|
<system:String x:Key="autoUpdates">Автоматичне оновлення</system:String>
|
||||||
<system:String x:Key="select">Вибрати</system:String>
|
<system:String x:Key="select">Вибрати</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Сховати Flow Launcher при запуску системи</system:String>
|
<system:String x:Key="hideOnStartup">Сховати Flow Launcher при запуску системи</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Приховати значок в системному лотку</system:String>
|
<system:String x:Key="hideNotifyIcon">Приховати значок в системному лотку</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Коли піктограму приховано з трею, меню налаштувань можна відкрити, клацнувши правою кнопкою миші у вікні пошуку.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Коли піктограму приховано з трею, меню налаштувань можна відкрити, клацнувши правою кнопкою миші у вікні пошуку.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Точність пошуку запитів</system:String>
|
<system:String x:Key="querySearchPrecision">Точність пошуку запитів</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Змінює мінімальний бал збігів, необхідних для результатів.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Змінює мінімальний бал збігів, необхідних для результатів.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Використовувати піньїнь</system:String>
|
<system:String x:Key="ShouldUsePinyin">Використовувати піньїнь</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Дозволяє використовувати пінїнь для пошуку. Піньїнь - це стандартна система написання для перекладу китайської.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Дозволяє використовувати пінїнь для пошуку. Піньїнь - це стандартна система написання для перекладу китайської.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Завжди переглядати</system:String>
|
<system:String x:Key="AlwaysPreview">Завжди переглядати</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Запуск програм від імені адміністратора або іншого користувача</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Запуск програм від імені адміністратора або іншого користувача</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">Процес-кілер</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Процес-кілер</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Припинення небажаних процесів</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Припинення небажаних процесів</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Шрифт запитів</system:String>
|
<system:String x:Key="queryBoxFont">Шрифт запитів</system:String>
|
||||||
<system:String x:Key="resultItemFont">Шрифт результатів</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">Віконний режим</system:String>
|
<system:String x:Key="windowMode">Віконний режим</system:String>
|
||||||
<system:String x:Key="opacity">Прозорість</system:String>
|
<system:String x:Key="opacity">Прозорість</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Тема {0} не існує, повернення до теми за замовчуванням</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Тема {0} не існує, повернення до теми за замовчуванням</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Користувацька</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Користувацька</system:String>
|
||||||
<system:String x:Key="Clock">Годинник</system:String>
|
<system:String x:Key="Clock">Годинник</system:String>
|
||||||
<system:String x:Key="Date">Дата</system:String>
|
<system:String x:Key="Date">Дата</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Гаряча клавіша</system:String>
|
<system:String x:Key="hotkey">Гаряча клавіша</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Відкрити контекстне меню</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Відкрити контекстне меню</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Відкрити вікно налаштувань</system:String>
|
<system:String x:Key="SettingWindowHotkey">Відкрити вікно налаштувань</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Перемкнути режим гри</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Перемкнути режим гри</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Очистити журнали</system:String>
|
<system:String x:Key="clearlogfolder">Очистити журнали</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Ви впевнені, що хочете видалити всі журнали?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Ви впевнені, що хочете видалити всі журнали?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Чаклун</system:String>
|
<system:String x:Key="welcomewindow">Чаклун</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Виберіть файловий менеджер</system:String>
|
<system:String x:Key="fileManagerWindow">Виберіть файловий менеджер</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@
|
||||||
<system:String x:Key="commonCancel">Скасувати</system:String>
|
<system:String x:Key="commonCancel">Скасувати</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">Видалити</system:String>
|
<system:String x:Key="commonDelete">Видалити</system:String>
|
||||||
|
<system:String x:Key="commonOK">Добре</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Версія</system:String>
|
<system:String x:Key="reportWindow_version">Версія</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Липкі нотатки</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Липкі нотатки</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">Giữ lại truy vấn cuối cùng</system:String>
|
<system:String x:Key="LastQueryPreserved">Giữ lại truy vấn cuối cùng</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Chọn truy vấn cuối cùng</system:String>
|
<system:String x:Key="LastQuerySelected">Chọn truy vấn cuối cùng</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Trống truy vấn cuối cùng</system:String>
|
<system:String x:Key="LastQueryEmpty">Trống truy vấn cuối cùng</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">Số kết quả tối đa</system:String>
|
<system:String x:Key="maxShowResults">Số kết quả tối đa</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">Có thể thiết lập nhanh chóng bằng CTRL+Plus và CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">Có thể thiết lập nhanh chóng bằng CTRL+Plus và CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Bỏ qua phím nóng khi cửa sổ ở chế độ toàn màn hình</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Bỏ qua phím nóng khi cửa sổ ở chế độ toàn màn hình</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">Cập nhật tự động</system:String>
|
<system:String x:Key="autoUpdates">Cập nhật tự động</system:String>
|
||||||
<system:String x:Key="select">Chọn</system:String>
|
<system:String x:Key="select">Chọn</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Ẩn Trình khởi chạy luồng khi khởi động</system:String>
|
<system:String x:Key="hideOnStartup">Ẩn Trình khởi chạy luồng khi khởi động</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Ẩn biểu tượng thanh trạng thái</system:String>
|
<system:String x:Key="hideNotifyIcon">Ẩn biểu tượng thanh trạng thái</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">Khi biểu tượng bị ẩn khỏi khay, bạn có thể mở menu Cài đặt bằng cách nhấp chuột phải vào cửa sổ tìm kiếm.</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">Khi biểu tượng bị ẩn khỏi khay, bạn có thể mở menu Cài đặt bằng cách nhấp chuột phải vào cửa sổ tìm kiếm.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Độ chính xác của tìm kiếm truy vấn</system:String>
|
<system:String x:Key="querySearchPrecision">Độ chính xác của tìm kiếm truy vấn</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Kết quả tìm kiếm bắt buộc.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Kết quả tìm kiếm bắt buộc.</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">Không</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Hoạt động bính âm</system:String>
|
<system:String x:Key="ShouldUsePinyin">Hoạt động bính âm</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">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.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">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.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Luôn xem trước</system:String>
|
<system:String x:Key="AlwaysPreview">Luôn xem trước</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">Khởi chạy chương trình với tư cách quản trị viên hoặc người dùng khác</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Khởi chạy chương trình với tư cách quản trị viên hoặc người dùng khác</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">Buộc Tắt Tiến Trình </system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Buộc Tắt Tiến Trình </system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Chấm dứt các tiến trình không mong muốn</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Chấm dứt các tiến trình không mong muốn</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Phông chữ hộp truy vấn</system:String>
|
<system:String x:Key="queryBoxFont">Phông chữ hộp truy vấn</system:String>
|
||||||
<system:String x:Key="resultItemFont">Phông chữ kết quả</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Đặt lại</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">chế độ cửa sổ</system:String>
|
<system:String x:Key="windowMode">chế độ cửa sổ</system:String>
|
||||||
<system:String x:Key="opacity">độ mờ</system:String>
|
<system:String x:Key="opacity">độ mờ</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Chủ đề {0} không tồn tại nên mẫu mặc định được kích hoạt</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Chủ đề {0} không tồn tại nên mẫu mặc định được kích hoạt</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Tùy chỉnh</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Tùy chỉnh</system:String>
|
||||||
<system:String x:Key="Clock">Giờ</system:String>
|
<system:String x:Key="Clock">Giờ</system:String>
|
||||||
<system:String x:Key="Date">Ngày</system:String>
|
<system:String x:Key="Date">Ngày</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Phím tắt</system:String>
|
<system:String x:Key="hotkey">Phím tắt</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">Mở menu ngữ cảnh</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">Mở menu ngữ cảnh</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">Mở cửa sổ cài đặt</system:String>
|
<system:String x:Key="SettingWindowHotkey">Mở cửa sổ cài đặt</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Chép đường dẫn tập tin</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Chép đường dẫn tập tin</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Chuyển đổi chế độ trò chơi</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Chuyển đổi chế độ trò chơi</system:String>
|
||||||
|
|
@ -268,6 +283,9 @@
|
||||||
<system:String x:Key="clearlogfolder">Xóa tệp nhật ký</system:String>
|
<system:String x:Key="clearlogfolder">Xóa tệp nhật ký</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Bạn có chắc chắn muốn xóa tất cả nhật ký không?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Bạn có chắc chắn muốn xóa tất cả nhật ký không?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Chọn trình quản lý tệp</system:String>
|
<system:String x:Key="fileManagerWindow">Chọn trình quản lý tệp</system:String>
|
||||||
|
|
@ -337,6 +355,9 @@
|
||||||
<system:String x:Key="commonCancel">Hủy</system:String>
|
<system:String x:Key="commonCancel">Hủy</system:String>
|
||||||
<system:String x:Key="commonReset">Đặt lại</system:String>
|
<system:String x:Key="commonReset">Đặt lại</system:String>
|
||||||
<system:String x:Key="commonDelete">Xóa</system:String>
|
<system:String x:Key="commonDelete">Xóa</system:String>
|
||||||
|
<system:String x:Key="commonOK">OK</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Phiên bản</system:String>
|
<system:String x:Key="reportWindow_version">Phiên bản</system:String>
|
||||||
|
|
@ -423,4 +444,8 @@
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Ghi chú </system:String>
|
<system:String x:Key="RecommendAcronymsDesc">Ghi chú </system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">保留上次搜索关键字</system:String>
|
<system:String x:Key="LastQueryPreserved">保留上次搜索关键字</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">选择上次搜索关键字</system:String>
|
<system:String x:Key="LastQuerySelected">选择上次搜索关键字</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">清空上次搜索关键字</system:String>
|
<system:String x:Key="LastQueryEmpty">清空上次搜索关键字</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">最大结果显示个数</system:String>
|
<system:String x:Key="maxShowResults">最大结果显示个数</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">您也可以通过使用 CTRL+ "+" 和 CTRL+ "-" 来快速调整它。</system:String>
|
<system:String x:Key="maxShowResultsToolTip">您也可以通过使用 CTRL+ "+" 和 CTRL+ "-" 来快速调整它。</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">全屏模式下忽略热键</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">全屏模式下忽略热键</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">自动更新</system:String>
|
<system:String x:Key="autoUpdates">自动更新</system:String>
|
||||||
<system:String x:Key="select">选择</system:String>
|
<system:String x:Key="select">选择</system:String>
|
||||||
<system:String x:Key="hideOnStartup">系统启动时不显示主窗口</system:String>
|
<system:String x:Key="hideOnStartup">系统启动时不显示主窗口</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">隐藏任务栏图标</system:String>
|
<system:String x:Key="hideNotifyIcon">隐藏任务栏图标</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">任务栏图标被隐藏时,右键点击搜索窗口即可打开设置菜单。</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">任务栏图标被隐藏时,右键点击搜索窗口即可打开设置菜单。</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">查询搜索精度</system:String>
|
<system:String x:Key="querySearchPrecision">查询搜索精度</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">更改匹配成功所需的最低分数。</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">更改匹配成功所需的最低分数。</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">使用拼音搜索</system:String>
|
<system:String x:Key="ShouldUsePinyin">使用拼音搜索</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">允许使用拼音进行搜索。</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">允许使用拼音进行搜索。</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">始终打开预览</system:String>
|
<system:String x:Key="AlwaysPreview">始终打开预览</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">以管理员或其他用户身份启动程序</system:String>
|
<system:String x:Key="SampleSubTitleProgram">以管理员或其他用户身份启动程序</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">进程杀手</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">进程杀手</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">终止不需要的进程</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">终止不需要的进程</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">查询框字体</system:String>
|
<system:String x:Key="queryBoxFont">查询框字体</system:String>
|
||||||
<system:String x:Key="resultItemFont">结果项字体</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">窗口模式</system:String>
|
<system:String x:Key="windowMode">窗口模式</system:String>
|
||||||
<system:String x:Key="opacity">透明度</system:String>
|
<system:String x:Key="opacity">透明度</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">无法找到主题 {0} ,切换为默认主题</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">无法找到主题 {0} ,切换为默认主题</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">自定义</system:String>
|
<system:String x:Key="AnimationSpeedCustom">自定义</system:String>
|
||||||
<system:String x:Key="Clock">时钟</system:String>
|
<system:String x:Key="Clock">时钟</system:String>
|
||||||
<system:String x:Key="Date">日期</system:String>
|
<system:String x:Key="Date">日期</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">热键</system:String>
|
<system:String x:Key="hotkey">热键</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">打开菜单目录</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">打开菜单目录</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">打开设置窗口</system:String>
|
<system:String x:Key="SettingWindowHotkey">打开设置窗口</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">切换游戏模式</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">切换游戏模式</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">清除日志</system:String>
|
<system:String x:Key="clearlogfolder">清除日志</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">你确定要删除所有的日志吗?</system:String>
|
<system:String x:Key="clearlogfolderMessage">你确定要删除所有的日志吗?</system:String>
|
||||||
<system:String x:Key="welcomewindow">向导</system:String>
|
<system:String x:Key="welcomewindow">向导</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">默认文件管理器</system:String>
|
<system:String x:Key="fileManagerWindow">默认文件管理器</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@
|
||||||
<system:String x:Key="commonCancel">取消</system:String>
|
<system:String x:Key="commonCancel">取消</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">删除</system:String>
|
<system:String x:Key="commonDelete">删除</system:String>
|
||||||
|
<system:String x:Key="commonOK">更新</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">版本</system:String>
|
<system:String x:Key="reportWindow_version">版本</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">便笺</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">便笺</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,8 @@
|
||||||
<system:String x:Key="LastQueryPreserved">保留上一個查詢</system:String>
|
<system:String x:Key="LastQueryPreserved">保留上一個查詢</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">選擇上一個查詢</system:String>
|
<system:String x:Key="LastQuerySelected">選擇上一個查詢</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">清空上次搜尋關鍵字</system:String>
|
<system:String x:Key="LastQueryEmpty">清空上次搜尋關鍵字</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
|
||||||
|
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
|
||||||
<system:String x:Key="maxShowResults">最大結果顯示個數</system:String>
|
<system:String x:Key="maxShowResults">最大結果顯示個數</system:String>
|
||||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">全螢幕模式下忽略快捷鍵</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">全螢幕模式下忽略快捷鍵</system:String>
|
||||||
|
|
@ -71,10 +73,14 @@
|
||||||
<system:String x:Key="autoUpdates">自動更新</system:String>
|
<system:String x:Key="autoUpdates">自動更新</system:String>
|
||||||
<system:String x:Key="select">選擇</system:String>
|
<system:String x:Key="select">選擇</system:String>
|
||||||
<system:String x:Key="hideOnStartup">啟動時不顯示主視窗</system:String>
|
<system:String x:Key="hideOnStartup">啟動時不顯示主視窗</system:String>
|
||||||
|
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">隱藏任務欄圖示</system:String>
|
<system:String x:Key="hideNotifyIcon">隱藏任務欄圖示</system:String>
|
||||||
<system:String x:Key="hideNotifyIconToolTip">當圖示從系統列隱藏時,可以透過在搜尋視窗上按右鍵來開啟設定選單。</system:String>
|
<system:String x:Key="hideNotifyIconToolTip">當圖示從系統列隱藏時,可以透過在搜尋視窗上按右鍵來開啟設定選單。</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">查詢搜尋精確度</system:String>
|
<system:String x:Key="querySearchPrecision">查詢搜尋精確度</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">更改結果所需的最低匹配分數。</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">更改結果所需的最低匹配分數。</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||||||
|
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">拼音搜尋</system:String>
|
<system:String x:Key="ShouldUsePinyin">拼音搜尋</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">允許使用拼音來搜尋。拼音是將中文轉換為羅馬字母拼寫的標準系統。</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">允許使用拼音來搜尋。拼音是將中文轉換為羅馬字母拼寫的標準系統。</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">一律預覽</system:String>
|
<system:String x:Key="AlwaysPreview">一律預覽</system:String>
|
||||||
|
|
@ -140,8 +146,13 @@
|
||||||
<system:String x:Key="SampleSubTitleProgram">以系統管理員或其他使用者啟用應用程式</system:String>
|
<system:String x:Key="SampleSubTitleProgram">以系統管理員或其他使用者啟用應用程式</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||||||
|
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||||||
<system:String x:Key="queryBoxFont">查詢框字體</system:String>
|
<system:String x:Key="queryBoxFont">查詢框字體</system:String>
|
||||||
<system:String x:Key="resultItemFont">結果項字體</system:String>
|
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||||||
|
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||||||
|
<system:String x:Key="resetCustomize">Reset</system:String>
|
||||||
|
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||||||
<system:String x:Key="windowMode">視窗模式</system:String>
|
<system:String x:Key="windowMode">視窗模式</system:String>
|
||||||
<system:String x:Key="opacity">透明度</system:String>
|
<system:String x:Key="opacity">透明度</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">找不到主題 {0} ,將回到預設主題</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">找不到主題 {0} ,將回到預設主題</system:String>
|
||||||
|
|
@ -167,6 +178,9 @@
|
||||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
<system:String x:Key="Clock">時鐘</system:String>
|
<system:String x:Key="Clock">時鐘</system:String>
|
||||||
<system:String x:Key="Date">日期</system:String>
|
<system:String x:Key="Date">日期</system:String>
|
||||||
|
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
|
||||||
|
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">快捷鍵</system:String>
|
<system:String x:Key="hotkey">快捷鍵</system:String>
|
||||||
|
|
@ -190,6 +204,7 @@
|
||||||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||||||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||||||
<system:String x:Key="OpenContextMenuHotkey">打開選單</system:String>
|
<system:String x:Key="OpenContextMenuHotkey">打開選單</system:String>
|
||||||
|
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||||||
<system:String x:Key="SettingWindowHotkey">打開視窗設定</system:String>
|
<system:String x:Key="SettingWindowHotkey">打開視窗設定</system:String>
|
||||||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||||||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||||||
|
|
@ -266,6 +281,9 @@
|
||||||
<system:String x:Key="clearlogfolder">清除日誌</system:String>
|
<system:String x:Key="clearlogfolder">清除日誌</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">請確認要刪除所有日誌嗎?</system:String>
|
<system:String x:Key="clearlogfolderMessage">請確認要刪除所有日誌嗎?</system:String>
|
||||||
<system:String x:Key="welcomewindow">嚮導</system:String>
|
<system:String x:Key="welcomewindow">嚮導</system:String>
|
||||||
|
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||||||
|
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||||||
|
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">選擇檔案管理器</system:String>
|
<system:String x:Key="fileManagerWindow">選擇檔案管理器</system:String>
|
||||||
|
|
@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="commonCancel">取消</system:String>
|
<system:String x:Key="commonCancel">取消</system:String>
|
||||||
<system:String x:Key="commonReset">Reset</system:String>
|
<system:String x:Key="commonReset">Reset</system:String>
|
||||||
<system:String x:Key="commonDelete">刪除</system:String>
|
<system:String x:Key="commonDelete">刪除</system:String>
|
||||||
|
<system:String x:Key="commonOK">更新</system:String>
|
||||||
|
<system:String x:Key="commonYes">Yes</system:String>
|
||||||
|
<system:String x:Key="commonNo">No</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">版本</system:String>
|
<system:String x:Key="reportWindow_version">版本</system:String>
|
||||||
|
|
@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">便利貼</system:String>
|
<system:String x:Key="RecommendAcronymsDesc">便利貼</system:String>
|
||||||
|
|
||||||
|
<!-- Preview Area -->
|
||||||
|
<system:String x:Key="FileSize">File Size</system:String>
|
||||||
|
<system:String x:Key="Created">Created</system:String>
|
||||||
|
<system:String x:Key="LastModified">Last Modified</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -119,8 +119,6 @@
|
||||||
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
||||||
SelectionMode="Single"
|
SelectionMode="Single"
|
||||||
Style="{DynamicResource StoreListStyle}"
|
Style="{DynamicResource StoreListStyle}"
|
||||||
VirtualizingPanel.CacheLength="1,1"
|
|
||||||
VirtualizingPanel.CacheLengthUnit="Page"
|
|
||||||
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
|
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
|
||||||
VirtualizingPanel.ScrollUnit="Pixel">
|
VirtualizingPanel.ScrollUnit="Pixel">
|
||||||
<ListView.ItemsPanel>
|
<ListView.ItemsPanel>
|
||||||
|
|
@ -130,7 +128,6 @@
|
||||||
Margin="0,0,0,10"
|
Margin="0,0,0,10"
|
||||||
ItemSize="216,184"
|
ItemSize="216,184"
|
||||||
MouseWheelDelta="48"
|
MouseWheelDelta="48"
|
||||||
Orientation="Vertical"
|
|
||||||
ScrollLineDelta="16"
|
ScrollLineDelta="16"
|
||||||
SpacingMode="None"
|
SpacingMode="None"
|
||||||
StretchItems="True" />
|
StretchItems="True" />
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@
|
||||||
<Setter Property="FontSize" Value="25" />
|
<Setter Property="FontSize" Value="25" />
|
||||||
</Style>
|
</Style>
|
||||||
<CornerRadius x:Key="ItemRadius">5</CornerRadius>
|
<CornerRadius x:Key="ItemRadius">5</CornerRadius>
|
||||||
<Thickness x:Key="ItemMargin">10 0 5 0</Thickness>
|
<Thickness x:Key="ItemMargin">10 0 10 0</Thickness>
|
||||||
<Thickness x:Key="ResultMargin">0 10 0 10</Thickness>
|
<Thickness x:Key="ResultMargin">0 10 0 10</Thickness>
|
||||||
<Style
|
<Style
|
||||||
x:Key="ClockPanel"
|
x:Key="ClockPanel"
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ using CommunityToolkit.Mvvm.Input;
|
||||||
using Flow.Launcher.Core.ExternalPlugins;
|
using Flow.Launcher.Core.ExternalPlugins;
|
||||||
using Flow.Launcher.Core.Plugin;
|
using Flow.Launcher.Core.Plugin;
|
||||||
using Flow.Launcher.Plugin;
|
using Flow.Launcher.Plugin;
|
||||||
|
using SemanticVersioning;
|
||||||
|
using Version = SemanticVersioning.Version;
|
||||||
|
|
||||||
namespace Flow.Launcher.ViewModel
|
namespace Flow.Launcher.ViewModel
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Busca en los marcadores del navegador</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Busca en los marcadores del navegador</system:String>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Datos de marcador</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Datos del marcador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Abrir marcadores en:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Abrir marcadores en:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Nueva ventana</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Nueva ventana</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Nueva pestaña</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Nueva pestaña</system:String>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">선택</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">선택</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copy url</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copy url</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copy the bookmark's url to clipboard</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copy the bookmark's url to clipboard</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Load Browser From:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">데이터를 가져올 브라우저:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">브라우저 이름</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">브라우저 이름</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">데이터 디렉토리 위치</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">데이터 디렉토리 위치</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">추가</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">추가</system:String>
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">삭제</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">삭제</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">찾아보기</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">찾아보기</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Others</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Others</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Browser Engine</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">브라우저 엔진</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">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.</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">크롬, 파이어폭스 또는 엣지를 사용하지 않거나 이들의 포터블 버전을 사용하고 있다면, 이 플러그인을 작동시키기 위해 북마크 데이터 디렉토리를 추가하고 올바른 브라우저 엔진을 선택해야 합니다.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">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.</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">예를 들어: Brave의 엔진은 Chromium이며, 기본 북마크 데이터 위치는 "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData"입니다. Firefox 엔진의 경우, 북마크 위치는 places.sqlite 파일이 포함된 userdata 폴더입니다.</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -2,27 +2,27 @@
|
||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
|
|
||||||
<!-- Plugin Info -->
|
<!-- Plugin Info -->
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">Yer İşaretleri</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">Yer İmleri</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Tarayıcılarınızdaki yer işaretlerini arayın.</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Tarayıcınızdaki yer işaretlerini arayın</system:String>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Yer İmleri Verisi</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Yer İmleri Verisi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Open bookmarks in:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Yer imlerini şurada aç:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Yeni Pencere</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Yeni Pencere</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Yeni Sekme</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Yeni Sekme</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Dizin üzerinden tarayıcı seç:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Dizin üzerinden tarayıcı seç:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Seç</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Seç</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Url Kopyala</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Url Kopyala</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copy the bookmark's url to clipboard</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Yer imi bağlantısını kopyala</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Load Browser From:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Taraycılardan İçe Aktar:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Browser Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Tarayıcı Adı</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Data Directory Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Veri Dizini</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Ekle</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Ekle</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Düzenle</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Düzenle</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Sil</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Sil</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Gözat</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Gözat</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Others</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Diğerleri</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Browser Engine</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Tarayıcı Motoru</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">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.</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">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.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">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.</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">Ö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.</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,10 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Sayı değil (NaN)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Sayı değil (NaN)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">İfade hatalı ya da eksik. (Parantez koymayı mı unuttunuz?)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">İfade hatalı ya da eksik. (Parantez koymayı mı unuttunuz?)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Bu sayıyı panoya kopyala</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Bu sayıyı panoya kopyala</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">Decimal separator</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">Ondalık ayracı</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator_help">The decimal separator to be used in the output.</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator_help">Ondalık kısımları ayırmak için kullanılacak işaret.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">Use system locale</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">Sistem yerelleştirme ayarını kullan</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Comma (,)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Virgül (,)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Dot (.)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Nokta (.)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. decimal places</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Maks. ondalık basamak</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Size</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Upravit aktivační příkaz</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Upravit aktivační příkaz</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Odkazy rychlého přístupu</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Odkazy rychlého přístupu</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Nastavení Everything</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Nastavení Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Velikost</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Datum vytvoření</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Datum změny</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Možnosti řazení:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Možnosti řazení:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Umístění Everything:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Umístění Everything:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Spustit skryté</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Spustit skryté</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">Volných {0} z {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">Volných {0} z {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Otevřít ve výchozím správci souborů</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Otevřít ve výchozím správci souborů</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Použijte ">" pro vyhledávání v této složce, "*" pro vyhledávání přípon souborů nebo ">*" pro kombinaci obou vyhledávání.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Použijte ">" pro vyhledávání v této složce, "*" pro vyhledávání přípon souborů nebo ">*" pro kombinaci obou vyhledávání.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Nepodařilo se načíst SDK Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Nepodařilo se načíst SDK Everything</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Poznámka: Toto není možnost Fast Sort, vyhledávání může být pomalé</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Poznámka: Toto není možnost Fast Sort, vyhledávání může být pomalé</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Hledat celou cestu</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Hledat celou cestu</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Kliknutím spustíte nebo nainstalujete aplikaci Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Kliknutím spustíte nebo nainstalujete aplikaci Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Instalace Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Instalace Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Služba Everything se nainstaluje. Počkejte prosím...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Služba Everything se nainstaluje. Počkejte prosím...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Chcete povolit vyhledávání obsahu prostřednictvím služby Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Chcete povolit vyhledávání obsahu prostřednictvím služby Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Bez indexu (který je podporován pouze ve verzi Everything v1.5+) může být velmi pomalý</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Bez indexu (který je podporován pouze ve verzi Everything v1.5+) může být velmi pomalý</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Size</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Aktions-Schlüsselwörter ändern</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Aktions-Schlüsselwörter ändern</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Schnellzugriff-Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Schnellzugriff-Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Größe</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Öffnen mit</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Öffnen mit</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Programm zum Öffnen auswählen</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Programm zum Öffnen auswählen</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Klicken, um Everything zu starten oder zu installieren</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Klicken, um Everything zu starten oder zu installieren</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Möchten Sie die Inhaltssuche für alles aktivieren?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Möchten Sie die Inhaltssuche für alles aktivieren?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Size</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Fecha de creación</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Fecha de modificación</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Advertencia: No es una opción de orden rápido, las búsquedas pueden ser lentas</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Advertencia: No es una opción de orden rápido, las búsquedas pueden ser lentas</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Instalación de Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Instalación de Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Instalando el servicio de Everything. Por favor, espere...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Instalando el servicio de Everything. Por favor, espere...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<system:String x:Key="plugin_explorer_make_selection_warning">Por favor haga una selección primero</system:String>
|
<system:String x:Key="plugin_explorer_make_selection_warning">Por favor haga una selección primero</system:String>
|
||||||
<system:String x:Key="plugin_explorer_select_folder_link_warning">Por favor, seleccione un enlace de carpeta</system:String>
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">Por favor, seleccione un enlace de carpeta</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete_folder_link">¿Está seguro de que desea eliminar {0}?</system:String>
|
<system:String x:Key="plugin_explorer_delete_folder_link">¿Está seguro de que desea eliminar {0}?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefileconfirm">¿Está seguro que desea eliminar permanentemente este archivo?</system:String>
|
<system:String x:Key="plugin_explorer_deletefileconfirm">¿Está seguro de que desea eliminar permanentemente este archivo?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">¿Está seguro de que desea eliminar permanentemente este/esta archivo/carpeta?</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">¿Está seguro de que desea eliminar permanentemente este/esta archivo/carpeta?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Eliminación correcta</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Eliminación correcta</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">{0} se ha eliminado correctamente</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">{0} se ha eliminado correctamente</system:String>
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personalizar palabras clave de acción</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personalizar palabras clave de acción</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Enlaces de acceso rápido</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Enlaces de acceso rápido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Configuración Everything</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Configuración Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Panel de vista previa</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Tamaño</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Fecha de creación</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Fecha de modificación</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Mostrar información del archivo</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Formato de fecha y hora</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Ordenar por:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Ordenar por:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Ruta de Everything:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Ruta de Everything:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Iniciar oculto</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Iniciar oculto</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Abrir con</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Abrir con</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Seleccione un programa para abrir con</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Seleccione un programa para abrir con</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} libre de {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} libre de {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Abrir en administrador de archivos predeterminado</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Abrir en administrador de archivos predeterminado</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' para buscar en este directorio, '*' para buscar extensiones de archivo o '>*' para combinar ambas búsquedas.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' para buscar en este directorio, '*' para buscar extensiones de archivo o '>*' para combinar ambas búsquedas.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">No se ha podido cargar Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">No se ha podido cargar Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Advertencia: Esta no es una opción de clasificación rápida, las búsquedas pueden ser lentas</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Advertencia: Esta no es una opción de clasificación rápida, las búsquedas pueden ser lentas</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Buscar ruta completa</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Buscar ruta completa</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Hacer clic para lanzar o instalar Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Hacer clic para lanzar o instalar Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Instalación de Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Instalación de Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Instalando el servicio de Everything. Por favor, espere...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Instalando el servicio de Everything. Por favor, espere...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">¿Desea activar la búsqueda de contenidos de Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">¿Desea activar la búsqueda de contenidos de Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Puede ser muy lento sin índice (solo se admite en Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Puede ser muy lento sin índice (solo se admite en Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Menú contextual nativo</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Mostrar menú contextual nativo (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">En el siguiente cuadro puede especificar los elementos que desea incluir en el menú contextual, puede describirlos de forma parcial o completa (p. ej., 'ejecutar' o 'Abrir con').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">En el siguiente cuadro puede especificar los elementos que desea excluir del menú contextual, puede describirlos de forma parcial o completa (p. ej., 'ejecutar' o 'Abrir con').</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personnaliser les mots-clés d'action</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personnaliser les mots-clés d'action</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Liens d'accès rapide</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Liens d'accès rapide</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Paramètres Everything</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Paramètres Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Panneau d'aperçu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Taille</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date de création</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date de modification</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Afficher les informations du fichier</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Format de la date et de l'heure</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Option de tri :</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Option de tri :</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Chemin vers Everything :</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Chemin vers Everything :</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Démarrer minimisé</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Démarrer minimisé</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Ouvrir avec</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Ouvrir avec</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Sélectionnez un programme à ouvrir avec</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Sélectionnez un programme à ouvrir avec</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} libres sur {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} libres sur {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Ouvrir dans le gestionnaire de fichiers par défaut</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Ouvrir dans le gestionnaire de fichiers par défaut</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Utilisez '>' pour effectuer une recherche dans ce répertoire, '*' pour rechercher les extensions de fichiers ou '>*' pour combiner les deux recherches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Utilisez '>' pour effectuer une recherche dans ce répertoire, '*' pour rechercher les extensions de fichiers ou '>*' pour combiner les deux recherches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Échec du chargement du SDK Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Échec du chargement du SDK Everything</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Avertissement : Il ne s'agit pas d'une option de tri rapide, les recherches peuvent être lentes.</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Avertissement : Il ne s'agit pas d'une option de tri rapide, les recherches peuvent être lentes.</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Recherche du chemin complet</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Recherche du chemin complet</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Cliquez pour lancer ou installer Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Cliquez pour lancer ou installer Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Installation d'Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Installation d'Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installation du service Everything. Veuillez patienter...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installation du service Everything. Veuillez patienter...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Voulez-vous activer la recherche de contenu pour Everything ?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Voulez-vous activer la recherche de contenu pour Everything ?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Il peut être très lent sans index (qui n'est supporté que dans Everything v1.5+).</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Il peut être très lent sans index (qui n'est supporté que dans Everything v1.5+).</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personalizza Parola Chiave</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personalizza Parola Chiave</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Collegamenti ad Accesso Rapido</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Collegamenti ad Accesso Rapido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Impostazioni di Everything</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Impostazioni di Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Dimensioni</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Data di creazione</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Data della modifica</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Opzioni di ordinamento:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Opzioni di ordinamento:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Percorso di Everything:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Percorso di Everything:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Avvia nascosto</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Avvia nascosto</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Apri Con</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Apri Con</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Seleziona un programma con cui aprire</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Seleziona un programma con cui aprire</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} disponibili su {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} disponibili su {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Aprire con il Gestore File Predefinito</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Aprire con il Gestore File Predefinito</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Usa '>' per cercare in questa directory, '*' per cercare estensioni file o '>*' per combinare entrambe le ricerche.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Usa '>' per cercare in questa directory, '*' per cercare estensioni file o '>*' per combinare entrambe le ricerche.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Impossibile caricare l'SDK di Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Impossibile caricare l'SDK di Everything</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Attenzione: Questa non è un'opzione di ordinamento rapido, le ricerche potrebbero essere lente</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Attenzione: Questa non è un'opzione di ordinamento rapido, le ricerche potrebbero essere lente</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Cerca Percorso Completo</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Cerca Percorso Completo</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Clicca per avviare o installare Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Clicca per avviare o installare Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Installazione di Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Installazione di Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installazione di everything. Si prega di attendere...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installazione di everything. Si prega di attendere...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Vuoi abilitare la ricerca di contenuti per Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Vuoi abilitare la ricerca di contenuti per Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Può essere molto lento senza indice (che è supportato solo in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Può essere molto lento senza indice (che è supportato solo in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">サイズ</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">사용자 지정 액션 키워드</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">사용자 지정 액션 키워드</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">빠른 접근 항목</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">빠른 접근 항목</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything 설정</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything 설정</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">미리보기 패널</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">크기</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">만든 날짜</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">수정한 날짜</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">파일 정보 표시</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">시간과 날짜 형식</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">정렬 옵션:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">정렬 옵션:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything 경로:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything 경로:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -34,7 +40,7 @@
|
||||||
<system:String x:Key="plugin_explorer_shell_path">쉘 경로</system:String>
|
<system:String x:Key="plugin_explorer_shell_path">쉘 경로</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">색인 제외 경로</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">색인 제외 경로</system:String>
|
||||||
<system:String x:Key="plugin_explorer_use_location_as_working_dir">검색 결과위치를 실행 가능한 작업 디렉토리(Working Directory)로 사용</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">검색 결과위치를 실행 가능한 작업 디렉토리(Working Directory)로 사용</system:String>
|
||||||
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Hit Enter to open folder in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Enter 키를 눌렀을 때 기본 파일 관리자에서 폴더 열기</system:String>
|
||||||
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">색인 옵션</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">색인 옵션</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">검색:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">검색:</system:String>
|
||||||
|
|
@ -100,13 +106,15 @@
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">빠른 접근에서 제거</system:String>
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">빠른 접근에서 제거</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">이 항목을 빠른 접근에서 제거</system:String>
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">이 항목을 빠른 접근에서 제거</system:String>
|
||||||
<system:String x:Key="plugin_explorer_show_contextmenu_title">우클릭 메뉴 보기</system:String>
|
<system:String x:Key="plugin_explorer_show_contextmenu_title">우클릭 메뉴 보기</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">함께 열기</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">이 항목을 열 프로그램을 선택</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Everything을 실행 또는 설치하려면 클릭</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Everything을 실행 또는 설치하려면 클릭</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything 설치</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything 설치</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Everything 서비스 설치 중. 잠시 기다려주세요...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Everything 서비스 설치 중. 잠시 기다려주세요...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Eveyrhing으로 내용 검색을 활성화하시겠습니까?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Eveyrhing으로 내용 검색을 활성화하시겠습니까?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">인덱스가 없으면 매우 느릴 수 있습니다.(Everything v1.5+에서만 지원)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">인덱스가 없으면 매우 느릴 수 있습니다.(Everything v1.5+에서만 지원)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Size</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,16 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Voorbeeld Paneel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Grootte</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Datum aangemaakt</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Datum gewijzigd</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Bestandsinformatie weergeven</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Formaat voor datum en tijd</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
<system:String x:Key="plugin_explorer_editor_path">Editor Path</system:String>
|
<system:String x:Key="plugin_explorer_editor_path">Editor pad</system:String>
|
||||||
<system:String x:Key="plugin_explorer_shell_path">Shell Path</system:String>
|
<system:String x:Key="plugin_explorer_shell_path">Shell Path</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
||||||
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Use search result's location as the working directory of the executable</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Use search result's location as the working directory of the executable</system:String>
|
||||||
|
|
@ -103,43 +109,50 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Warning: Everything service is not running</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Waarschuwing: Everything service is niet actief</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_query_error">Error while querying Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_query_error">Fout bij het opvragen Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by">Sort By</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by">Sorteer op</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Pad</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Size</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Size</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">Extension</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">Uitbreiding</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">Type Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">Type naam</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">Date Created</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">Datum aangemaakt</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">Date Modified</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">Datum gewijzigd</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">Attributes</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">Kenmerken</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">File List FileName</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">Bestandslijst Bestandsnaam</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">Run Count</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">Aantal keer uitgevoerd</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Date Recently Changed</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Datum onlangs gewijzigd</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Date Accessed</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Datum laatst geopend</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Date Run</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Datum uitvoering</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Waarschuwing: Dit is geen snelle sorteeroptie, zoekopdrachten kunnen traag zijn</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything geïnstalleerd</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installeren Everything alles service. Een ogenblik geduld...</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Successfully installed Everything service</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Everything service is succesvol geïnstalleerd</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Automatisch installeren mislukt. Installeer de Everything-service handmatig, vanaf https://www.voidtools.com</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_run_service">Click here to start it</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_run_service">Klik hier om te starten</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_select">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</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_select">Kan geen 'Everything' vinden, wilt u handmatig een locatie selecteren?{0}{0}Klik op nee en alles zal automatisch voor u worden geïnstalleerd</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Rozmiar</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Links de Acesso Rápido</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Links de Acesso Rápido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Tamanho</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personalizar palavras-chave</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personalizar palavras-chave</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Ligações de acesso rápido</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Ligações de acesso rápido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Definições Everything</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Definições Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Painel de pré-visualização</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Tamanho</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Data de criação</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Data de modificação</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Mostrar informações do ficheiro</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Formato de data e de hora</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Ordenação:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Ordenação:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Caminho para Everything:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Caminho para Everything:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Iniciar oculto</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Iniciar oculto</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Abrir com</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Abrir com</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Selecione o programa a utilizar</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Selecione o programa a utilizar</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} livre de {1} no total</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} livre de {1} no total</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Abrir no gestor de ficheiros padrão</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Abrir no gestor de ficheiros padrão</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Utilize '>' para pesquisar nesta pasta, '*' para pesquisar por extensão de ficheiro e '>*' para combinar ambas as anteriores.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Utilize '>' para pesquisar nesta pasta, '*' para pesquisar por extensão de ficheiro e '>*' para combinar ambas as anteriores.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Falha ao carregar Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Falha ao carregar Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Aviso: esta não é uma opção de ordenação rápida e as pesquisas podem ser demoradas</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Aviso: esta não é uma opção de ordenação rápida e as pesquisas podem ser demoradas</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Pesquisar caminho completo</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Pesquisar caminho completo</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Clique para iniciar ou instalar Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Clique para iniciar ou instalar Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Instalação Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Instalação Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">A instalar o serviço Everything. Por favor aguarde...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">A instalar o serviço Everything. Por favor aguarde...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Deseja ativar a pesquisa de conteúdo através de Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Deseja ativar a pesquisa de conteúdo através de Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Pode ser muito lento sem índice (que apenas existe em Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Pode ser muito lento sem índice (que apenas existe em Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Размер</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Upraviť aktivačný príkaz</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Upraviť aktivačný príkaz</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Odkazy Rýchleho prístupu</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Odkazy Rýchleho prístupu</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Nastavenia Everything</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Nastavenia Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Panel náhľadu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Veľkosť</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Dátum vytvorenia</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Dátum úpravy</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Zobraziť informácie o súbore</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Formát dátumu a času</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Zoradenie:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Zoradenie:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Umiestnenie Everything:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Umiestnenie Everything:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Spustiť skryté</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Spustiť skryté</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Otvoriť s</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Otvoriť s</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Vyberte program, ktorým chcete otvoriť súbor</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Vyberte program, ktorým chcete otvoriť súbor</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">Voľných {0} z {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">Voľných {0} z {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Otvoriť v predvolenom správcovi súborov</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Otvoriť v predvolenom správcovi súborov</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Použite ">" na vyhľadávanie v tomto priečinku, "*" na vyhľadávanie prípon súborov alebo ">*" na kombináciu oboch hľadaní.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Použite ">" na vyhľadávanie v tomto priečinku, "*" na vyhľadávanie prípon súborov alebo ">*" na kombináciu oboch hľadaní.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Nepodarilo sa načítať SDK Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Nepodarilo sa načítať SDK Everything</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Upozornenie: Toto nie je voľba Fast Sort, vyhľadávanie môže byť pomalé</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Upozornenie: Toto nie je voľba Fast Sort, vyhľadávanie môže byť pomalé</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Vyhľadávanie celej cesty</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Vyhľadávanie celej cesty</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Kliknutím spustíte alebo nainštalujete Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Kliknutím spustíte alebo nainštalujete Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Inštalácia Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Inštalácia Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Inštaluje sa služba Everything. Čakajte, prosím…</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Inštaluje sa služba Everything. Čakajte, prosím…</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Chcete povoliť vyhľadávanie obsahu cez Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Chcete povoliť vyhľadávanie obsahu cez Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Bez indexu (ktorý je podporovaný len v Everything v1.5+) to môže byť veľmi pomalé</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Bez indexu (ktorý je podporovaný len v Everything v1.5+) to môže byť veľmi pomalé</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Natívna kontextová ponuka</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Zobraziť natívnu kontextovú ponuku (experimentálne)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Nižšie môžete určiť položky, ktoré chcete zahrnúť do kontextovej ponuky, môžu byť čiastočné (napr. "tvoriť v program") alebo úplné ("Otvoriť v programe").</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Nižšie môžete určiť položky, ktoré chcete vylúčiť z kontextovej ponuky, môžu byť čiastočné (napr. "tvoriť v program") alebo úplné ("Otvoriť v programe")</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Size</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -5,141 +5,154 @@
|
||||||
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
||||||
<system:String x:Key="plugin_explorer_select_folder_link_warning">Lütfen bir klasör bağlantısı seçin</system:String>
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">Lütfen bir klasör bağlantısı seçin</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete_folder_link">{0} bağlantısını silmek istediğinize emin misiniz?</system:String>
|
<system:String x:Key="plugin_explorer_delete_folder_link">{0} bağlantısını silmek istediğinize emin misiniz?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefileconfirm">Are you sure you want to permanently delete this file?</system:String>
|
<system:String x:Key="plugin_explorer_deletefileconfirm">Bu dosyayı kalıcı olarak silmek istediğinizden emin misiniz?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this file/folder?</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Bu öğeyi kalıcı olarak silmek istediğinizden emin misiniz?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Successfully deleted {0}</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Başarıyla silindi: {0}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword</system:String>
|
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword</system:String>
|
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">The required service for Windows Index Search does not appear to be running</system:String>
|
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">The required service for Windows Index Search does not appear to be running</system:String>
|
||||||
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</system:String>
|
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative">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</system:String>
|
<system:String x:Key="plugin_explorer_alternative">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</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
||||||
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Error occurred during search: {0}</system:String>
|
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Arama sırasında hata oluştu: {0}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
<system:String x:Key="plugin_explorer_opendir_error">Klasör açılamadı</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
<system:String x:Key="plugin_explorer_openfile_error">Dosya açılamadı</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Sil</system:String>
|
<system:String x:Key="plugin_explorer_delete">Sil</system:String>
|
||||||
<system:String x:Key="plugin_explorer_edit">Düzenle</system:String>
|
<system:String x:Key="plugin_explorer_edit">Düzenle</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add">Ekle</system:String>
|
<system:String x:Key="plugin_explorer_add">Ekle</system:String>
|
||||||
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
<system:String x:Key="plugin_explorer_generalsetting_header">Genel Ayarlar</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Anahtar Kelimeler</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Ayarları</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Önizleme Paneli</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Boyut</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Oluşturma Tarihi</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Değiştirme Tarihi</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Dosya Özelliklerini Göster</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Tarih ve saat biçimi</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sıralama Seçeneği:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Kurulumu:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
<system:String x:Key="plugin_explorer_editor_path">Düzenleyici Konumu</system:String>
|
<system:String x:Key="plugin_explorer_editor_path">Metin Düzenleyici</system:String>
|
||||||
<system:String x:Key="plugin_explorer_shell_path">Shell Path</system:String>
|
<system:String x:Key="plugin_explorer_shell_path">Komut İstemi</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Hariç Tutulan Dizinler</system:String>
|
||||||
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Programın çalışma klasörü olarak sonuç klasörünü kullan</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Programın çalışma klasörü olarak sonuç klasörünü kullan</system:String>
|
||||||
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Hit Enter to open folder in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Hit Enter to open folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Ara:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Yolu Ara:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">Dosya İçeriğini Ara:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Hızlı Erişim:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_current">Geçerli Anahtar Kelime</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_done">Tamam</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_done">Tamam</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Etkin</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_engine_everything">Everything</system:String>
|
<system:String x:Key="plugin_explorer_engine_everything">Everything</system:String>
|
||||||
<system:String x:Key="plugin_explorer_engine_windows_index">Windows Index</system:String>
|
<system:String x:Key="plugin_explorer_engine_windows_index">Windows Arama</system:String>
|
||||||
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
|
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Doğrudan Sayım</system:String>
|
||||||
<system:String x:Key="plugin_explorer_file_editor_path">Düzenleyici Konumu</system:String>
|
<system:String x:Key="plugin_explorer_file_editor_path">Metin Düzenleyici</system:String>
|
||||||
<system:String x:Key="plugin_explorer_folder_editor_path">Folder Editor Path</system:String>
|
<system:String x:Key="plugin_explorer_folder_editor_path">Klasör Düzenleyici</system:String>
|
||||||
|
|
||||||
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
|
<system:String x:Key="plugin_explorer_Content_Search_Engine">Dosya İçeriği Arama Motoru</system:String>
|
||||||
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
|
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
|
||||||
<system:String x:Key="plugin_explorer_Index_Search_Engine">Index Search Engine</system:String>
|
<system:String x:Key="plugin_explorer_Index_Search_Engine">Arama Motoru</system:String>
|
||||||
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Windows Index Option</system:String>
|
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Windows Dizin Oluşturma Ayarları</system:String>
|
||||||
|
|
||||||
<!-- Plugin Infos -->
|
<!-- Plugin Infos -->
|
||||||
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
<system:String x:Key="plugin_explorer_plugin_name">Dosya Gezgini</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_description">Find and manage files and folders via Windows Search or Everything</system:String>
|
<system:String x:Key="plugin_explorer_plugin_description">Find and manage files and folders via Windows Search or Everything</system:String>
|
||||||
|
|
||||||
<!-- Plugin Tooltip -->
|
<!-- Plugin Tooltip -->
|
||||||
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Ctrl + Enter to open the directory</system:String>
|
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Dizini açmak içi Ctrl + Enter</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Ctrl + Enter to open the containing folder</system:String>
|
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Dosya konumunu açmak için Ctrl + Enter</system:String>
|
||||||
|
|
||||||
<!-- Context menu items -->
|
<!-- Context menu items -->
|
||||||
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
<system:String x:Key="plugin_explorer_copypath">Yolu kopyala</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current item to clipboard</system:String>
|
<system:String x:Key="plugin_explorer_copypath_subtitle">Mevcut dosya konumunu panoya kopyala</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
|
<system:String x:Key="plugin_explorer_copyfilefolder">Kopyala</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfile_subtitle">Copy current file to clipboard</system:String>
|
<system:String x:Key="plugin_explorer_copyfile_subtitle">Mevcut dosyayı panoya kopyala</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfolder_subtitle">Copy current folder to clipboard</system:String>
|
<system:String x:Key="plugin_explorer_copyfolder_subtitle">Mevcut klasörü panoya kopyala</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder">Sil</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder">Sil</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefile_subtitle">Permanently delete current file</system:String>
|
<system:String x:Key="plugin_explorer_deletefile_subtitle">Mevcut dosyayı kalıcı olarak sil</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefolder_subtitle">Permanently delete current folder</system:String>
|
<system:String x:Key="plugin_explorer_deletefolder_subtitle">Mevcut klasörü kalıcı olarak sil</system:String>
|
||||||
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
<system:String x:Key="plugin_explorer_path">Yol:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Seçileni sil</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser">Başka bir kullanıcı olarak çalıştır</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder">Dosya konumunu aç</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Open the location that contains current item</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Open the location that contains current item</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
|
<system:String x:Key="plugin_explorer_openwitheditor">Metin Düzenleyici ile Aç:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
|
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
|
<system:String x:Key="plugin_explorer_openwithshell">Komut İstemi ile Aç:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
|
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions">Windows Dizin Oluşturma Ayarları</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Windows Dizin Oluşturma ayarlarını açma başarısız oldu</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Hızlı Erişime Sabitle</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current item to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current item to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Başarıyla Eklendi</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Başarıyla Kaldırıldı</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Hızlı Erişimden Kaldır</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Hızlı Erişimden Kaldır</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
|
<system:String x:Key="plugin_explorer_show_contextmenu_title">Windows Bağlam Menüsünü Aç</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Birlikte Aç</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Dosya Yöneticisinde Aç</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Everything SDK'sini yükleme başarısız oldu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Servisi çalışmıyor</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Servisi çalışmıyor</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_query_error">Sorgu Everything üzerinde çalıştırılırken hata oluştu</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_query_error">Sorgu Everything üzerinde çalıştırılırken hata oluştu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by">Sort By</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by">Şuna Göre Sırala</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Yol</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Boyut</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Boyut</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">Extension</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">Uzantı</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">Type Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">Tür</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">Date Created</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">Oluşturma Tarihi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">Date Modified</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">Değiştirme Tarihi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">Attributes</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">Özellikler</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">File List FileName</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">File List FileName</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">Run Count</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">Erişim Sayısı</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Date Recently Changed</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Date Recently Changed</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Date Accessed</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Erişim Tarihi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Date Run</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Date Run</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Tam Yolu Ara</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Everything'i yükle veya başlat</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Kurulumu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Everything hizmeti yükleniyor. Lütfen bekleyin...</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Successfully installed Everything service</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Everything hizmeti başarıyla yüklendi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Everything hizmetini otomatik olarak yükleme başarısız oldu. Lütfen https://www.voidtools.com adresinden elle yükleyin.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_run_service">Click here to start it</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_run_service">Başlat</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_select">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</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_select">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</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Налаштувати ключові слова дії</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Налаштувати ключові слова дії</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Посилання швидкого доступу</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Посилання швидкого доступу</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Налаштування Everything</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Налаштування Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Розмір</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Дата створення</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Дата останньої зміни</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Варіант сортування:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Варіант сортування:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Шлях до Everything:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Шлях до Everything:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Запустити приховано</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Запустити приховано</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Відкрити за допомогою</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Відкрити за допомогою</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Виберіть програму для відкриття</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Виберіть програму для відкриття</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} не містить {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} не містить {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Відкрити у файловому менеджері за замовчуванням</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Відкрити у файловому менеджері за замовчуванням</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Використовуйте '>' для пошуку в цьому каталозі, '*' для пошуку за розширеннями файлів або '>*' для поєднання обох варіантів пошуку.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Використовуйте '>' для пошуку в цьому каталозі, '*' для пошуку за розширеннями файлів або '>*' для поєднання обох варіантів пошуку.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Не вдалося завантажити Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Не вдалося завантажити Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Попередження: Це не швидке сортування, пошук може бути повільним</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Попередження: Це не швидке сортування, пошук може бути повільним</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Шукати повний шлях</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Шукати повний шлях</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Натисніть, щоб запустити або встановити Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Натисніть, щоб запустити або встановити Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Встановлення програми Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Встановлення програми Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Встановлення служби Everything. Будь ласка, зачекайте...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Встановлення служби Everything. Будь ласка, зачекайте...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Бажаєте увімкнути пошук контенту для Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Бажаєте увімкнути пошук контенту для Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Без індексу (який підтримується лише у версії Everything v1.5+) воно може працювати дуже повільно</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Без індексу (який підтримується лише у версії Everything v1.5+) воно може працювати дуже повільно</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Tùy chỉnh từ khóa hành động</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Tùy chỉnh từ khóa hành động</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Liên kết truy cập nhanh</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Liên kết truy cập nhanh</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Cài đặt mọi thứ</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Cài đặt mọi thứ</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">Kích thước</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">Date Created</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">Date Modified</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Tùy Chọn Sắp Xếp</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Tùy Chọn Sắp Xếp</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Đường dẫn mọi thứ:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Đường dẫn mọi thứ:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Khởi chạy ẩn</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Khởi chạy ẩn</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Mở bằng</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Mở bằng</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} phần {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} phần {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Trình quản lý tệp mặc định</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Trình quản lý tệp mặc định</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">自定义动作关键字</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">自定义动作关键字</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速访问链接</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速访问链接</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything 设置</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything 设置</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">大小</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">创建日期</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">修改日期</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">排序选项</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">排序选项</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything 路径</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything 路径</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">隐藏启动</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">隐藏启动</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} 可用,共 {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} 可用,共 {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">在默认文件管理器中打开</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">在默认文件管理器中打开</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">使用 '>' 在这个目录中搜索,'*' 以搜索文件扩展名或 '>*' 以结合这两个搜索。</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
使用 '>' 在这个目录中搜索,'*' 以搜索文件扩展名或 '>*' 以结合这两个搜索。
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">加载 Everything SDK 失败</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">加载 Everything SDK 失败</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">警告:这不是一个快速排序选项,搜索可能较慢。</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">警告:这不是一个快速排序选项,搜索可能较慢。</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">搜索完整路径</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">搜索完整路径</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">单击启动或安装 Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">单击启动或安装 Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything 安装</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything 安装</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">正在安装 Everything 服务。请稍后...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">正在安装 Everything 服务。请稍后...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">您想要启用 Everything 的内容搜索功能吗?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">您想要启用 Everything 的内容搜索功能吗?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">如果没有索引,它可能会非常慢(索引仅在 Everything v1.5+ 中支持)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">如果没有索引,它可能会非常慢(索引仅在 Everything v1.5+ 中支持)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,12 @@
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速訪問連結</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速訪問連結</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_setting_header">Preview Panel</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_size_checkbox">大小</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_creation_checkbox">創建日期</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_display_file_modification_checkbox">修改日期</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_file_info_label">Display File Info</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_previewpanel_date_and_time_format_label">Date and time format</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
|
@ -103,10 +109,12 @@
|
||||||
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
|
||||||
|
|
||||||
<!-- Special Results-->
|
<!-- Special Results -->
|
||||||
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||||
|
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||||
|
</system:String>
|
||||||
|
|
||||||
<!-- Everything -->
|
<!-- Everything -->
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
|
@ -131,7 +139,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything 安裝程序</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything 安裝程序</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">正在安裝 Everything 服務,請稍後...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">正在安裝 Everything 服務,請稍後...</system:String>
|
||||||
|
|
@ -142,4 +150,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
<!-- Native Context Menu -->
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Pokud je tato možnost povolena, Flow načte programy z proměnné prostředí PATH</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Pokud je tato možnost povolena, Flow načte programy z proměnné prostředí PATH</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Skrýt cestu k aplikaci</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Skrýt cestu k aplikaci</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">U spustitelných souborů, jako jsou UWP nebo odkazy, nezobrazujte cestu k souborům</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">U spustitelných souborů, jako jsou UWP nebo odkazy, nezobrazujte cestu k souborům</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Povolit popis programu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Povolit popis programu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow bude vyhledávat v popisu programu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow bude vyhledávat v popisu programu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Přípony</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Přípony</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">App-Pfad verstecken</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">App-Pfad verstecken</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Endungen</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Endungen</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -26,12 +26,14 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">Cuando esté activado, Flow cargará los programas desde el menú de inicio</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">Cuando esté activado, Flow cargará los programas desde el menú de inicio</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_registry">Registro</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_registry">Registro</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">Cuando esté activado, Flow cargará los programas desde el registro</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">Cuando esté activado, Flow cargará los programas desde el registro</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH">RUTA (PATH)</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH">PATH</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Cuando esté activado, Flow cargará los programas desde la variable de entorno PATH</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Cuando esté activado, Flow cargará los programas desde la variable de entorno PATH</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Ocultar ruta de aplicación</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Ocultar ruta de aplicación</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Para los archivos ejecutables como UWP o lnk, oculta la ruta del archivo para que no sea visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Oculta la ruta de los archivos ejecutables, como UWP o lnk</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Ocultar desinstaladores</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Oculta nombres comunes de programas de desinstalación, como unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Buscar en la descripción del programa</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Buscar en la descripción del programa</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow buscará la descripción del programa</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow buscará en la descripción del programa</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Extensiones</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Extensiones</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Profundidad máxima</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Profundidad máxima</system:String>
|
||||||
|
|
||||||
|
|
@ -41,7 +43,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Profundidad de búsqueda máxima (-1 es sin límite):</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Profundidad de búsqueda máxima (-1 es sin límite):</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Por favor, seleccione la ruta del programa</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Por favor, seleccione la ruta del programa</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">¿Está seguro que desea eliminar las fuentes del programa seleccionadas?</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">¿Está seguro de que desea eliminar las fuentes del programa seleccionadas?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_duplicate_program_source">Ya existe otra fuente de programa con la misma ubicación.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_duplicate_program_source">Ya existe otra fuente de programa con la misma ubicación.</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_title">Fuente de Programa</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_title">Fuente de Programa</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Lorsque cette option est activée, Flow chargera les programmes à partir de la variable d'environnement PATH.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Lorsque cette option est activée, Flow chargera les programmes à partir de la variable d'environnement PATH.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Masquer le chemin de l'application</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Masquer le chemin de l'application</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Pour les fichiers exécutables tels que UWP ou lnk, masquez le chemin d'accès pour ne pas être visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Pour les fichiers exécutables tels que UWP ou lnk, masquez le chemin d'accès pour ne pas être visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Masquer les désinstallateurs</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Masque les programmes portant des noms de désinstallateurs courants, tels que unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Rechercher dans la description du programme</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Rechercher dans la description du programme</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow cherchera la description du programme</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow cherchera la description du programme</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Nascondi percorso app</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Nascondi percorso app</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Per i file eseguibili come UWP o lnk, nascondere il percorso del file</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Per i file eseguibili come UWP o lnk, nascondere il percorso del file</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Cerca nella Descrizione del Programma</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Cerca nella Descrizione del Programma</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffissi</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffissi</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">앱 경로 숨김</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">앱 경로 숨김</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">UWP나 Lnk 같이 실행 가능한 프로그램인 경우 경로를 표시하지 않습니다</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">UWP나 Lnk 같이 실행 가능한 프로그램인 경우 경로를 표시하지 않습니다</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Uninstaller 숨기기</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Unins000처럼 일반적으로 사용되는 설치 삭제(Uninstaller) 프로그램의 이름을 숨깁니다.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">프로그램 설명 검색</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">프로그램 설명 검색</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">확장자</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">확장자</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Rozszerzenia</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Rozszerzenia</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Se ativa, Flow Launcher irá carregar os programas da variável de ambiente PATH</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Se ativa, Flow Launcher irá carregar os programas da variável de ambiente PATH</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Ocultar caminho da aplicação</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Ocultar caminho da aplicação</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Para ficheiros executáveis, tais como UWP ou lnk, ocultar o caminho do ficheiro</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Para ficheiros executáveis, tais como UWP ou lnk, ocultar o caminho do ficheiro</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Ocultar desinstaladores</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Ocultar programas com nomes de desinstalador como, por exemplo, unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Pesquisar na descrição dos programas</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Pesquisar na descrição dos programas</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow irá pesquisar na descrição do programa</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow irá pesquisar na descrição do programa</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Sufixos</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Sufixos</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">При включении Flow будет загружать программы из переменной среды PATH</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">При включении Flow будет загружать программы из переменной среды PATH</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Скрыть путь к приложению</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Скрыть путь к приложению</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Для исполняемых файлов, таких как UWP или lnk, скрыть путь к файлу от просмотра</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Для исполняемых файлов, таких как UWP или lnk, скрыть путь к файлу от просмотра</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Поиск в описании программы</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Поиск в описании программы</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow будет искать в описании программ</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow будет искать в описании программ</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Суффиксы</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Суффиксы</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Ak je táto možnosť povolená, Flow načíta programy z premennej prostredia PATH</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Ak je táto možnosť povolená, Flow načíta programy z premennej prostredia PATH</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Skryť cestu k aplikácii</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Skryť cestu k aplikácii</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Pre spustiteľné súbory ako sú UWP alebo odkazy nezobrazovať cestu k súborom</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Pre spustiteľné súbory ako sú UWP alebo odkazy nezobrazovať cestu k súborom</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Schovať odinštalátory</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Schovať odinštalačné programy s bežnými názvymi ako unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Povoliť popis programu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Povoliť popis programu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow bude vyhľadávať v popise programu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow bude vyhľadávať v popise programu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Prípony</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Prípony</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Uzantılar</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Uzantılar</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Якщо увімкнено, Flow буде завантажувати програми зі змінної середовища PATH</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Якщо увімкнено, Flow буде завантажувати програми зі змінної середовища PATH</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Приховати шлях до програми</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Приховати шлях до програми</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Для виконуваних файлів, таких як UWP або lnk, приховати шлях до файлу, щоб його не було видно</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Для виконуваних файлів, таких як UWP або lnk, приховати шлях до файлу, щоб його не було видно</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Пошук в описі програми</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Пошук в описі програми</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow буде шукати опис програми</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow буде шукати опис програми</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Суфікси</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Суфікси</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Khi được bật, Flow sẽ tải các chương trình từ menu bắt đầu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">Khi được bật, Flow sẽ tải các chương trình từ menu bắt đầu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Ẩn đường dẫn ứng dụng</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Ẩn đường dẫn ứng dụng</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Đối với các tệp thực thi như UWP hoặc lnk, hãy ẩn đường dẫn tệp để không hiển thị</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">Đối với các tệp thực thi như UWP hoặc lnk, hãy ẩn đường dẫn tệp để không hiển thị</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Tìm kiếm trong Mô tả chương trình</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Tìm kiếm trong Mô tả chương trình</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Hậu tố</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Hậu tố</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">启用时搜索 PATH 环境变量中的程序</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">启用时搜索 PATH 环境变量中的程序</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">隐藏应用路径</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">隐藏应用路径</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">隐藏诸如UWP,lnk 等可执行文件的路径</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">隐藏诸如UWP,lnk 等可执行文件的路径</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">启用程序描述</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">启用程序描述</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow 将搜索程序描述</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow 将搜索程序描述</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">后缀</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">后缀</system:String>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">副檔名</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">副檔名</system:String>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Reemplazar Win+R</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Reemplazar Win+R</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Cerrar Símbolo del sistema después de pulsar cualquier tecla</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Cerrar símbolo del sistema después de pulsar cualquier tecla</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Pulsar cualquier tecla para cerrar esta ventana...</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Pulsar cualquier tecla para cerrar esta ventana...</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">No cerrar el símbolo del sistema después de la ejecución del comando</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">No cerrar el símbolo del sistema después de la ejecución del comando</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Ejecutar siempre como administrador</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Ejecutar siempre como administrador</system:String>
|
||||||
|
|
@ -13,5 +13,5 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">ejecutar comando en la terminal</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">ejecutar comando en la terminal</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Ejecutar como administrador</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Ejecutar como administrador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copiar el comando</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copiar el comando</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_history">Mostrar sólo el número de comandos más usados:</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_history">Mostrar solo el siguiente número de comandos más usados:</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Apagar</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Apagar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Reiniciar</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Reiniciar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Reiniciar con opciones de arranque avanzadas</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Reiniciar con opciones de arranque avanzadas</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Cerrar sesión/Apagar</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Cerrar sesión/Desconectar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Bloquear</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Bloquear</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Suspender</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Suspender</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernar</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernar</system:String>
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Abrir papelera de reciclaje</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Abrir papelera de reciclaje</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Salir</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Salir</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Guardar configuración</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Guardar configuración</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Reinicia Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Reiniciar Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Configuración</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Configuración</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Recargar datos del complemento</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Recargar datos del complemento</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Buscar actualizaciones</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Buscar actualizaciones</system:String>
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Apaga el equipo</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Apaga el equipo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Reinicia el equipo</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Reinicia el equipo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Reinicia el equipo con opciones avanzadas de arranque para el modo seguro y de depuración, entre otras opciones</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Reinicia el equipo con opciones avanzadas de arranque para el modo seguro y de depuración, entre otras opciones</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_log_off">Cerrar sesión</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">Cierra la sesión</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_lock">Bloquea el equipo</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_lock">Bloquea el equipo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_exit">Cierra Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_exit">Cierra Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart">Reinicia Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart">Reinicia Flow Launcher</system:String>
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Busca actualizaciones de Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Busca actualizaciones de Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Accede a la documentación de Flow Launcher para más ayuda y consejos de uso</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Accede a la documentación de Flow Launcher para más ayuda y consejos de uso</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Abre la ubicación donde se almacena la configuración de Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Abre la ubicación donde se almacena la configuración de Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode">Cambiar a Modo Juego</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode">Cambia a Modo Juego</system:String>
|
||||||
|
|
||||||
<!-- Dialogs -->
|
<!-- Dialogs -->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Correcto</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Correcto</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,16 +16,16 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Palabra clave de acción</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Palabra clave de acción</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_search">Buscar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_search">Busca en</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Usar autocompletado en consultas de búsqueda:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Usar autocompletado en consultas de búsqueda:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocompletar datos desde:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocompletar datos desde:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Por favor, seleccione una búsqueda web</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Por favor, seleccione una búsqueda web</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">¿Está seguro de que desea eliminar {0}?</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">¿Está seguro de que desea eliminar {0}?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">Si desea añadir una búsqueda de un sitio web concreto a Flow, introduzca primero una cadena de texto ficticia en la barra de búsqueda de ese sitio web, y ejecute la búsqueda. Ahora copie el contenido de la barra de direcciones del navegador y péguelo en el campo de la URL abajo indicado. Sustituya su cadena de prueba por {q}. Por ejemplo, si busca Casino en Netflix, su barra de direcciones debe decir</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">Si desea añadir a Flow una búsqueda de un sitio web concreto, introduzca primero una cadena de texto ficticia en la barra de búsqueda de ese sitio web, y ejecute la búsqueda. Luego copie el contenido de la barra de direcciones del navegador y péguelo en el campo de la URL indicado a continuación. Por ejemplo, si busca Casino en Netflix, su barra de direcciones debe decir:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
|
||||||
Ahora copie la cadena de entrada y péguela en el campo de la URL de la parte inferior.
|
Ahora copie la cadena de entrada anterior y péguela en el campo de la URL indicado más abajo.
|
||||||
A continuación, sustituya casino por {q}.
|
A continuación, sustituya 'Casino' por {q}.
|
||||||
De esta manera, la fórmula genérica para una búsqueda en Netflix será https://www.netflix.com/search?q={q}
|
De esta manera, la fórmula genérica para una búsqueda en Netflix será https://www.netflix.com/search?q={q}
|
||||||
</system:String>
|
</system:String>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2482,7 +2482,7 @@
|
||||||
<value>Hear a tone when keys are pressed</value>
|
<value>Hear a tone when keys are pressed</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DeleteBrowsingHistory" xml:space="preserve">
|
<data name="DeleteBrowsingHistory" xml:space="preserve">
|
||||||
<value>Delete browsing history</value>
|
<value>Eliminar histórico de navegação</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeWhatThePowerButtonsDo" xml:space="preserve">
|
<data name="ChangeWhatThePowerButtonsDo" xml:space="preserve">
|
||||||
<value>Change what the power buttons do</value>
|
<value>Change what the power buttons do</value>
|
||||||
|
|
@ -2494,7 +2494,7 @@
|
||||||
<value>Take speech tutorials</value>
|
<value>Take speech tutorials</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ViewSystemResourceUsageInTaskManager" xml:space="preserve">
|
<data name="ViewSystemResourceUsageInTaskManager" xml:space="preserve">
|
||||||
<value>View system resource usage in Task Manager</value>
|
<value>Ver utilização de recursos no gestor de tarefas</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CreateAnAccount" xml:space="preserve">
|
<data name="CreateAnAccount" xml:space="preserve">
|
||||||
<value>Criar uma conta</value>
|
<value>Criar uma conta</value>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue