mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
19ba8e475c
commit
2c6fa48473
77 changed files with 862 additions and 665 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0"?>
|
||||||
<ResourceDictionary
|
<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">
|
||||||
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">Kunne ikke registrere genvejstast: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Kunne ikke registrere genvejstast: {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">Kunne ikke starte {0}</system:String>
|
<system:String x:Key="couldnotStartCmd">Kunne ikke starte {0}</system:String>
|
||||||
|
|
@ -39,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Skjul Flow Launcher ved mistet fokus</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Skjul Flow Launcher ved mistet fokus</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Vis ikke notifikationer om nye versioner</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Vis ikke notifikationer om nye versioner</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Sprog</system:String>
|
<system:String x:Key="language">Sprog</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
|
|
@ -109,7 +112,7 @@
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Plugin</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">Installed</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
<system:String x:Key="refresh">Refresh</system:String>
|
||||||
<system:String x:Key="installbtn">Install</system:String>
|
<system:String x:Key="installbtn">Install</system:String>
|
||||||
|
|
@ -343,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Verstecke Flow Launcher wenn der Fokus verloren geht</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Verstecke Flow Launcher wenn der Fokus verloren geht</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Zeige keine Nachricht wenn eine neue Version vorhanden ist</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Zeige keine Nachricht wenn eine neue Version vorhanden ist</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Sprache</system:String>
|
<system:String x:Key="language">Sprache</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Abfragestil auswählen</system:String>
|
<system:String x:Key="lastQueryMode">Abfragestil auswählen</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Vorherige Ergebnisse ein-/ausblenden, wenn Flow Launcher wieder aktiviert wird.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Vorherige Ergebnisse ein-/ausblenden, wenn Flow Launcher wieder aktiviert wird.</system:String>
|
||||||
|
|
@ -106,7 +112,7 @@
|
||||||
<system:String x:Key="pluginStore">Erweiterungen laden</system:String>
|
<system:String x:Key="pluginStore">Erweiterungen laden</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Plugin</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">Installed</system:String>
|
||||||
<system:String x:Key="refresh">Aktualisieren</system:String>
|
<system:String x:Key="refresh">Aktualisieren</system:String>
|
||||||
<system:String x:Key="installbtn">Installieren</system:String>
|
<system:String x:Key="installbtn">Installieren</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?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">Error al registrar la tecla de acceso directo: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Error al registrar la tecla de acceso directo: {0}</system:String>
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher cuando se pierde el enfoque</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher cuando se pierde el enfoque</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">No mostrar notificaciones de nuevas versiones</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">No mostrar notificaciones de nuevas versiones</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Idioma</system:String>
|
<system:String x:Key="language">Idioma</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Estilo de la última consulta</system:String>
|
<system:String x:Key="lastQueryMode">Estilo de la última consulta</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Mostrar/Ocultar resultados anteriores cuando Flow Launcher es reactivado.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Mostrar/Ocultar resultados anteriores cuando Flow Launcher es reactivado.</system:String>
|
||||||
|
|
@ -106,7 +112,7 @@
|
||||||
<system:String x:Key="pluginStore">Tienda de Plugins</system:String>
|
<system:String x:Key="pluginStore">Tienda de Plugins</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Plugin</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">Installed</system:String>
|
||||||
<system:String x:Key="refresh">Recargar</system:String>
|
<system:String x:Key="refresh">Recargar</system:String>
|
||||||
<system:String x:Key="installbtn">Instalar</system:String>
|
<system:String x:Key="installbtn">Instalar</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Atrás / Menú Contextual</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Atrás / Menú Contextual</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Navegación de Elemento</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Navegación de Elemento</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Abrir Menú Contextual</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Abrir Menú Contextual</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Abrir Carpeta Contenedora</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Ejecutar como administrador</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Historial de Consultas</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Historial de Consultas</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Volver al Resultado en el Menú Contextual</system:String>
|
<system:String x:Key="HotkeyESCDesc">Volver al Resultado en el Menú Contextual</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocompletar</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocompletar</system:String>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<!-- MainWindow -->
|
<!-- MainWindow -->
|
||||||
<system:String x:Key="registerHotkeyFailed">No se ha podido registrar el atajo de teclado: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">No se ha podido registrar el atajo de teclado: {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">No se ha podido iniciar {0}</system:String>
|
<system:String x:Key="couldnotStartCmd">No se ha podido iniciar {0}</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato de archivo del plugin Flow Launcher no válido</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato de archivo del complemento de Flow Launcher no válido</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">Establecer como primer resultado en esta consulta</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">Establecer como primer resultado en esta consulta</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">Cancelar como primer resultado en esta consulta</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">Cancelar como primer resultado en esta consulta</system:String>
|
||||||
<system:String x:Key="executeQuery">Ejecutar consulta: {0}</system:String>
|
<system:String x:Key="executeQuery">Ejecutar consulta: {0}</system:String>
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher cuando se pierde el foco</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher cuando se pierde el foco</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">No mostrar notificaciones de nuevas versiones</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">No mostrar notificaciones de nuevas versiones</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Posición de la ventana de búsqueda</system:String>
|
<system:String x:Key="SearchWindowPosition">Posición de la ventana de búsqueda</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Recordar última posición</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Recordar última posición</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Centro de la pantalla enfocada con el ratón</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor con cursor del ratón</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Arriba en el centro de la pantalla enfocada con el ratón</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor con ventana enfocada</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Arriba a la izquierda de la pantalla enfocada con el ratón</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Monitor principal</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Arriba a la derecha de la pantalla enfocada con el ratón</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Monitor personalizado</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Posición de la ventana de búsqueda en el monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Centro</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Arriba en el centro</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Arriba a la izquierda</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Arriba a la derecha</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Posición personalizada</system:String>
|
||||||
<system:String x:Key="language">Idioma</system:String>
|
<system:String x:Key="language">Idioma</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Estilo de la última consulta</system:String>
|
<system:String x:Key="lastQueryMode">Estilo de la última consulta</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Muestra/Oculta resultados anteriores cuando Flow Launcher es reactivado.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Muestra/Oculta resultados anteriores cuando Flow Launcher es reactivado.</system:String>
|
||||||
|
|
@ -50,7 +56,7 @@
|
||||||
<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 ajustarlo rápidamente usando CTRL+Más y CTRL+Menos.</system:String>
|
<system:String x:Key="maxShowResultsToolTip">También puede ajustarlo 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">Desactiva Flow Launcher cuando una aplicación de pantalla completa está activa (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>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Selecciona el administrador de archivos que se desea utilizar para abrir la carpeta.</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Selecciona el administrador de archivos que se desea utilizar para abrir la carpeta.</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Navegador web predeterminado</system:String>
|
<system:String x:Key="defaultBrowser">Navegador web predeterminado</system:String>
|
||||||
|
|
@ -64,7 +70,7 @@
|
||||||
<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="hideNotifyIcon">Ocultar icono de 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 en la búsqueda de consultas</system:String>
|
<system:String x:Key="querySearchPrecision">Precisión en la búsqueda de 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>
|
||||||
|
|
@ -79,7 +85,7 @@
|
||||||
<system:String x:Key="searchpluginToolTip">Ctrl+F para buscar complementos</system:String>
|
<system:String x:Key="searchpluginToolTip">Ctrl+F para buscar complementos</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Title">No se han encontrado resultados</system:String>
|
<system:String x:Key="searchplugin_Noresult_Title">No se han encontrado resultados</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Subtitle">Por favor, intente una búsqueda diferente.</system:String>
|
<system:String x:Key="searchplugin_Noresult_Subtitle">Por favor, intente una búsqueda diferente.</system:String>
|
||||||
<system:String x:Key="plugin">Complementos</system:String>
|
<system:String x:Key="plugin">Complemento</system:String>
|
||||||
<system:String x:Key="plugins">Complementos</system:String>
|
<system:String x:Key="plugins">Complementos</system:String>
|
||||||
<system:String x:Key="browserMorePlugins">Buscar más complementos</system:String>
|
<system:String x:Key="browserMorePlugins">Buscar más complementos</system:String>
|
||||||
<system:String x:Key="enable">Activado</system:String>
|
<system:String x:Key="enable">Activado</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Atrás / Menú contextual</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Atrás / Menú contextual</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Navegación entre elementos</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Navegación entre elementos</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Abrir menú contextual</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Abrir menú contextual</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Abrir carpeta contenedora</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Abrir la carpeta que contiene un archivo/carpeta</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Ejecutar como administrador</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Ejecutar como administrador / Abrir la carpeta en el administrador de archivos predeterminado</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Historial de consultas</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Historial de consultas</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Volver al resultado en menú contextual</system:String>
|
<system:String x:Key="HotkeyESCDesc">Volver al resultado en menú contextual</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocompletar</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocompletar</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Cacher Flow Launcher lors de la perte de focus</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Cacher Flow Launcher lors de la perte de focus</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Ne pas afficher les notifications lors d'une nouvelle version</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Ne pas afficher les notifications lors d'une nouvelle version</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Langue</system:String>
|
<system:String x:Key="language">Langue</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Style de la dernière requête</system:String>
|
<system:String x:Key="lastQueryMode">Style de la dernière requête</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Afficher/Masquer les résultats précédents lorsque Flow Launcher est réactivé.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Afficher/Masquer les résultats précédents lorsque Flow Launcher est réactivé.</system:String>
|
||||||
|
|
@ -339,8 +345,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Retour / Menu contextuel</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Retour / Menu contextuel</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Ouvrir le Menu Contextuel</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Ouvrir le Menu Contextuel</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Exécuter en tant qu'Administrateur</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Historique des Recherches</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Historique des Recherches</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Retour au résultat dans le Menu Contextuel</system:String>
|
<system:String x:Key="HotkeyESCDesc">Retour au résultat dans le Menu Contextuel</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Auto-complétion</system:String>
|
<system:String x:Key="HotkeyTabDesc">Auto-complétion</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?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">Impossibile salvare il tasto di scelta rapida: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Impossibile salvare il tasto di scelta rapida: {0}</system:String>
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Nascondi Flow Launcher quando perde il focus</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Nascondi Flow Launcher quando perde il focus</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Non mostrare le notifiche per una nuova versione</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Non mostrare le notifiche per una nuova versione</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Lingua</system:String>
|
<system:String x:Key="language">Lingua</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Comportamento ultima ricerca</system:String>
|
<system:String x:Key="lastQueryMode">Comportamento ultima ricerca</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Mostra/nasconde i risultati precedenti quando Flow Launcher viene riattivato.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Mostra/nasconde i risultati precedenti quando Flow Launcher viene riattivato.</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Indietro / Menu contestuale</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Indietro / Menu contestuale</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Navigazione tra le voci</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Navigazione tra le voci</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Apri il menu di scelta rapida</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Apri il menu di scelta rapida</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Apri cartella superiore</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Esegui come amministratore</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Cronologia Query</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Cronologia Query</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Torna al risultato nel menu contestuale</system:String>
|
<system:String x:Key="HotkeyESCDesc">Torna al risultato nel menu contestuale</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocompleta</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocompleta</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<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">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</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">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<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="SearchWindowPositionRememberLastLaunchLocation">마지막 위치 기억</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">마우스 위치 화면 - 중앙</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">마우스 위치 화면 - 중앙 상단</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">마우스 위치 화면 - 좌측 상단</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">마우스 위치 화면 - 우측 상단</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</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>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">뒤로/ 콘텍스트 메뉴</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">뒤로/ 콘텍스트 메뉴</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">아이템 이동</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">아이템 이동</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">콘텍스트 메뉴 열기</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">콘텍스트 메뉴 열기</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">포함된 폴더 열기</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">관리자 권한으로 실행</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">검색 기록</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">검색 기록</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">콘텍스트 메뉴에서 뒤로 가기</system:String>
|
<system:String x:Key="HotkeyESCDesc">콘텍스트 메뉴에서 뒤로 가기</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">자동완성</system:String>
|
<system:String x:Key="HotkeyTabDesc">자동완성</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Language</system:String>
|
<system:String x:Key="language">Language</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
|
|
@ -163,9 +169,9 @@
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
|
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Custom Query Hotkey</system:String>
|
<system:String x:Key="customQueryHotkey">Custom Query Hotkeys</system:String>
|
||||||
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
|
<system:String x:Key="customQueryShortcut">Custom Query Shortcuts</system:String>
|
||||||
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
|
<system:String x:Key="builtinShortcuts">Built-in Shortcuts</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="customQuery">Query</system:String>
|
||||||
<system:String x:Key="customShortcut">Shortcut</system:String>
|
<system:String x:Key="customShortcut">Shortcut</system:String>
|
||||||
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?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">Sneltoets registratie: {0} mislukt</system:String>
|
<system:String x:Key="registerHotkeyFailed">Sneltoets registratie: {0} mislukt</system:String>
|
||||||
|
|
@ -16,15 +16,15 @@
|
||||||
<system:String x:Key="copy">Kopiëren</system:String>
|
<system:String x:Key="copy">Kopiëren</system:String>
|
||||||
<system:String x:Key="cut">Knippen</system:String>
|
<system:String x:Key="cut">Knippen</system:String>
|
||||||
<system:String x:Key="paste">Plakken</system:String>
|
<system:String x:Key="paste">Plakken</system:String>
|
||||||
<system:String x:Key="undo">Undo</system:String>
|
<system:String x:Key="undo">Ongedaan maken</system:String>
|
||||||
<system:String x:Key="selectAll">Select All</system:String>
|
<system:String x:Key="selectAll">Alles selecteren</system:String>
|
||||||
<system:String x:Key="fileTitle">Bestand</system:String>
|
<system:String x:Key="fileTitle">Bestand</system:String>
|
||||||
<system:String x:Key="folderTitle">Map</system:String>
|
<system:String x:Key="folderTitle">Map</system:String>
|
||||||
<system:String x:Key="textTitle">Tekst</system:String>
|
<system:String x:Key="textTitle">Tekst</system:String>
|
||||||
<system:String x:Key="GameMode">Spelmodus</system:String>
|
<system:String x:Key="GameMode">Spelmodus</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Stop het gebruik van Sneltoetsen.</system:String>
|
<system:String x:Key="GameModeToolTip">Stop het gebruik van Sneltoetsen.</system:String>
|
||||||
<system:String x:Key="PositionReset">Position Reset</system:String>
|
<system:String x:Key="PositionReset">Positie resetten</system:String>
|
||||||
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
<system:String x:Key="PositionResetToolTip">Positie zoekvenster resetten</system:String>
|
||||||
|
|
||||||
<!-- Setting General -->
|
<!-- Setting General -->
|
||||||
<system:String x:Key="flowlauncher_settings">Instellingen</system:String>
|
<system:String x:Key="flowlauncher_settings">Instellingen</system:String>
|
||||||
|
|
@ -32,15 +32,21 @@
|
||||||
<system:String x:Key="portableMode">Draagbare Modus</system:String>
|
<system:String x:Key="portableMode">Draagbare Modus</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">Alle instellingen en gebruikersgegevens opslaan in één map (Nuttig bij het gebruik van verwijderbare schijven of cloud services).</system:String>
|
<system:String x:Key="portableModeToolTIp">Alle instellingen en gebruikersgegevens opslaan in één map (Nuttig bij het gebruik van verwijderbare schijven of cloud services).</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Start Flow Launcher als systeem opstart</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Start Flow Launcher als systeem opstart</system:String>
|
||||||
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
<system:String x:Key="setAutoStartFailed">Fout bij het instellen van uitvoeren bij opstarten</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Verberg Flow Launcher als focus verloren is</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Verberg Flow Launcher als focus verloren is</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Laat geen nieuwe versie notificaties zien</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Laat geen nieuwe versie notificaties zien</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Positie Zoekvenster</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Laatste Positie Onthouden</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor met Muiscursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor met Gefocust Venster</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primaire Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</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="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</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>
|
||||||
|
|
@ -106,7 +112,7 @@
|
||||||
<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">New Release</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Plugin</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">Installed</system:String>
|
||||||
<system:String x:Key="refresh">Vernieuwen</system:String>
|
<system:String x:Key="refresh">Vernieuwen</system:String>
|
||||||
<system:String x:Key="installbtn">Install</system:String>
|
<system:String x:Key="installbtn">Install</system:String>
|
||||||
|
|
@ -203,7 +209,7 @@
|
||||||
<system:String x:Key="proxyConnectFailed">Proxy connectie mislukt</system:String>
|
<system:String x:Key="proxyConnectFailed">Proxy connectie mislukt</system:String>
|
||||||
|
|
||||||
<!-- Setting About -->
|
<!-- Setting About -->
|
||||||
<system:String x:Key="about">About</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">Docs</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ukryj okno Flow Launcher kiedy przestanie ono być aktywne</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ukryj okno Flow Launcher kiedy przestanie ono być aktywne</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Nie pokazuj powiadomienia o nowej wersji</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Nie pokazuj powiadomienia o nowej wersji</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Język</system:String>
|
<system:String x:Key="language">Język</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?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">Falha ao registrar atalho: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Falha ao registrar atalho: {0}</system:String>
|
||||||
|
|
@ -13,58 +13,64 @@
|
||||||
<system:String x:Key="iconTrayAbout">Sobre</system:String>
|
<system:String x:Key="iconTrayAbout">Sobre</system:String>
|
||||||
<system:String x:Key="iconTrayExit">Sair</system:String>
|
<system:String x:Key="iconTrayExit">Sair</system:String>
|
||||||
<system:String x:Key="closeWindow">Fechar</system:String>
|
<system:String x:Key="closeWindow">Fechar</system:String>
|
||||||
<system:String x:Key="copy">Copy</system:String>
|
<system:String x:Key="copy">Copiar</system:String>
|
||||||
<system:String x:Key="cut">Cortar</system:String>
|
<system:String x:Key="cut">Cortar</system:String>
|
||||||
<system:String x:Key="paste">Colar</system:String>
|
<system:String x:Key="paste">Colar</system:String>
|
||||||
<system:String x:Key="undo">Undo</system:String>
|
<system:String x:Key="undo">Undo</system:String>
|
||||||
<system:String x:Key="selectAll">Select All</system:String>
|
<system:String x:Key="selectAll">Select All</system:String>
|
||||||
<system:String x:Key="fileTitle">File</system:String>
|
<system:String x:Key="fileTitle">File</system:String>
|
||||||
<system:String x:Key="folderTitle">Folder</system:String>
|
<system:String x:Key="folderTitle">Pasta</system:String>
|
||||||
<system:String x:Key="textTitle">Text</system:String>
|
<system:String x:Key="textTitle">Texto</system:String>
|
||||||
<system:String x:Key="GameMode">Modo Gamer</system:String>
|
<system:String x:Key="GameMode">Modo Gamer</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
<system:String x:Key="GameModeToolTip">Suspender o uso de Teclas de Atalho.</system:String>
|
||||||
<system:String x:Key="PositionReset">Position Reset</system:String>
|
<system:String x:Key="PositionReset">Position Reset</system:String>
|
||||||
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
||||||
|
|
||||||
<!-- Setting General -->
|
<!-- Setting General -->
|
||||||
<system:String x:Key="flowlauncher_settings">Configurações</system:String>
|
<system:String x:Key="flowlauncher_settings">Configurações</system:String>
|
||||||
<system:String x:Key="general">Geral</system:String>
|
<system:String x:Key="general">Geral</system:String>
|
||||||
<system:String x:Key="portableMode">Portable Mode</system:String>
|
<system:String x:Key="portableMode">Modo Portátil</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system:String>
|
<system:String x:Key="portableModeToolTIp">Armazene todas as configurações e dados do usuário em uma pasta (útil quando usado com unidades removíveis ou serviços em nuvem).</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Iniciar Flow Launcher com inicialização do sistema</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Iniciar Flow Launcher com inicialização do sistema</system:String>
|
||||||
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Esconder Flow Launcher quando foco for perdido</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Esconder Flow Launcher quando foco for perdido</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Não mostrar notificações de novas versões</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Não mostrar notificações de novas versões</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Idioma</system:String>
|
<system:String x:Key="language">Idioma</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Estilo da Última Consulta</system:String>
|
<system:String x:Key="lastQueryMode">Estilo da Última Consulta</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Mostrar/ocultar resultados anteriores quando o Lançador de Fluxos é reativado.</system:String>
|
||||||
<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="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 atalhos em tela cheia</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar atalhos em tela cheia</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Disable Flow Launcher activation when a full screen application is active (Recommended for games).</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Desativar o Flow Launcher quando um aplicativo em tela cheia estiver ativado (recomendado para jogos).</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
<system:String x:Key="defaultFileManager">Gerenciador de Arquivos Padrões</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Selecione o gerenciador de arquivos para usar ao abrir a pasta.</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
<system:String x:Key="defaultBrowser">Navegador da Web Padrão</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Configuração para Nova Aba, Nova Janela, Modo Privado.</system:String>
|
||||||
<system:String x:Key="pythonFilePath">Python Path</system:String>
|
<system:String x:Key="pythonFilePath">Caminho do Python</system:String>
|
||||||
<system:String x:Key="nodeFilePath">Node.js Path</system:String>
|
<system:String x:Key="nodeFilePath">Caminho do Node.js</system:String>
|
||||||
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
<system:String x:Key="selectNodeExecutable">Selecione o executável do Node.js</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">Always Start Typing in English Mode</system:String>
|
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</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">Temporarily change your input method to English mode when activating Flow.</system:String>
|
||||||
<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="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideNotifyIcon">Ocultar ícone da 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">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>
|
||||||
|
|
@ -72,50 +78,50 @@
|
||||||
<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>
|
||||||
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
|
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
<system:String x:Key="shadowEffectNotAllowed">O efeito de sombra não é permitido enquanto o tema atual tem o efeito de desfoque ativado</system:String>
|
||||||
|
|
||||||
<!-- Setting Plugin -->
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
||||||
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
<system:String x:Key="searchplugin_Noresult_Title">Nenhum resultado encontrado</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
<system:String x:Key="plugins">Plugins</system:String>
|
<system:String x:Key="plugins">Plugins</system:String>
|
||||||
<system:String x:Key="browserMorePlugins">Encontrar mais plugins</system:String>
|
<system:String x:Key="browserMorePlugins">Encontrar mais plugins</system:String>
|
||||||
<system:String x:Key="enable">On</system:String>
|
<system:String x:Key="enable">Ativado</system:String>
|
||||||
<system:String x:Key="disable">Desabilitar</system:String>
|
<system:String x:Key="disable">Desabilitar</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
||||||
<system:String x:Key="actionKeywords">Palavras-chave de ação</system:String>
|
<system:String x:Key="actionKeywords">Palavras-chave de ação</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
||||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
||||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
<system:String x:Key="currentPriority">Prioridade atual</system:String>
|
||||||
<system:String x:Key="newPriority">New Priority</system:String>
|
<system:String x:Key="newPriority">Nova Prioridade</system:String>
|
||||||
<system:String x:Key="priority">Priority</system:String>
|
<system:String x:Key="priority">Prioridade</system:String>
|
||||||
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Diretório de Plugins</system:String>
|
<system:String x:Key="pluginDirectory">Diretório de Plugins</system:String>
|
||||||
<system:String x:Key="author">by</system:String>
|
<system:String x:Key="author">por</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Tempo de inicialização:</system:String>
|
<system:String x:Key="plugin_init_time">Tempo de inicialização:</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Tempo de consulta:</system:String>
|
<system:String x:Key="plugin_query_time">Tempo de consulta:</system:String>
|
||||||
<system:String x:Key="plugin_query_version">Versão</system:String>
|
<system:String x:Key="plugin_query_version">Versão</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Website</system:String>
|
<system:String x:Key="plugin_query_web">Site</system:String>
|
||||||
<system:String x:Key="plugin_uninstall">Desinstalar</system:String>
|
<system:String x:Key="plugin_uninstall">Desinstalar</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Plugin Store -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="pluginStore">Loja de Plugins</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
<system:String x:Key="pluginStore_NewRelease">Nova Versão</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Plugin</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">Installed</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
<system:String x:Key="refresh">Atualizar</system:String>
|
||||||
<system:String x:Key="installbtn">Install</system:String>
|
<system:String x:Key="installbtn">Instalar</system:String>
|
||||||
<system:String x:Key="uninstallbtn">Desinstalar</system:String>
|
<system:String x:Key="uninstallbtn">Desinstalar</system:String>
|
||||||
<system:String x:Key="updatebtn">Atualizar</system:String>
|
<system:String x:Key="updatebtn">Atualizar</system:String>
|
||||||
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
||||||
<system:String x:Key="LabelNew">New Version</system:String>
|
<system:String x:Key="LabelNew">Nova Versão</system:String>
|
||||||
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
<system:String x:Key="LabelNewToolTip">Este plugin foi atualizado nos últimos 7 dias</system:String>
|
||||||
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
<system:String x:Key="LabelUpdateToolTip">Nova Atualização Disponível</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -123,9 +129,9 @@
|
||||||
<system:String x:Key="theme">Tema</system:String>
|
<system:String x:Key="theme">Tema</system:String>
|
||||||
<system:String x:Key="appearance">Appearance</system:String>
|
<system:String x:Key="appearance">Appearance</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Ver mais temas</system:String>
|
<system:String x:Key="browserMoreThemes">Ver mais temas</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
<system:String x:Key="howToCreateTheme">Como criar um tema</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
<system:String x:Key="hiThere">Olá</system:String>
|
||||||
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
<system:String x:Key="SampleTitleExplorer">Explorador</system:String>
|
||||||
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
||||||
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
||||||
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
||||||
|
|
@ -137,18 +143,18 @@
|
||||||
<system:String x:Key="resultItemFont">Fonte do Resultado</system:String>
|
<system:String x:Key="resultItemFont">Fonte do Resultado</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">Theme {0} not exists, fallback to default theme</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_parse_error">Fail to load theme {0}, fallback to default theme</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">Falha ao carregar tema {0}, retorne ao tema padrão</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
<system:String x:Key="ThemeFolder">Pasta de Temas</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
<system:String x:Key="OpenThemeFolder">Abrir Pasta de Temas</system:String>
|
||||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
<system:String x:Key="ColorScheme">Paleta de Cores</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
<system:String x:Key="ColorSchemeSystem">Padrão do sistema</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
<system:String x:Key="ColorSchemeLight">Claro</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
<system:String x:Key="ColorSchemeDark">Escuro</system:String>
|
||||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
<system:String x:Key="SoundEffect">Efeito Sonoro</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
<system:String x:Key="SoundEffectTip">Reproduzir um pequeno som ao abrir a janela de pesquisa</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="Animation">Animação</system:String>
|
||||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
<system:String x:Key="AnimationTip">Utilizar Animação na Interface</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>
|
||||||
|
|
||||||
|
|
@ -156,20 +162,20 @@
|
||||||
<system:String x:Key="hotkey">Atalho</system:String>
|
<system:String x:Key="hotkey">Atalho</system:String>
|
||||||
<system:String x:Key="hotkeys">Atalho</system:String>
|
<system:String x:Key="hotkeys">Atalho</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Atalho do Flow Launcher</system:String>
|
<system:String x:Key="flowlauncherHotkey">Atalho do Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Digite o atalho para exibir/ocultar o Flow Launcher.</system:String>
|
||||||
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
||||||
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Modificadores de resultado aberto</system:String>
|
<system:String x:Key="openResultModifiers">Modificadores de resultado aberto</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Selecione uma tecla modificadora para abrir o resultar selecionado pelo teclado.</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkey">Mostrar tecla de atalho</system:String>
|
<system:String x:Key="showOpenResultHotkey">Mostrar tecla de atalho</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Exibir atalho de seleção de resultado com resultados.</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Atalho de Consulta Personalizada</system:String>
|
<system:String x:Key="customQueryHotkey">Atalho de Consulta Personalizada</system:String>
|
||||||
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
|
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
|
||||||
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
|
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="customQuery">Consulta</system:String>
|
||||||
<system:String x:Key="customShortcut">Shortcut</system:String>
|
<system:String x:Key="customShortcut">Atalho</system:String>
|
||||||
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
||||||
<system:String x:Key="builtinShortcutDescription">Description</system:String>
|
<system:String x:Key="builtinShortcutDescription">Descrição</system:String>
|
||||||
<system:String x:Key="delete">Apagar</system:String>
|
<system:String x:Key="delete">Apagar</system:String>
|
||||||
<system:String x:Key="edit">Editar</system:String>
|
<system:String x:Key="edit">Editar</system:String>
|
||||||
<system:String x:Key="add">Adicionar</system:String>
|
<system:String x:Key="add">Adicionar</system:String>
|
||||||
|
|
@ -178,12 +184,12 @@
|
||||||
<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>
|
||||||
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
|
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
|
||||||
<system:String x:Key="shortcut_active_explorer_path">Get path from active explorer.</system:String>
|
<system:String x:Key="shortcut_active_explorer_path">Get path from active explorer.</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Efeito de sombra da janela de consulta</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">Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited.</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="windowWidthSize">Largura da janela</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">You can also quickly adjust this by using Ctrl+[ and Ctrl+].</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="useGlyphUI">Usar Segoe Fluent Icons</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="useGlyphUIEffect">Usar Segoe Fluent Icons para resultados da consulta quando suportado</system:String>
|
||||||
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
|
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
|
||||||
|
|
||||||
<!-- Setting Proxy -->
|
<!-- Setting Proxy -->
|
||||||
|
|
@ -204,11 +210,11 @@
|
||||||
|
|
||||||
<!-- Setting About -->
|
<!-- Setting About -->
|
||||||
<system:String x:Key="about">Sobre</system:String>
|
<system:String x:Key="about">Sobre</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="website">Site</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">Documentação</system:String>
|
||||||
<system:String x:Key="version">Versão</system:String>
|
<system:String x:Key="version">Versão</system:String>
|
||||||
<system:String x:Key="icons">Icons</system:String>
|
<system:String x:Key="icons">Ícones</system:String>
|
||||||
<system:String x:Key="about_activate_times">Você ativou o Flow Launcher {0} vezes</system:String>
|
<system:String x:Key="about_activate_times">Você ativou o Flow Launcher {0} vezes</system:String>
|
||||||
<system:String x:Key="checkUpdates">Procurar atualizações</system:String>
|
<system:String x:Key="checkUpdates">Procurar atualizações</system:String>
|
||||||
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
|
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
|
||||||
|
|
@ -219,36 +225,36 @@
|
||||||
ou acesse https://github.com/Flow-Launcher/Flow.Launcher/releases para baixar manualmente.
|
ou acesse https://github.com/Flow-Launcher/Flow.Launcher/releases para baixar manualmente.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Notas de Versão:</system:String>
|
<system:String x:Key="releaseNotes">Notas de Versão:</system:String>
|
||||||
<system:String x:Key="documentation">Usage Tips</system:String>
|
<system:String x:Key="documentation">Dicas de Uso</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">Ferramentas de Desenvolvedor</system:String>
|
||||||
<system:String x:Key="settingfolder">Setting Folder</system:String>
|
<system:String x:Key="settingfolder">Setting Folder</system:String>
|
||||||
<system:String x:Key="logfolder">Log Folder</system:String>
|
<system:String x:Key="logfolder">Log Folder</system:String>
|
||||||
<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">Assistente</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>
|
||||||
<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">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_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 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_name">File Manager</system:String>
|
<system:String x:Key="fileManager_name">Gerenciador de Arquivos</system:String>
|
||||||
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||||
|
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
<system:String x:Key="defaultBrowserTitle">Navegador da Web Padrão</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">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowser_name">Navegador</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Nome do Navegador</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">Nova Janela</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_newTab">Nova Aba</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
||||||
|
|
||||||
<!-- Priority Setting Dialog -->
|
<!-- Priority Setting Dialog -->
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="changePriorityWindow">Alterar Prioridade</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">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="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||||
|
|
||||||
|
|
@ -261,7 +267,7 @@
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">A nova palavra-chave da ação não pode ser vazia</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">A nova palavra-chave da ação não pode ser vazia</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">A nova palavra-chave da ação já foi atribuída a outro plugin, por favor tente outra</system:String>
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">A nova palavra-chave da ação já foi atribuída a outro plugin, por favor tente outra</system:String>
|
||||||
<system:String x:Key="success">Sucesso</system:String>
|
<system:String x:Key="success">Sucesso</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="completedSuccessfully">Concluído com sucesso</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Use * se não quiser especificar uma palavra-chave de ação</system:String>
|
<system:String x:Key="actionkeyword_tips">Use * se não quiser especificar uma palavra-chave de ação</system:String>
|
||||||
|
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
|
|
@ -298,13 +304,13 @@
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher apresentou um erro</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher apresentou um erro</system:String>
|
||||||
|
|
||||||
<!-- General Notice -->
|
<!-- General Notice -->
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="pleaseWait">Por favor, aguarde...</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">Verificando por novas atualizações</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">Você já possui a versão mais recente do Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="update_flowlauncher_update_found">Atualização encontrada</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
<system:String x:Key="update_flowlauncher_updating">Atualizando...</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 was not able to move your user profile data to the new update version.
|
||||||
Please manually move your profile data folder from {0} to {1}
|
Please manually move your profile data folder from {0} to {1}
|
||||||
|
|
@ -314,7 +320,7 @@
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Ocorreu um erro ao tentar instalar atualizações do progama</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Ocorreu um erro ao tentar instalar atualizações do progama</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Atualizar</system:String>
|
<system:String x:Key="update_flowlauncher_update">Atualizar</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_cancel">Cancelar</system:String>
|
<system:String x:Key="update_flowlauncher_update_cancel">Cancelar</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Falha ao Atualizar</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">Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Essa atualização reiniciará o Flow Launcher</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Essa atualização reiniciará o Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">Os seguintes arquivos serão atualizados</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">Os seguintes arquivos serão atualizados</system:String>
|
||||||
|
|
@ -322,40 +328,40 @@
|
||||||
<system:String x:Key="update_flowlauncher_update_update_description">Atualizar descrição</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_description">Atualizar descrição</system:String>
|
||||||
|
|
||||||
<!-- Welcome Window -->
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<system:String x:Key="Skip">Pular</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page1_Title">Bem-vindo ao Flow Launcher</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">Hello, this is the first time you are running Flow Launcher!</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">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_Page2_Title">Search and run all files and applications on your PC</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_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">Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher starts with the hotkey below, go ahead and try it out now. To change it, click on the input and press the desired hotkey on the keyboard.</system:String>
|
<system:String x:Key="Welcome_Page2_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_Page3_Title">Hotkeys</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Teclas de Atalho</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</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">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_Page5_Title">Let's Start Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</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">Finalizado. Aproveite o Flow Launcher. Não esqueça o atalho para iniciar :)</system:String>
|
||||||
|
|
||||||
<!-- General Guide & Hotkey -->
|
<!-- General Guide & Hotkey -->
|
||||||
|
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Voltar / Menu de Contexto</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item de Navegação</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Abrir Menu de Contexto</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Histórico de Pesquisas</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocompletar</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyRunDesc">Abrir / Executar Item Selecionado</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Abrir Janela de Configurações</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
<system:String x:Key="HotkeyF5Desc">Recarregar Dados de Plugin</system:String>
|
||||||
|
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="RecommendWeather">Clima</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Clima no Resultado do Google</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">Comando de Console</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 in Windows Settings</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">Notas Autoadesivas</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher ao perder o foco</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher ao perder o foco</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Não notificar acerca de novas versões</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Não notificar acerca de novas versões</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Posição da janela de pesquisa</system:String>
|
<system:String x:Key="SearchWindowPosition">Posição da janela de pesquisa</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Memorizar última posição</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Memorizar última posição</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Ecrã do rato - Centro</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor com o cursor do rato</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Ecrã do rato - Centro, cima</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor com a janela focada</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Ecrã do rato - Esquerda, cima</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Monitor principal</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Ecrã do rato - Direita, cima</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Monitor personalizado</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Posição da janela de pesquisa no monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Centro</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Centro, cima</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Esquerda, cima</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Direita, cima</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Posição personalizada</system:String>
|
||||||
<system:String x:Key="language">Idioma</system:String>
|
<system:String x:Key="language">Idioma</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Estilo da última consulta</system:String>
|
<system:String x:Key="lastQueryMode">Estilo da última consulta</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Mostrar/ocultar resultados anteriores ao reiniciar Flow Launcher</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Mostrar/ocultar resultados anteriores ao reiniciar Flow Launcher</system:String>
|
||||||
|
|
@ -339,8 +345,8 @@ Queira por favor mover a pasta do seu perfil de {0} para {1}
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Recuar/Menu de contexto</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Recuar/Menu de contexto</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Navegação nos itens</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Navegação nos itens</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Abrir menu de contexto</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Abrir menu de contexto</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Abrir pasta do resultado</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Executar como administrador</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Histórico de consultas</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Histórico de consultas</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Voltar aos resultados no menu de contexto</system:String>
|
<system:String x:Key="HotkeyESCDesc">Voltar aos resultados no menu de contexto</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Conclusão automática</system:String>
|
<system:String x:Key="HotkeyTabDesc">Conclusão automática</system:String>
|
||||||
|
|
|
||||||
|
|
@ -12,179 +12,185 @@
|
||||||
<system:String x:Key="iconTraySettings">Настройки</system:String>
|
<system:String x:Key="iconTraySettings">Настройки</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">О Flow Launcher</system:String>
|
<system:String x:Key="iconTrayAbout">О Flow Launcher</system:String>
|
||||||
<system:String x:Key="iconTrayExit">Выйти</system:String>
|
<system:String x:Key="iconTrayExit">Выйти</system:String>
|
||||||
<system:String x:Key="closeWindow">Close</system:String>
|
<system:String x:Key="closeWindow">Закрыть</system:String>
|
||||||
<system:String x:Key="copy">Copy</system:String>
|
<system:String x:Key="copy">Копировать</system:String>
|
||||||
<system:String x:Key="cut">Cut</system:String>
|
<system:String x:Key="cut">Вырезать</system:String>
|
||||||
<system:String x:Key="paste">Paste</system:String>
|
<system:String x:Key="paste">Вставить</system:String>
|
||||||
<system:String x:Key="undo">Undo</system:String>
|
<system:String x:Key="undo">Отмена</system:String>
|
||||||
<system:String x:Key="selectAll">Select All</system:String>
|
<system:String x:Key="selectAll">Выбрать все</system:String>
|
||||||
<system:String x:Key="fileTitle">File</system:String>
|
<system:String x:Key="fileTitle">Файл</system:String>
|
||||||
<system:String x:Key="folderTitle">Folder</system:String>
|
<system:String x:Key="folderTitle">Папка</system:String>
|
||||||
<system:String x:Key="textTitle">Text</system:String>
|
<system:String x:Key="textTitle">Текст</system:String>
|
||||||
<system:String x:Key="GameMode">Game Mode</system:String>
|
<system:String x:Key="GameMode">Игровой режим</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
<system:String x:Key="GameModeToolTip">Приостановить использование горячих клавиш.</system:String>
|
||||||
<system:String x:Key="PositionReset">Position Reset</system:String>
|
<system:String x:Key="PositionReset">Сброс положения</system:String>
|
||||||
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
<system:String x:Key="PositionResetToolTip">Сброс положения окна поиска</system:String>
|
||||||
|
|
||||||
<!-- Setting General -->
|
<!-- Setting General -->
|
||||||
<system:String x:Key="flowlauncher_settings">Настройки</system:String>
|
<system:String x:Key="flowlauncher_settings">Настройки</system:String>
|
||||||
<system:String x:Key="general">Общие</system:String>
|
<system:String x:Key="general">Общие</system:String>
|
||||||
<system:String x:Key="portableMode">Portable Mode</system:String>
|
<system:String x:Key="portableMode">Портативный режим</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system:String>
|
<system:String x:Key="portableModeToolTIp">Храните все настройки и данные пользователя в одной папке (полезно при использовании со съёмными дисками или облачными сервисами).</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Запускать Flow Launcher при запуске системы</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Запускать Flow Launcher при запуске системы</system:String>
|
||||||
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
<system:String x:Key="setAutoStartFailed">Ошибка настройки запуска при запуске</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Скрывать Flow Launcher, если потерян фокуc</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Скрывать Flow Launcher, если потерян фокуc</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Не отображать сообщение об обновлении, когда доступна новая версия</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Не отображать сообщение об обновлении, когда доступна новая версия</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Положение окна поиска</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Запомнить последнее положение</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Монитор с курсором мыши</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Монитор с фокусированным окном</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Основной монитор</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Свой монитор</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Положение окна поиска на мониторе</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">По центру</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">По центру сверху</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Слева сверху</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Справа сверху</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">Last Query Style</system:String>
|
<system:String x:Key="lastQueryMode">Вид последнего запроса</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Показать/скрыть предыдущие результаты при повторном запуске Flow Launcher.</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
<system:String x:Key="LastQueryPreserved">Сохранение последнего запроса</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
<system:String x:Key="LastQuerySelected">Выбор последнего запроса</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
<system:String x:Key="LastQueryEmpty">Очистить последний запрос</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">Вы также можете быстро настроить это с помощью CTRL+плюс и CTRL+минус.</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Игнорировать горячие клавиши в полноэкранном режиме</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Игнорировать горячие клавиши в полноэкранном режиме</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Disable Flow Launcher activation when a full screen application is active (Recommended for games).</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Отключить запуск Flow Launcher при запущенном полноэкранном приложении (рекомендуется для игр).</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
<system:String x:Key="defaultFileManager">Файловый менеджер по умолчанию</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Выберите файловый менеджер, который будет использоваться при открытии папки.</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
<system:String x:Key="defaultBrowser">Браузер по умолчанию</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</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">Пожалуйста, выберите исполняемый файл Node.js</system:String>
|
||||||
<system:String x:Key="selectPythonExecutable">Please select pythonw.exe</system:String>
|
<system:String x:Key="selectPythonExecutable">Пожалуйста, выберите pythonw.exe</system:String>
|
||||||
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
|
<system:String x:Key="typingStartEn">Всегда начинать печатать в английском режиме</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">Временно изменить способ ввода на английский при запуске Flow.</system:String>
|
||||||
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
<system:String x:Key="autoUpdates">Автообновление</system:String>
|
||||||
<system:String x:Key="select">Select</system:String>
|
<system:String x:Key="select">Выбор</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
<system:String x:Key="hideOnStartup">Скрыть Flow Launcher при запуске</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideNotifyIcon">Скрыть значок в трее</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">Когда значок скрыт в трее, меню настройки можно открыть, щёлкнув правой кнопкой мыши на окне поиска.</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="querySearchPrecision">Точность поиска запросов</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Изменение минимального количества совпадений при поиске, необходимого для получения результатов.</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Поиск с использованием пиньинь</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">Позволяет использовать пиньинь для поиска. Пиньинь - это стандартная система латинизированной орфографии для перевода китайского языка.</system:String>
|
||||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
<system:String x:Key="AlwaysPreview">Всегда предпросмотр</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">Всегда открывать панель предварительного просмотра при запуске Flow. Нажмите {0}, чтобы переключить предварительный просмотр.</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
<system:String x:Key="shadowEffectNotAllowed">Эффект тени не допускается, если в текущей теме включён эффект размытия</system:String>
|
||||||
|
|
||||||
<!-- Setting Plugin -->
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
<system:String x:Key="searchplugin">Поиск плагина</system:String>
|
||||||
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
<system:String x:Key="searchpluginToolTip">Ctrl+F для поиска плагинов</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
<system:String x:Key="searchplugin_Noresult_Title">Результаты не найдены</system:String>
|
||||||
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
<system:String x:Key="searchplugin_Noresult_Subtitle">Пожалуйста, попробуйте другой запрос.</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
<system:String x:Key="plugin">Плагины</system:String>
|
||||||
<system:String x:Key="plugins">Плагины</system:String>
|
<system:String x:Key="plugins">Плагины</system:String>
|
||||||
<system:String x:Key="browserMorePlugins">Найти больше плагинов</system:String>
|
<system:String x:Key="browserMorePlugins">Найти больше плагинов</system:String>
|
||||||
<system:String x:Key="enable">On</system:String>
|
<system:String x:Key="enable">Вкл.</system:String>
|
||||||
<system:String x:Key="disable">Отключить</system:String>
|
<system:String x:Key="disable">Отключить</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
<system:String x:Key="actionKeywordsTitle">Настройка ключевого слова действия</system:String>
|
||||||
<system:String x:Key="actionKeywords">Горячая клавиша</system:String>
|
<system:String x:Key="actionKeywords">Горячая клавиша</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
<system:String x:Key="currentActionKeywords">Ключевое слово текущего действия</system:String>
|
||||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
<system:String x:Key="newActionKeyword">Ключевое слово нового действия</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Изменить ключевое слово действия</system:String>
|
||||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
<system:String x:Key="currentPriority">Текущий приоритет</system:String>
|
||||||
<system:String x:Key="newPriority">New Priority</system:String>
|
<system:String x:Key="newPriority">Новый приоритет</system:String>
|
||||||
<system:String x:Key="priority">Priority</system:String>
|
<system:String x:Key="priority">Приоритет</system:String>
|
||||||
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
<system:String x:Key="priorityToolTip">Изменение приоритета результатов плагина</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Директория плагинов</system:String>
|
<system:String x:Key="pluginDirectory">Директория плагинов</system:String>
|
||||||
<system:String x:Key="author">by</system:String>
|
<system:String x:Key="author">автор</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Инициализация:</system:String>
|
<system:String x:Key="plugin_init_time">Инициализация:</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Запрос:</system:String>
|
<system:String x:Key="plugin_query_time">Запрос:</system:String>
|
||||||
<system:String x:Key="plugin_query_version">Версия</system:String>
|
<system:String x:Key="plugin_query_version">Версия</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Website</system:String>
|
<system:String x:Key="plugin_query_web">Веб-сайт</system:String>
|
||||||
<system:String x:Key="plugin_uninstall">Удалить</system:String>
|
<system:String x:Key="plugin_uninstall">Удалить</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Plugin Store -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="pluginStore">Магазин плагинов</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
<system:String x:Key="pluginStore_NewRelease">Новый выпуск</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Недавно обновлено</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Плагины</system:String>
|
<system:String x:Key="pluginStore_None">Плагины</system:String>
|
||||||
<system:String x:Key="pluginStore_Installed">Installed</system:String>
|
<system:String x:Key="pluginStore_Installed">Установлено</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
<system:String x:Key="refresh">Обновить</system:String>
|
||||||
<system:String x:Key="installbtn">Install</system:String>
|
<system:String x:Key="installbtn">Установить</system:String>
|
||||||
<system:String x:Key="uninstallbtn">Удалить</system:String>
|
<system:String x:Key="uninstallbtn">Удалить</system:String>
|
||||||
<system:String x:Key="updatebtn">Обновить</system:String>
|
<system:String x:Key="updatebtn">Обновить</system:String>
|
||||||
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
<system:String x:Key="LabelInstalledToolTip">Плагин уже установлен</system:String>
|
||||||
<system:String x:Key="LabelNew">New Version</system:String>
|
<system:String x:Key="LabelNew">Новая версия</system:String>
|
||||||
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
<system:String x:Key="LabelNewToolTip">Этот плагин был обновлён за последние 7 дней</system:String>
|
||||||
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
<system:String x:Key="LabelUpdateToolTip">Доступно новое обновление</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="theme">Тема</system:String>
|
<system:String x:Key="theme">Тема</system:String>
|
||||||
<system:String x:Key="appearance">Appearance</system:String>
|
<system:String x:Key="appearance">Внешний вид</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Найти больше тем</system:String>
|
<system:String x:Key="browserMoreThemes">Найти больше тем</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
<system:String x:Key="howToCreateTheme">Как создать тему</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
<system:String x:Key="hiThere">Привет</system:String>
|
||||||
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
<system:String x:Key="SampleTitleExplorer">Проводник</system:String>
|
||||||
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
<system:String x:Key="SampleSubTitleExplorer">Поиск файлов, папок и содержимого файлов</system:String>
|
||||||
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
<system:String x:Key="SampleTitleWebSearch">Веб-поиск</system:String>
|
||||||
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
<system:String x:Key="SampleSubTitleWebSearch">Поиск в Интернете с помощью различных поисковых систем</system:String>
|
||||||
<system:String x:Key="SampleTitleProgram">Program</system:String>
|
<system:String x:Key="SampleTitleProgram">Программа</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
<system:String x:Key="SampleSubTitleProgram">Запуск программ от имени администратора или другого пользователя</system:String>
|
||||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
<system:String x:Key="SampleTitleProcessKiller">Удалятор процессов</system:String>
|
||||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
<system:String x:Key="SampleSubTitleProcessKiller">Завершение нежелательных процессов</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="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">Theme {0} not exists, fallback to default theme</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Тема {0} не существует, откат к теме по умолчанию</system:String>
|
||||||
<system:String x:Key="theme_load_failure_parse_error">Fail to load theme {0}, fallback to default theme</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">Не удалось загрузить тему {0}, откат к теме по умолчанию</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
<system:String x:Key="ThemeFolder">Папка тем</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
<system:String x:Key="OpenThemeFolder">Открыть папку с темами</system:String>
|
||||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
<system:String x:Key="ColorScheme">Цветовая схема</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
<system:String x:Key="ColorSchemeSystem">Системное по умолчанию</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
<system:String x:Key="ColorSchemeLight">Светлая</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
<system:String x:Key="ColorSchemeDark">Тёмная</system:String>
|
||||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
<system:String x:Key="SoundEffect">Звуковой эффект</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
<system:String x:Key="SoundEffectTip">Воспроизведение небольшого звука при открытии окна поиска</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="Animation">Анимация</system:String>
|
||||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
<system:String x:Key="AnimationTip">Использование анимации в меню</system:String>
|
||||||
<system:String x:Key="Clock">Clock</system:String>
|
<system:String x:Key="Clock">Часы</system:String>
|
||||||
<system:String x:Key="Date">Date</system:String>
|
<system:String x:Key="Date">Дата</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">Горячая клавиша Flow Launcher</system:String>
|
<system:String x:Key="flowlauncherHotkey">Горячая клавиша Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Введите ярлык, чтобы показать/скрыть Flow Launcher.</system:String>
|
||||||
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
<system:String x:Key="previewHotkey">Просмотр горячей клавиши</system:String>
|
||||||
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
<system:String x:Key="previewHotkeyToolTip">Введите ярлык для показа/скрытия предварительного просмотра в окне поиска.</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Открыть ключ модификации результата</system:String>
|
<system:String x:Key="openResultModifiers">Открыть ключ модификации результата</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</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">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Показать горячую клавишу выбора результата с результатами.</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Задаваемые горячие клавиши для запросов</system:String>
|
<system:String x:Key="customQueryHotkey">Задаваемые горячие клавиши для запросов</system:String>
|
||||||
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
|
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
|
||||||
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
|
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="customQuery">Запрос</system:String>
|
||||||
<system:String x:Key="customShortcut">Shortcut</system:String>
|
<system:String x:Key="customShortcut">Ярлык</system:String>
|
||||||
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
<system:String x:Key="customShortcutExpansion">Расширение</system:String>
|
||||||
<system:String x:Key="builtinShortcutDescription">Description</system:String>
|
<system:String x:Key="builtinShortcutDescription">Описание</system:String>
|
||||||
<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="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">Вы уверены, что хотите удалить ярлык: {0} с расширением {1}?</system:String>
|
||||||
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
|
<system:String x:Key="shortcut_clipboard_description">Получение текста из буфера обмена.</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">Получение пути из активного проводника.</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Эффект тени в окне запроса</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">Эффект тени существенно задействует ресурсы видеокарты. Не рекомендуется, если производительность вашего компьютера ограничена.</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="windowWidthSize">Размер ширины окна</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">Вы также можете быстро настроить это с помощью Ctrl+[ и Ctrl+].</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="useGlyphUI">Использование значков Segoe Fluent</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="useGlyphUIEffect">Использовать значки Segoe Fluent для результатов запросов, где они поддерживаются</system:String>
|
||||||
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
|
<system:String x:Key="flowlauncherPressHotkey">Нажмите клавишу</system:String>
|
||||||
|
|
||||||
<!-- Setting Proxy -->
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="proxy">HTTP Прокси</system:String>
|
<system:String x:Key="proxy">HTTP Прокси</system:String>
|
||||||
|
|
@ -204,53 +210,53 @@
|
||||||
|
|
||||||
<!-- Setting About -->
|
<!-- Setting About -->
|
||||||
<system:String x:Key="about">О Flow Launcher</system:String>
|
<system:String x:Key="about">О Flow Launcher</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="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">Документация</system:String>
|
||||||
<system:String x:Key="version">Версия</system:String>
|
<system:String x:Key="version">Версия</system:String>
|
||||||
<system:String x:Key="icons">Icons</system:String>
|
<system:String x:Key="icons">Значки</system:String>
|
||||||
<system:String x:Key="about_activate_times">Вы воспользовались Flow Launcher уже {0} раз</system:String>
|
<system:String x:Key="about_activate_times">Вы воспользовались Flow Launcher уже {0} раз</system:String>
|
||||||
<system:String x:Key="checkUpdates">Check for Updates</system:String>
|
<system:String x:Key="checkUpdates">Проверить наличие обновлений</system:String>
|
||||||
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
|
<system:String x:Key="BecomeASponsor">Стать спонсором</system:String>
|
||||||
<system:String x:Key="newVersionTips">Доступна новая версия {0}. Вы хотите перезапустить Flow Launcher, чтобы использовать обновление?</system:String>
|
<system:String x:Key="newVersionTips">Доступна новая версия {0}. Вы хотите перезапустить Flow Launcher, чтобы использовать обновление?</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">Проверка обновлений не удалась, пожалуйста, проверьте настройки подключения и прокси-сервера к 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,
|
Загрузка обновлений не удалась, пожалуйста, проверьте настройки соединения и прокси на github-cloud.s3.amazonaws.com,
|
||||||
or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
или перейдите по адресу https://github.com/Flow-Launcher/Flow.Launcher/releases, чтобы загрузить обновления вручную.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Список изменений</system:String>
|
<system:String x:Key="releaseNotes">Список изменений</system:String>
|
||||||
<system:String x:Key="documentation">Usage Tips</system:String>
|
<system:String x:Key="documentation">Советы по применению</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">Инструменты разработчика</system:String>
|
||||||
<system:String x:Key="settingfolder">Setting Folder</system:String>
|
<system:String x:Key="settingfolder">Папка настроек</system:String>
|
||||||
<system:String x:Key="logfolder">Log Folder</system:String>
|
<system:String x:Key="logfolder">Папка журнала</system:String>
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">Очистить журнал</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">Вы уверены, что хотите удалить все журналы?</system:String>
|
||||||
<system:String x:Key="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Мастер</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<system:String x:Key="fileManagerWindow">Выбор менеджера файлов</system:String>
|
||||||
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments 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">Укажите расположение файла в файловом менеджере, который вы используете, и добавьте аргументы, если необходимо. По умолчанию аргументами являются «%d», и путь вводится в этом месте. Например, если требуется команда, такая как «totalcmd.exe /A c:\windows», аргументом будет /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» - это аргумент, представляющий путь к файлу. Он используется для подчёркивания имени файла/папки при открытии определённого местоположения файла в стороннем файловом менеджере. Этот аргумент доступен только в пункте «Аргумент для файла». Если файловый менеджер не имеет такой функции, вы можете использовать «%d».</system:String>
|
||||||
<system:String x:Key="fileManager_name">File Manager</system:String>
|
<system:String x:Key="fileManager_name">Файловый менеджер</system:String>
|
||||||
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_profile_name">Имя профиля</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_path">Путь к файловому менеджеру</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_directory_arg">Аргумент для папки</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_file_arg">Аргумент для файла</system:String>
|
||||||
|
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
<system:String x:Key="defaultBrowserTitle">Браузер по умолчанию</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">Настройка по умолчанию соответствует настройке браузера по умолчанию в ОС. Если указано отдельно, Flow использует этот браузер.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowser_name">Браузер</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Название браузера</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_path">Путь к браузеру</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">Новое окно</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_newTab">Новая вкладка</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Приватный режим</system:String>
|
||||||
|
|
||||||
<!-- Priority Setting Dialog -->
|
<!-- Priority Setting Dialog -->
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="changePriorityWindow">Изменить приоритет</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">Чем больше число, тем выше будет оцениваться результат. Попробуйте установить значение 5. Если вы хотите, чтобы результаты были ниже, чем у любого другого плагина, укажите отрицательное число</system:String>
|
||||||
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
<system:String x:Key="invalidPriority">Пожалуйста, укажите действительное целое число для приоритета!</system:String>
|
||||||
|
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="oldActionKeywords">Текущая горячая клавиша</system:String>
|
<system:String x:Key="oldActionKeywords">Текущая горячая клавиша</system:String>
|
||||||
|
|
@ -261,22 +267,22 @@
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">Новая горячая клавиша не может быть пустой</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">Новая горячая клавиша не может быть пустой</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Новая горячая клавиша уже используется другим плагином. Пожалуйста, задайте новую</system:String>
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Новая горячая клавиша уже используется другим плагином. Пожалуйста, задайте новую</system:String>
|
||||||
<system:String x:Key="success">Успешно</system:String>
|
<system:String x:Key="success">Успешно</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="completedSuccessfully">Выполнено успешно</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Введите горячую клавишу, которое вы хотите использовать для запуска плагина. Используйте *, если вы не хотите ничего указывать, и плагин будет запускаться без каких-либо горячих клавиш.</system:String>
|
<system:String x:Key="actionkeyword_tips">Введите горячую клавишу, которое вы хотите использовать для запуска плагина. Используйте *, если вы не хотите ничего указывать, и плагин будет запускаться без каких-либо горячих клавиш.</system:String>
|
||||||
|
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Задаваемые горячие клавиши для запросов</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Задаваемые горячие клавиши для запросов</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 и автоматически ввести заданный запрос.</system:String>
|
||||||
<system:String x:Key="preview">Предпросмотр</system:String>
|
<system:String x:Key="preview">Предпросмотр</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Горячая клавиша недоступна. Пожалуйста, задайте новую</system:String>
|
<system:String x:Key="hotkeyIsNotUnavailable">Горячая клавиша недоступна. Пожалуйста, задайте новую</system:String>
|
||||||
<system:String x:Key="invalidPluginHotkey">Недействительная горячая клавиша плагина</system:String>
|
<system:String x:Key="invalidPluginHotkey">Недействительная горячая клавиша плагина</system:String>
|
||||||
<system:String x:Key="update">Обновить</system:String>
|
<system:String x:Key="update">Обновить</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">Ярлык пользовательского запроса</system:String>
|
||||||
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
<system:String x:Key="customeQueryShortcutTips">Введите ярлык, который автоматически расширяется до указанного запроса.</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">Ярлык уже существует, пожалуйста, введите новый ярлык или измените существующий.</system:String>
|
||||||
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
<system:String x:Key="emptyShortcut">Ярлык и/или его расширение пусты.</system:String>
|
||||||
|
|
||||||
<!-- Hotkey Control -->
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="hotkeyUnavailable">Горячая клавиша недоступна</system:String>
|
<system:String x:Key="hotkeyUnavailable">Горячая клавиша недоступна</system:String>
|
||||||
|
|
@ -298,64 +304,64 @@
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Произошёл сбой в Flow Launcher</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Произошёл сбой в Flow Launcher</system:String>
|
||||||
|
|
||||||
<!-- General Notice -->
|
<!-- General Notice -->
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="pleaseWait">Пожалуйста, подождите...</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">Проверка наличия нового обновления</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">У вас уже установлена последняя версия Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="update_flowlauncher_update_found">Найдено обновление</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
<system:String x:Key="update_flowlauncher_updating">Обновление...</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 не смог переместить данные профиля пользователя в новую версию обновления.
|
||||||
Please manually move your profile data folder from {0} to {1}
|
Пожалуйста, вручную переместите папку с данными профиля из {0} в {1}
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
<system:String x:Key="update_flowlauncher_new_update">Новое обновление</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Доступна новая версия Flow Launcher {0}</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">Доступна новая версия Flow Launcher {0}</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Произошла ошибка при попытке установить обновление</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Произошла ошибка при попытке установить обновление</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Обновить</system:String>
|
<system:String x:Key="update_flowlauncher_update">Обновить</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_cancel">Отменить</system:String>
|
<system:String x:Key="update_flowlauncher_update_cancel">Отменить</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Обновление не удалось</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">Проверьте соединение и попробуйте обновить настройки прокси на github-cloud.s3.amazonaws.com.</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Это обновление перезапустит Flow Launcher</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Это обновление перезапустит Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">Следующие файлы будут обновлены</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">Следующие файлы будут обновлены</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_files">Обновить файлы</system:String>
|
<system:String x:Key="update_flowlauncher_update_files">Обновить файлы</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_description">Обновить описание</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_description">Обновить описание</system:String>
|
||||||
|
|
||||||
<!-- Welcome Window -->
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<system:String x:Key="Skip">Пропустить</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page1_Title">Добро пожаловать в Flow Launcher</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">Здравствуйте, вы впервые запускаете Flow Launcher!</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">Перед началом, этот мастер поможет настроить Flow Launcher. При желании его можно пропустить. Пожалуйста, выберите язык</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">Поиск и запуск всех файлов и приложений на вашем ПК</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">Ищите всё: приложения, файлы, закладки, YouTube, Твиттер и многое другое. И всё это с удобной клавиатуры, не прикасаясь к мыши.</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 запускается с приведённой ниже горячей клавишей, попробуйте использовать её прямо сейчас. Чтобы изменить её, щёлкните на вводе и нажмите нужную горячую клавишу на клавиатуре.</system:String>
|
||||||
<system:String x:Key="Welcome_Page3_Title">Hotkeys</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Горячие клавиши</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page4_Title">Ключевое слово и команды</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">Поиск в Интернете, запуск приложений или выполнение различных функций с помощью плагинов Flow Launcher. Некоторые функции начинаются с ключевого слова действия, и при необходимости их можно использовать без ключевых слов действия. Попробуйте выполнить приведённые ниже запросы в Flow Launcher.</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Давайте запустим Flow Launcher</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. Не забудьте про горячую клавишу для запуска :)</system:String>
|
||||||
|
|
||||||
<!-- General Guide & Hotkey -->
|
<!-- General Guide & Hotkey -->
|
||||||
|
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Назад / контекстное меню</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Навигация по элементам</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Открыть контекстное меню</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">История запросов</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Вернуться к результату в контекстном меню</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Автозаполнение</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyRunDesc">Открыть / Выполнить выбранный элемент</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Открыть окно настроек</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
<system:String x:Key="HotkeyF5Desc">Перезагрузить данные плагинов</system:String>
|
||||||
|
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="RecommendWeather">Команда Weather</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Погода в результатах Google</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">Команда Shell</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 в настройках Windows</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">Заметки</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Schovať Flow Launcher po strate fokusu</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Schovať Flow Launcher po strate fokusu</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Nezobrazovať upozornenia na novú verziu</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Nezobrazovať upozornenia na novú verziu</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Pozícia vyhľadávacieho okna</system:String>
|
<system:String x:Key="SearchWindowPosition">Pozícia vyhľadávacieho okna</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Zapamätať si poslednú pozíciu</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Zapamätať si poslednú pozíciu</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Obrazovka zameraná na myš – Stred</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor s kurzorom myši</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Obrazovka zameraná na myš – Hore v strede</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor s aktívnym oknom</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Obrazovka zameraná na myš – Vľavo hore</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primárny monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Obrazovka zameraná na myš – Vpravo hore</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Vlastný monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Poloha vyhľadávacieho okna na monitore</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Stred</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Hore v strede</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Vľavo hore</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Vpravo hore</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Vlastná pozícia</system:String>
|
||||||
<system:String x:Key="language">Jazyk</system:String>
|
<system:String x:Key="language">Jazyk</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Posledné vyhľadávanie</system:String>
|
<system:String x:Key="lastQueryMode">Posledné vyhľadávanie</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Zobrazí/skryje predchádzajúce výsledky pri opätovnej aktivácii Flow Launchera.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Zobrazí/skryje predchádzajúce výsledky pri opätovnej aktivácii Flow Launchera.</system:String>
|
||||||
|
|
@ -106,7 +112,7 @@
|
||||||
<system:String x:Key="pluginStore">Repozitár pluginov</system:String>
|
<system:String x:Key="pluginStore">Repozitár pluginov</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">Nová verzia</system:String>
|
<system:String x:Key="pluginStore_NewRelease">Nová verzia</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Nedávno aktualizované</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Nedávno aktualizované</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Plugin</system:String>
|
<system:String x:Key="pluginStore_None">Pluginy</system:String>
|
||||||
<system:String x:Key="pluginStore_Installed">Nainštalované</system:String>
|
<system:String x:Key="pluginStore_Installed">Nainštalované</system:String>
|
||||||
<system:String x:Key="refresh">Obnoviť</system:String>
|
<system:String x:Key="refresh">Obnoviť</system:String>
|
||||||
<system:String x:Key="installbtn">Inštalovať</system:String>
|
<system:String x:Key="installbtn">Inštalovať</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Späť/kontextová ponuka</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Späť/kontextová ponuka</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Navigácia medzi položkami</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Navigácia medzi položkami</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Otvoriť kontextovú ponuku</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Otvoriť kontextovú ponuku</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Otvoriť umiestnenie priečinka</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Otvoriť súbor/Priečinok súboru</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Spustiť ako správca</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Spustiť ako správca/Otvoriť priečinok v predvolenom správcovi súborov</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">História dopytov</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">História dopytov</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Návrat na výsledky z kontextovej ponuky</system:String>
|
<system:String x:Key="HotkeyESCDesc">Návrat na výsledky z kontextovej ponuky</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Automatické dokončovanie</system:String>
|
<system:String x:Key="HotkeyTabDesc">Automatické dokončovanie</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?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">Neuspešno registrovana prečica: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Neuspešno registrovana prečica: {0}</system:String>
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Sakri Flow Launcher kada se izgubi fokus</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Sakri Flow Launcher kada se izgubi fokus</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Ne prikazuj obaveštenje o novoj verziji</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Ne prikazuj obaveštenje o novoj verziji</system:String>
|
||||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">Jezik</system:String>
|
<system:String x:Key="language">Jezik</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Stil Poslednjeg upita</system:String>
|
<system:String x:Key="lastQueryMode">Stil Poslednjeg upita</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
|
|
@ -106,7 +112,7 @@
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
||||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
||||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||||
<system:String x:Key="pluginStore_None">Plugin</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">Installed</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
<system:String x:Key="refresh">Refresh</system:String>
|
||||||
<system:String x:Key="installbtn">Install</system:String>
|
<system:String x:Key="installbtn">Install</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<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 Flow Launcher'u 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">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</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 yeniden etkinleştirildiğinde önceki sonuçları göster/gizle.</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<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">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</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">Показати/приховати попередні результати коли реактивований Flow Launcher знову.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Показати/приховати попередні результати коли реактивований Flow Launcher знову.</system:String>
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,17 @@
|
||||||
<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="SearchWindowPositionRememberLastLaunchLocation">记住上次的位置</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">记住上次的位置</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">鼠标所在的屏幕 - 中央</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">鼠标光标所在显示器</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">鼠标所在的屏幕 - 顶部中央</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">聚焦窗口所在显示器</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">鼠标所在的屏幕 - 左上角</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">主显示器</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">鼠标所在的屏幕 - 右上角</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">自定义显示器</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">搜索窗口在显示器上的位置</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">中央</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">顶部居中</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">左上</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">右上</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">重启 Flow Launcher 时显示/隐藏以前的结果。</system:String>
|
<system:String x:Key="lastQueryModeToolTip">重启 Flow Launcher 时显示/隐藏以前的结果。</system:String>
|
||||||
|
|
@ -341,7 +347,7 @@
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">选项导航</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">选项导航</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">打开上下文菜单</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">打开上下文菜单</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">打开所在目录</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">打开所在目录</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">以管理员身份运行</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">以管理员身份运行/在默认文件管理器中打开文件夹</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">查询历史</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">查询历史</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">返回查询界面</system:String>
|
<system:String x:Key="HotkeyESCDesc">返回查询界面</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">自动补全</system:String>
|
<system:String x:Key="HotkeyTabDesc">自动补全</system:String>
|
||||||
|
|
|
||||||
|
|
@ -29,18 +29,24 @@
|
||||||
<!-- Setting General -->
|
<!-- Setting General -->
|
||||||
<system:String x:Key="flowlauncher_settings">設定</system:String>
|
<system:String x:Key="flowlauncher_settings">設定</system:String>
|
||||||
<system:String x:Key="general">一般</system:String>
|
<system:String x:Key="general">一般</system:String>
|
||||||
<system:String x:Key="portableMode">Portable Mode</system:String>
|
<system:String x:Key="portableMode">便攜模式</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system:String>
|
<system:String x:Key="portableModeToolTIp">將所有設定和使用者資料存儲在同一個文件夾中(使用可移動磁碟機或雲端服務很有用)。</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">開機時啟動</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">開機時啟動</system:String>
|
||||||
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
||||||
<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">Search Window Position</system:String>
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
<system:String x:Key="language">語言</system:String>
|
<system:String x:Key="language">語言</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
|
|
@ -55,10 +61,10 @@
|
||||||
<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 Path</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">請選擇 pythonw.exe</system:String>
|
||||||
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
|
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</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">Temporarily change your input method to English mode when activating Flow.</system:String>
|
||||||
<system:String x:Key="autoUpdates">自動更新</system:String>
|
<system:String x:Key="autoUpdates">自動更新</system:String>
|
||||||
|
|
@ -121,7 +127,7 @@
|
||||||
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="theme">主題</system:String>
|
<system:String x:Key="theme">主題</system:String>
|
||||||
<system:String x:Key="appearance">Appearance</system:String>
|
<system:String x:Key="appearance">外觀</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">瀏覽更多主題</system:String>
|
<system:String x:Key="browserMoreThemes">瀏覽更多主題</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">如何創建一個主題</system:String>
|
<system:String x:Key="howToCreateTheme">如何創建一個主題</system:String>
|
||||||
<system:String x:Key="hiThere">你好呀</system:String>
|
<system:String x:Key="hiThere">你好呀</system:String>
|
||||||
|
|
@ -208,10 +214,10 @@
|
||||||
<system:String x:Key="github">GitHub</system:String>
|
<system:String x:Key="github">GitHub</system:String>
|
||||||
<system:String x:Key="docs">文檔</system:String>
|
<system:String x:Key="docs">文檔</system:String>
|
||||||
<system:String x:Key="version">版本</system:String>
|
<system:String x:Key="version">版本</system:String>
|
||||||
<system:String x:Key="icons">Icons</system:String>
|
<system:String x:Key="icons">圖標</system:String>
|
||||||
<system:String x:Key="about_activate_times">您已經啟動了 Flow Launcher {0} 次</system:String>
|
<system:String x:Key="about_activate_times">您已經啟動了 Flow Launcher {0} 次</system:String>
|
||||||
<system:String x:Key="checkUpdates">檢查更新</system:String>
|
<system:String x:Key="checkUpdates">檢查更新</system:String>
|
||||||
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
|
<system:String x:Key="BecomeASponsor">成为支持者</system:String>
|
||||||
<system:String x:Key="newVersionTips">發現有新版本 {0}, 請重新啟動 Flow Launcher。</system:String>
|
<system:String x:Key="newVersionTips">發現有新版本 {0}, 請重新啟動 Flow Launcher。</system:String>
|
||||||
<system:String x:Key="checkUpdatesFailed">檢查更新失敗,請檢查你對 api.github.com 的連線和代理設定。</system:String>
|
<system:String x:Key="checkUpdatesFailed">檢查更新失敗,請檢查你對 api.github.com 的連線和代理設定。</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
|
|
@ -223,8 +229,8 @@
|
||||||
<system:String x:Key="devtool">開發工具</system:String>
|
<system:String x:Key="devtool">開發工具</system:String>
|
||||||
<system:String x:Key="settingfolder">設定資料夾</system:String>
|
<system:String x:Key="settingfolder">設定資料夾</system:String>
|
||||||
<system:String x:Key="logfolder">日誌資料夾</system:String>
|
<system:String x:Key="logfolder">日誌資料夾</system:String>
|
||||||
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
<system:String x:Key="clearlogfolder">清除日誌</system:String>
|
||||||
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
<system:String x:Key="clearlogfolderMessage">請確認要刪除所有日誌嗎?</system:String>
|
||||||
<system:String x:Key="welcomewindow">嚮導</system:String>
|
<system:String x:Key="welcomewindow">嚮導</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
|
|
@ -340,8 +346,8 @@
|
||||||
<system:String x:Key="HotkeyUpDownDesc">返回 / 快捷選單</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">返回 / 快捷選單</system:String>
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">打開選單</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">打開選單</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">開啟檔案位置</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open A File/Folder's Containing Folder</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">以管理員身分執行</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">查詢歷史</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">查詢歷史</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
|
|
||||||
|
|
@ -2,25 +2,25 @@
|
||||||
<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">Browser Bookmarks</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">Favoritos do Navegador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Search your browser bookmarks</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Pesquisar favoritos do seu navegador</system:String>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Bookmark Data</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Dados de Favorito</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">Abrir favoritos em:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">New window</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Nova janela</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">New tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Nova aba</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Set browser from path:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Definir navegador pelo caminho:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Choose</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Escolha</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copy url</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copiar link</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">Copiar o link do favorito para a área de transferência</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Load Browser From:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Carregar navegador de:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Browser Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Nome do Navegador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Data Directory Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Caminho do Diretório de Dados</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Adicionar</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Adicionar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Editar</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Editar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Apagar</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Apagar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Browse</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Navegar</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">Browser Engine</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">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>
|
||||||
|
|
|
||||||
|
|
@ -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">Browser Bookmarks</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">Закладки браузера</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Search your browser bookmarks</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Поиск закладок в браузере</system:String>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Bookmark Data</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Данные закладок</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">Открыть закладки в:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">New window</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Новом окне</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">New tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Новой вкладке</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Set browser from path:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Установить браузер по пути:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">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">Скопировать 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">Скопируйте URL закладки в буфер обмена</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">Browser Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Название браузера</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Data Directory Path</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>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Редактировать</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Редактировать</system:String>
|
||||||
<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">Browse</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">Другое</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">Если вы не используете Chrome, Firefox или Edge, или используете их портативную версию, вам необходимо добавить каталог данных закладок и выбрать правильный движок браузера, чтобы этот плагин работал.</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 каталог закладок находится в папке userdata и содержит файл places.sqlite.</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,6 @@
|
||||||
<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">其他</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">其他</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">浏览器引擎</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">如果你没有使用 Chrome、 Firefox 或 Edge,或者正在使用它们的绿色版, 那么你需要添加书签数据目录并选择正确的浏览器引擎才能使此插件正常工作。</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 文件所在的用户数据文件夹。</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
<?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">
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">Calculator</system:String>
|
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">Calculadora</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Allows to do mathematical calculations.(Try 5*3-2 in Flow Launcher)</system:String>
|
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Permite fazer cálculos matemáticos.(Tente 5*3-2 no Flow Launcher)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Not a number (NaN)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Não é um número (NaN)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">Expression wrong or incomplete (Did you forget some parentheses?)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">Expressão errada ou incompleta (Você esqueceu de adicionar parênteses?)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Copy this number to the clipboard</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Copiar este numero para a área de transferência</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">Separador decimal</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">O separador decimal a ser usado no resultado.</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">Use system locale</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">Vírgula (,)</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">Ponto (.)</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">Max. decimal places</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
<?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">
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">Calculator</system:String>
|
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">Калькулятор</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Allows to do mathematical calculations.(Try 5*3-2 in Flow Launcher)</system:String>
|
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Позволяет выполнять математические вычисления. (Попробуйте 5*3-2 в Flow Launcher)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Not a number (NaN)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Не является числом (NaN)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">Expression wrong or incomplete (Did you forget some parentheses?)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">Выражение неправильное или неполное (Вы забыли скобки?)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Copy this number to the clipboard</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Скопировать этот номер в буфер обмена</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">Десятичный разделитель</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">Десятичный разделитель, который будет использоваться в результате.</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">Использовать системный язык</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">Запятая (,)</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">Точка (.)</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">Макс. число знаков после запятой</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Slet</system:String>
|
<system:String x:Key="plugin_explorer_delete">Slet</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Löschen</system:String>
|
<system:String x:Key="plugin_explorer_delete">Löschen</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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">Verwenden Suchergebnis Standort als ausführbare Arbeitsverzeichnis</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Verwenden Suchergebnis Standort als ausführbare Arbeitsverzeichnis</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">Suche:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Suche:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Eliminar</system:String>
|
<system:String x:Key="plugin_explorer_delete">Eliminar</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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">Usar la ubicación de los resultados de búsqueda como directorio de trabajo ejecutable</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Usar la ubicación de los resultados de búsqueda como directorio de trabajo ejecutable</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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<system:String x:Key="plugin_explorer_alternative">El mensaje de advertencia se ha desactivado. Como alternativa para buscar archivos y carpetas, ¿desea instalar el complemento Everything?{0}{0}Seleccione 'Sí' para instalar el complemento Everything, o 'No' para volver</system:String>
|
<system:String x:Key="plugin_explorer_alternative">El mensaje de advertencia se ha desactivado. Como alternativa para buscar archivos y carpetas, ¿desea instalar el complemento Everything?{0}{0}Seleccione 'Sí' para instalar el complemento Everything, o 'No' para volver</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">Explorador alternativo</system:String>
|
<system:String x:Key="plugin_explorer_alternative_title">Explorador alternativo</system:String>
|
||||||
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Se ha producido un error durante la búsqueda: {0}</system:String>
|
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Se ha producido un error durante la búsqueda: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">No se ha podido abrir la carpeta</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">No se ha podido abrir el archivo</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Eliminar</system:String>
|
<system:String x:Key="plugin_explorer_delete">Eliminar</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<system:String x:Key="plugin_explorer_shell_path">Ruta del Shell</system:String>
|
<system:String x:Key="plugin_explorer_shell_path">Ruta del Shell</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Rutas excluídas del índice de búsqueda</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Rutas excluídas del índice de búsqueda</system:String>
|
||||||
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Usar la ubicación de los resultados de búsqueda como directorio de trabajo del ejecutable</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Usar la ubicación de los resultados de búsqueda como directorio de trabajo del ejecutable</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Pulsar Entrar para abrir la carpeta en el administrador de archivos predeterminado</system:String>
|
||||||
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Usar búsqueda indexada para buscar rutas</system:String>
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Usar búsqueda indexada para buscar rutas</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">Opciones de indexación</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">Opciones de indexación</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">Buscar:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Buscar:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Supprimer</system:String>
|
<system:String x:Key="plugin_explorer_delete">Supprimer</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Cancella</system:String>
|
<system:String x:Key="plugin_explorer_delete">Cancella</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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">Utilizza il percorso ottenuto dalla ricerca come cartella di lavoro</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Utilizza il percorso ottenuto dalla ricerca come cartella di lavoro</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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">削除</system:String>
|
<system:String x:Key="plugin_explorer_delete">削除</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<system:String x:Key="plugin_explorer_alternative">경고 메시지가 꺼졌습니다. 파일 및 폴더 검색을 위한 대안으로 Everything 플러그인을 설치하시겠습니까?{0}{0}Everything 플러그인을 설치하려면 '예'를 선택하고, 반환하려면 '아니오'를 선택하십시오</system:String>
|
<system:String x:Key="plugin_explorer_alternative">경고 메시지가 꺼졌습니다. 파일 및 폴더 검색을 위한 대안으로 Everything 플러그인을 설치하시겠습니까?{0}{0}Everything 플러그인을 설치하려면 '예'를 선택하고, 반환하려면 '아니오'를 선택하십시오</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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">삭제</system:String>
|
<system:String x:Key="plugin_explorer_delete">삭제</system:String>
|
||||||
|
|
@ -32,6 +34,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_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>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Delete</system:String>
|
<system:String x:Key="plugin_explorer_delete">Delete</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Verwijder</system:String>
|
<system:String x:Key="plugin_explorer_delete">Verwijder</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Usuń</system:String>
|
<system:String x:Key="plugin_explorer_delete">Usuń</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Apagar</system:String>
|
<system:String x:Key="plugin_explorer_delete">Apagar</system:String>
|
||||||
|
|
@ -23,7 +25,7 @@
|
||||||
<system:String x:Key="plugin_explorer_add">Adicionar</system:String>
|
<system:String x:Key="plugin_explorer_add">Adicionar</system:String>
|
||||||
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
||||||
<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">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_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>
|
||||||
|
|
@ -32,9 +34,10 @@
|
||||||
<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>
|
||||||
|
<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">Pesquisar:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</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>
|
||||||
|
|
@ -55,7 +58,7 @@
|
||||||
<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">Open Windows Index Option</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">Explorador</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 -->
|
||||||
|
|
@ -65,13 +68,13 @@
|
||||||
<!-- Context menu items -->
|
<!-- Context menu items -->
|
||||||
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
<system:String x:Key="plugin_explorer_copypath">Copy path</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">Copy path of current item to clipboard</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
|
<system:String x:Key="plugin_explorer_copyfilefolder">Copiar</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">Copy current file to clipboard</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">Copy current folder to clipboard</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder">Apagar</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder">Apagar</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefile_subtitle">Permanently delete current file</system:String>
|
<system:String x:Key="plugin_explorer_deletefile_subtitle">Permanently delete current file</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefolder_subtitle">Permanently delete current folder</system:String>
|
<system:String x:Key="plugin_explorer_deletefolder_subtitle">Permanently delete current folder</system:String>
|
||||||
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
<system:String x:Key="plugin_explorer_path">Caminho:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</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>
|
||||||
|
|
@ -108,7 +111,7 @@
|
||||||
<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">Warning: Everything service is not running</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">Error while querying 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">Sort By</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">Nome</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">Path</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Tamanho</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Tamanho</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">Extension</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<system:String x:Key="plugin_explorer_alternative">A mensagem de aviso foi desativada. Como alternativa ao serviço de pesquisa Windows, gostaria de instalar o plugin Everything?{0}{0}Selecione 'Sim' para instalar ou 'Não' para não instalar.</system:String>
|
<system:String x:Key="plugin_explorer_alternative">A mensagem de aviso foi desativada. Como alternativa ao serviço de pesquisa Windows, gostaria de instalar o plugin Everything?{0}{0}Selecione 'Sim' para instalar ou 'Não' para não instalar.</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">Alternativa</system:String>
|
<system:String x:Key="plugin_explorer_alternative_title">Alternativa</system:String>
|
||||||
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Ocorreu um erro ao pesquisar: {0}</system:String>
|
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Ocorreu um erro ao pesquisar: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Eliminar</system:String>
|
<system:String x:Key="plugin_explorer_delete">Eliminar</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<system:String x:Key="plugin_explorer_shell_path">Caminho da consola</system:String>
|
<system:String x:Key="plugin_explorer_shell_path">Caminho da consola</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Caminhos excluídos do índice de pesquisa</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Caminhos excluídos do índice de pesquisa</system:String>
|
||||||
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Utilizar localização do resultado da pesquisa como pasta de trabalho do executável</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Utilizar localização do resultado da pesquisa como pasta de trabalho do executável</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">Utilizar índice de pesquisa para o caminho</system:String>
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Utilizar índice de pesquisa para o caminho</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">Opções de indexação</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">Opções de indexação</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">Pesquisar:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Pesquisar:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,13 @@
|
||||||
<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">
|
||||||
|
|
||||||
<!-- Dialogues -->
|
<!-- Dialogues -->
|
||||||
<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">Сначала отметьте что-нибудь</system:String>
|
||||||
<system:String x:Key="plugin_explorer_select_folder_link_warning">Please select a folder link</system:String>
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">Please select a folder link</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete_folder_link">Are you sure you want to delete {0}?</system:String>
|
<system:String x:Key="plugin_explorer_delete_folder_link">Вы уверены, что хотите удалить {0}?</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">Вы действительно хотите безвозвратно удалить этот файл?</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">Вы действительно хотите безвозвратно удалить этот файл/папку?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Удаление завершено</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Successfully deleted {0}</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Успешно удалено {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>
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Удалить</system:String>
|
<system:String x:Key="plugin_explorer_delete">Удалить</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<system:String x:Key="plugin_explorer_alternative">Upozornenie bolo vypnuté. Chceli by ste ako alternatívu na vyhľadávanie súborov a priečinkov nainštalovať plugin Everything?{0}{0}Ak chcete nainštalovať plugin Everything, zvoľte 'Áno', pre návrat zvoľte 'Nie'</system:String>
|
<system:String x:Key="plugin_explorer_alternative">Upozornenie bolo vypnuté. Chceli by ste ako alternatívu na vyhľadávanie súborov a priečinkov nainštalovať plugin Everything?{0}{0}Ak chcete nainštalovať plugin Everything, zvoľte 'Áno', pre návrat zvoľte 'Nie'</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">Alternatíva pre Prieskumníka</system:String>
|
<system:String x:Key="plugin_explorer_alternative_title">Alternatíva pre Prieskumníka</system:String>
|
||||||
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Počas vyhľadávania došlo k chybe: {0}</system:String>
|
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Počas vyhľadávania došlo k chybe: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Nepodarilo sa otvoriť priečinok</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Nepodarilo sa otvoriť súbor</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Odstrániť</system:String>
|
<system:String x:Key="plugin_explorer_delete">Odstrániť</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<system:String x:Key="plugin_explorer_shell_path">Cesta k príkazovému riadku</system:String>
|
<system:String x:Key="plugin_explorer_shell_path">Cesta k príkazovému riadku</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Vylúčené umiestnenia indexovania</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Vylúčené umiestnenia indexovania</system:String>
|
||||||
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Použiť umiestnenie výsledku vyhľadávania ako pracovný priečinok spustiteľného súboru</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Použiť umiestnenie výsledku vyhľadávania ako pracovný priečinok spustiteľného súboru</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Stlačením klávesu Enter otvoríte priečinok v predvolenom správcovi súborov</system:String>
|
||||||
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Na vyhľadanie cesty použiť vyhľadávanie v indexe</system:String>
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Na vyhľadanie cesty použiť vyhľadávanie v indexe</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">Možnosti indexovania</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">Možnosti indexovania</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">Vyhľadávanie:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Vyhľadávanie:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Obriši</system:String>
|
<system:String x:Key="plugin_explorer_delete">Obriši</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Sil</system:String>
|
<system:String x:Key="plugin_explorer_delete">Sil</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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">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_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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">Видалити</system:String>
|
<system:String x:Key="plugin_explorer_delete">Видалити</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<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>
|
||||||
|
<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">Search:</system:String>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<system:String x:Key="plugin_explorer_alternative">警告消息已关闭。 作为搜索文件和文件夹的一个替代办法,你想要安装 Everything 插件吗?{0}{0}选择 '是'安装Everything插件',或者'否' 退出</system:String>
|
<system:String x:Key="plugin_explorer_alternative">警告消息已关闭。 作为搜索文件和文件夹的一个替代办法,你想要安装 Everything 插件吗?{0}{0}选择 '是'安装Everything插件',或者'否' 退出</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">资源管理器选项</system:String>
|
<system:String x:Key="plugin_explorer_alternative_title">资源管理器选项</system:String>
|
||||||
<system:String x:Key="plugin_explorer_directoryinfosearch_error">搜索时发生错误:{0}</system:String>
|
<system:String x:Key="plugin_explorer_directoryinfosearch_error">搜索时发生错误:{0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">无法打开文件夹</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">无法打开文件</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">删除</system:String>
|
<system:String x:Key="plugin_explorer_delete">删除</system:String>
|
||||||
|
|
@ -32,6 +34,7 @@
|
||||||
<system:String x:Key="plugin_explorer_shell_path">Shell 路径</system:String>
|
<system:String x:Key="plugin_explorer_shell_path">Shell 路径</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">使用搜索结果的位置作为应用程序的工作目录</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">使用搜索结果的位置作为应用程序的工作目录</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_default_open_in_file_manager">点击回车在默认文件管理器中打开文件夹</system:String>
|
||||||
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">使用索引进行路径搜索</system:String>
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">使用索引进行路径搜索</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>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
<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">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
<system:String x:Key="plugin_explorer_delete">刪除</system:String>
|
<system:String x:Key="plugin_explorer_delete">刪除</system:String>
|
||||||
|
|
@ -23,7 +25,7 @@
|
||||||
<system:String x:Key="plugin_explorer_add">新增</system:String>
|
<system:String x:Key="plugin_explorer_add">新增</system:String>
|
||||||
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
||||||
<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">快速訪問連結</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_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>
|
||||||
|
|
@ -32,13 +34,14 @@
|
||||||
<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">使用程式所在目錄作為工作目錄</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">使用程式所在目錄作為工作目錄</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">索引選項</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>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</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">快速存取:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_done">確</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_done">確</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled">已啟用</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled">已啟用</system:String>
|
||||||
|
|
@ -56,7 +59,7 @@
|
||||||
|
|
||||||
<!-- Plugin Infos -->
|
<!-- Plugin Infos -->
|
||||||
<system:String x:Key="plugin_explorer_plugin_name">檔案總管</system:String>
|
<system:String x:Key="plugin_explorer_plugin_name">檔案總管</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">透過 Windows 搜尋或 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">Ctrl + Enter to open the directory</system:String>
|
||||||
|
|
@ -133,7 +136,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">成功安裝 Everything 服務</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">成功安裝 Everything 服務</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">Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_run_service">點此開始</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_run_service">點此開始</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">無法找到任何已安裝的 Everything,您想手動選擇位置嗎?{0}{0}點擊不 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">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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
<?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">
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_pluginindicator_result_subtitle">Activate {0} plugin action keyword</system:String>
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_result_subtitle">Активировать {0} ключевое слово действия плагина</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Индикатор плагинов</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Provides plugins action words suggestions</system:String>
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Предоставляет предложения слов действия плагинов</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_title">Plugin Update</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_title">Plugin Update</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_exists">This plugin has an update, would you like to see it?</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_exists">This plugin has an update, would you like to see it?</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">This plugin is already installed</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">Este plugin já está instalado</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
<?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">
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_name">Process Killer</system:String>
|
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_name">Удалятор процессов</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Kill running processes from Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Удаление запущенных процессов из Flow Launcher</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">kill all instances of "{0}"</system:String>
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">удалить все экземпляры «{0}»</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">kill {0} processes</system:String>
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">удалить {0} процессов</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">kill all instances</system:String>
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">удалить все экземпляры</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -6,15 +6,15 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_delete">Apagar</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete">Apagar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit">Editar</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit">Editar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_add">Adicionar</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_add">Adicionar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_name">Nome</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enabled">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enabled">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable">Desativar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_location">Location</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_location">Local</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_all_programs">Todos os Programas</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes">File Type</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes">File Type</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_reindex">Reindex</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_reindex">Reindex</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexing</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexing</system:String>
|
||||||
|
|
@ -35,8 +35,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Max Depth</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Max Depth</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_directory">Directory</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_directory">Diretório</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_browse">Browse</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_browse">Navegar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">File Suffixes:</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">File Suffixes:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximum Search Depth (-1 is unlimited):</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximum Search Depth (-1 is unlimited):</system:String>
|
||||||
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_args">Args</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_args">Parâmetros</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details.</system:String>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,91 +2,91 @@
|
||||||
<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">
|
||||||
|
|
||||||
<!-- Program setting -->
|
<!-- Program setting -->
|
||||||
<system:String x:Key="flowlauncher_plugin_program_reset">Reset Default</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_reset">Сбросить по умолчанию</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_delete">Удалить</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete">Удалить</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit">Редактировать</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit">Редактировать</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_add">Добавить</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_add">Добавить</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_name">Имя</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable">Включить</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enabled">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enabled">Включён</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable">Отключить</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_status">Состояние</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_true">Включён</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_false">Отключён</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_location">Location</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_location">Расположение</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_all_programs">Все программы</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes">File Type</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes">Тип файла</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_reindex">Reindex</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_reindex">Повторная индексация</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexing</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_indexing">Индексация</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_source">Index Sources</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_source">Источники индексов</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_option">Options</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_option">Параметры</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_uwp">UWP Apps</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_uwp">Приложения UWP</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_uwp_tooltip">When enabled, Flow will load UWP Applications</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_uwp_tooltip">При включении Flow будет загружать UWP-приложения</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_start">Start Menu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_start">Меню «Пуск»</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">When enabled, Flow will load programs from the start menu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">При включении Flow будет загружать программы из меню «Пуск»</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_registry">Registry</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_registry">Реестр</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">При включении Flow будет загружать программы из реестра</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_PATH">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">When enabled, Flow will load programs from the PATH environment variable</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">Hide app path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Скрыть путь к приложению</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">Для исполняемых файлов, таких как UWP или lnk, скрыть путь к файлу от просмотра</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">Поиск в описании программы</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 будет искать в описании программ</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Суффиксы</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Max Depth</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Макс. глубина</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_directory">Directory</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_directory">Каталог</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_browse">Browse</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_browse">Обзор</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">File Suffixes:</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Суффиксы файлов:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximum Search Depth (-1 is unlimited):</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Максимальная глубина поиска (-1 = неограниченно):</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Please select a program source</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Пожалуйста, выберите источник программы</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">Are you sure you want to delete the selected program sources?</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">Вы уверены, что хотите удалить выбранные источники программ?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_duplicate_program_source">Another program source with the same location already exists.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_duplicate_program_source">Другой источник программы с таким же расположением уже существует.</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_title">Program Source</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_title">Источник программы</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_tips">Edit directory and status of this program source.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_tips">Редактирование каталога и состояния этого источника программы.</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_update">Обновить</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_update">Обновить</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Program Plugin will only index files with selected suffixes and .url files with selected protocols.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Программный плагин будет индексировать только файлы с выбранными суффиксами и файлы .url с выбранными протоколами.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Successfully updated file suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Обновление суффиксов файлов выполнено</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">File suffixes can't be empty</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">Суффиксы файлов не могут быть пустыми</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_protocols_cannot_empty">Protocols can't be empty</system:String>
|
<system:String x:Key="flowlauncher_plugin_protocols_cannot_empty">Протоколы не могут быть пустыми</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_executable_types">File Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_executable_types">Суффиксы файлов</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_types">URL Protocols</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_types">Протоколы URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_steam">Steam Games</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_steam">Игры Steam</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_epic">Epic Games</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_epic">Epic Games</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_http">Http/Https</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_http">Http/Https</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_urls">Custom URL Protocols</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_urls">Пользовательские протоколы URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_file_types">Custom File Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_file_types">Пользовательские суффиксы файлов</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_tooltip">
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_tooltip">
|
||||||
Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py)
|
Вставьте суффиксы файлов, которые вы хотите проиндексировать. Суффиксы должны быть разделены символом «;»,. (ex>bat;py)
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_protocol_tooltip">
|
<system:String x:Key="flowlauncher_plugin_program_protocol_tooltip">
|
||||||
Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://)
|
Вставьте протоколы .url файлов, которые вы хотите индексировать. Протоколы должны быть разделены символом «;» и заканчиваться символом «://». (ex>ftp://;mailto://)
|
||||||
</system:String>
|
</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Запустить от имени другого пользователя</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Run As Administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Запустить от имени администратора</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Открыть содержащую папку</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_program">Disable this program from displaying</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_program">Отключить отображение этой программы</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Программа</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Search programs in Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Поиск программ в Flow Launcher</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Неверный путь</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Настраиваемый проводник</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_args">Args</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_args">Аргументы</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">Вы можете настроить проводник, используемый для открытия папки контейнера, введя переменную окружения проводника, который вы хотите использовать. Будет полезно использовать командную строку для проверки доступности переменной среды.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details.</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Введите настраиваемые аргументы, которые вы хотите добавить для вашего настраиваемого проводника. %s для родительского каталога, %f для полного пути (работает только для win32). Подробности смотрите на сайте проводника.</system:String>
|
||||||
|
|
||||||
<!-- Dialogs -->
|
<!-- Dialogs -->
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Успешно</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Успешно</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Error</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Ошибка</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Successfully disabled this program from displaying in your query</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Выполнено отключение отображение этой программы в вашем запросе</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator_not_supported_message">This app is not intended to be run as administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator_not_supported_message">Это приложение не предназначено для запуска от имени администратора</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_failed">Unable to run {0}</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_failed">Не удалось запустить {0}</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
<?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">
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Replace Win+R</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Substituir Win+R</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Do not close Command Prompt after command execution</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Não feche o Prompt de Comando após a execução do comando</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Sempre executar como administrador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Console</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher. Commands should start with ></system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher. Commands should start with ></system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Run As Administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Run As Administrator</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copiar o comando</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -2,23 +2,23 @@
|
||||||
<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">
|
||||||
|
|
||||||
<!-- Command List -->
|
<!-- Command List -->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_command">Comando</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_desc">Descrição</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Desligar o Computador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Reiniciar o Computador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_log_off">Log off</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">Encerrar sessão</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_lock">Lock this computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_lock">Bloquear o computador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_exit">Close Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_exit">Fechar Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart">Restart Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart">Reiniciar Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Indexing Options</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Indexing Options</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernar computador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Save all Flow Launcher settings</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Salvar todas as configurações do Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Refreshes plugin data with new content</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Refreshes plugin data with new content</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Open Flow Launcher's log location</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Open Flow Launcher's log location</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String>
|
||||||
|
|
|
||||||
|
|
@ -2,16 +2,16 @@
|
||||||
<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_url_open_search_in">Open search in:</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_open_search_in">Open search in:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_new_window">New Window</system:String>
|
<system:String x:Key="flowlauncher_plugin_new_window">Nova Janela</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_new_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_new_tab">Nova Aba</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_url_open_url">Open url:{0}</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_open_url">Abrir link:{0}</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">Can't open url:{0}</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">Não é possível abrir o link:{0}</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_description">Open the typed URL from Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_description">Open the typed URL from Flow Launcher</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_set_tip">Please set your browser path:</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_set_tip">Please set your browser path:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Choose</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Escolha</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Application(*.exe)|*.exe|All files|*.*</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Application(*.exe)|*.exe|All files|*.*</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Slet</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Slet</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Rediger</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Rediger</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Tilføj</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Tilføj</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Löschen</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Löschen</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Bearbeiten</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Bearbeiten</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Hinzufügen</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Hinzufügen</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Aktiviert</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Aktiviert</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Aktiviert</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Eliminar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Eliminar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Añadir</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Añadir</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Eliminar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Eliminar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Añadir</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Añadir</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Activado</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Activado</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Activado</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Desactivado</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Desactivado</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Supprimer</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Supprimer</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Modifier</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Modifier</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Ajouter</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Ajouter</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Cancella</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Cancella</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Modifica</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Modifica</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Aggiungi</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Aggiungi</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">削除</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">削除</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">編集</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">編集</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">追加</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">追加</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">삭제</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">삭제</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">편집</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">편집</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">추가</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">추가</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">켬</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">켬</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">켬</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">확인</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">확인</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Delete</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Delete</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edit</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edit</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Add</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Add</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Verwijder</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Verwijder</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Bewerken</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Bewerken</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Toevoegen</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Toevoegen</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Usuń</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Usuń</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edytuj</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edytuj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Dodaj</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Dodaj</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,14 @@
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_window_title">Search Source Setting</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_window_title">Search Source Setting</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">Nova Janela</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">Nova Aba</system:String>
|
||||||
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Definir navegador pelo caminho:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">Escolha</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Apagar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Apagar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Adicionar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Adicionar</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Eliminar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Eliminar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Adicionar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Adicionar</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Ativo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Ativo</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Ativo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Inativo</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Inativo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Удалить</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Удалить</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Редактировать</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Редактировать</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Добавить</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Добавить</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Отключён</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
||||||
|
|
@ -32,7 +33,7 @@
|
||||||
|
|
||||||
<!-- web search edit -->
|
<!-- web search edit -->
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_title">Title</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_title">Title</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable">Status</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable">Состояние</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Select Icon</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Select Icon</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_icon">Icon</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_icon">Icon</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Отменить</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Отменить</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,8 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Odstrániť</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Odstrániť</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Upraviť</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Upraviť</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Pridať</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Pridať</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Povolené</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Povolené</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Zapnuté</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Vypnuté</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Vypnuté</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Potvrdiť</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Potvrdiť</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Aktivačný príkaz</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Aktivačný príkaz</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Obriši</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Obriši</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Izmeni</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Izmeni</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Dodaj</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Dodaj</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Sil</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Sil</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Düzenle</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Düzenle</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Ekle</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Ekle</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Onayla</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Onayla</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Видалити</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Видалити</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Редагувати</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Редагувати</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Додати</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Додати</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">删除</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">删除</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">编辑</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">编辑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">添加</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">添加</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">启用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">已启用</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">已启用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">已禁用</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">已禁用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">确认</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">确认</system:String>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">刪除</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">刪除</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">編輯</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">編輯</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">新增</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">新增</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">已啟用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">已啟用</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">已啟用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">確定</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">確定</system:String>
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="About" xml:space="preserve">
|
<data name="About" xml:space="preserve">
|
||||||
<value>About</value>
|
<value>Over</value>
|
||||||
<comment>Area System</comment>
|
<comment>Area System</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="access.cpl" xml:space="preserve">
|
<data name="access.cpl" xml:space="preserve">
|
||||||
|
|
@ -701,7 +701,7 @@
|
||||||
<comment>Area Gaming</comment>
|
<comment>Area Gaming</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="GameMode" xml:space="preserve">
|
<data name="GameMode" xml:space="preserve">
|
||||||
<value>Game Mode</value>
|
<value>Spelmodus</value>
|
||||||
<comment>Area Gaming</comment>
|
<comment>Area Gaming</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Gateway" xml:space="preserve">
|
<data name="Gateway" xml:space="preserve">
|
||||||
|
|
|
||||||
|
|
@ -254,7 +254,7 @@
|
||||||
<value>Relógio e Região</value>
|
<value>Relógio e Região</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaControlPanel" xml:space="preserve">
|
<data name="AreaControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Painel de Controle</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaCortana" xml:space="preserve">
|
<data name="AreaCortana" xml:space="preserve">
|
||||||
<value>Cortana</value>
|
<value>Cortana</value>
|
||||||
|
|
@ -275,7 +275,7 @@
|
||||||
<value>Hardware e Som</value>
|
<value>Hardware e Som</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaHomePage" xml:space="preserve">
|
<data name="AreaHomePage" xml:space="preserve">
|
||||||
<value>Home page</value>
|
<value>Página inicial</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaMixedReality" xml:space="preserve">
|
<data name="AreaMixedReality" xml:space="preserve">
|
||||||
<value>Realidade misturada</value>
|
<value>Realidade misturada</value>
|
||||||
|
|
@ -456,7 +456,7 @@
|
||||||
<comment>Area Personalization</comment>
|
<comment>Area Personalization</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Command" xml:space="preserve">
|
<data name="Command" xml:space="preserve">
|
||||||
<value>Command</value>
|
<value>Comando</value>
|
||||||
<comment>The command to direct start a setting</comment>
|
<comment>The command to direct start a setting</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectedDevices" xml:space="preserve">
|
<data name="ConnectedDevices" xml:space="preserve">
|
||||||
|
|
@ -468,7 +468,7 @@
|
||||||
<comment>Area Privacy</comment>
|
<comment>Area Privacy</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ControlPanel" xml:space="preserve">
|
<data name="ControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Painel de Controle</value>
|
||||||
<comment>Type of the setting is a "(legacy) Control Panel setting"</comment>
|
<comment>Type of the setting is a "(legacy) Control Panel setting"</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyCommand" xml:space="preserve">
|
<data name="CopyCommand" xml:space="preserve">
|
||||||
|
|
@ -837,7 +837,7 @@
|
||||||
<value>Modo claro</value>
|
<value>Modo claro</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Location" xml:space="preserve">
|
<data name="Location" xml:space="preserve">
|
||||||
<value>Location</value>
|
<value>Local</value>
|
||||||
<comment>Area Privacy</comment>
|
<comment>Area Privacy</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LockScreen" xml:space="preserve">
|
<data name="LockScreen" xml:space="preserve">
|
||||||
|
|
@ -2503,7 +2503,7 @@
|
||||||
<value>Get more features with a new edition of Windows</value>
|
<value>Get more features with a new edition of Windows</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AppControlPanel" xml:space="preserve">
|
<data name="AppControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Painel de Controle</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TaskLink" xml:space="preserve">
|
<data name="TaskLink" xml:space="preserve">
|
||||||
<value>TaskLink</value>
|
<value>TaskLink</value>
|
||||||
|
|
|
||||||
|
|
@ -254,7 +254,7 @@
|
||||||
<value>Часы и регион</value>
|
<value>Часы и регион</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaControlPanel" xml:space="preserve">
|
<data name="AreaControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Панель управления</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaCortana" xml:space="preserve">
|
<data name="AreaCortana" xml:space="preserve">
|
||||||
<value>Кортана</value>
|
<value>Кортана</value>
|
||||||
|
|
@ -468,7 +468,7 @@
|
||||||
<comment>Area Privacy</comment>
|
<comment>Area Privacy</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ControlPanel" xml:space="preserve">
|
<data name="ControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Панель управления</value>
|
||||||
<comment>Type of the setting is a "(legacy) Control Panel setting"</comment>
|
<comment>Type of the setting is a "(legacy) Control Panel setting"</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyCommand" xml:space="preserve">
|
<data name="CopyCommand" xml:space="preserve">
|
||||||
|
|
@ -701,7 +701,7 @@
|
||||||
<comment>Area Gaming</comment>
|
<comment>Area Gaming</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="GameMode" xml:space="preserve">
|
<data name="GameMode" xml:space="preserve">
|
||||||
<value>Game Mode</value>
|
<value>Игровой режим</value>
|
||||||
<comment>Area Gaming</comment>
|
<comment>Area Gaming</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Gateway" xml:space="preserve">
|
<data name="Gateway" xml:space="preserve">
|
||||||
|
|
@ -899,7 +899,7 @@
|
||||||
<comment>File name, Should not translated</comment>
|
<comment>File name, Should not translated</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Mono" xml:space="preserve">
|
<data name="Mono" xml:space="preserve">
|
||||||
<value>Mono</value>
|
<value>Стерео</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MoreDetails" xml:space="preserve">
|
<data name="MoreDetails" xml:space="preserve">
|
||||||
<value>Дополнительные сведения</value>
|
<value>Дополнительные сведения</value>
|
||||||
|
|
@ -1450,7 +1450,7 @@
|
||||||
<comment>Area System</comment>
|
<comment>Area System</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SubtitlePreposition" xml:space="preserve">
|
<data name="SubtitlePreposition" xml:space="preserve">
|
||||||
<value>in</value>
|
<value>в</value>
|
||||||
<comment>Example: Area "System" in System settings</comment>
|
<comment>Example: Area "System" in System settings</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="SyncCenter" xml:space="preserve">
|
<data name="SyncCenter" xml:space="preserve">
|
||||||
|
|
@ -2503,7 +2503,7 @@
|
||||||
<value>Get more features with a new edition of Windows</value>
|
<value>Get more features with a new edition of Windows</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AppControlPanel" xml:space="preserve">
|
<data name="AppControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Панель управления</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TaskLink" xml:space="preserve">
|
<data name="TaskLink" xml:space="preserve">
|
||||||
<value>TaskLink</value>
|
<value>TaskLink</value>
|
||||||
|
|
|
||||||
|
|
@ -1755,7 +1755,7 @@
|
||||||
<value>Change the Narrator’s voice</value>
|
<value>Change the Narrator’s voice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixKeyboardProblems" xml:space="preserve">
|
<data name="FindAndFixKeyboardProblems" xml:space="preserve">
|
||||||
<value>Find and fix keyboard problems</value>
|
<value>尋找並修復鍵盤問題</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UseScreenReader" xml:space="preserve">
|
<data name="UseScreenReader" xml:space="preserve">
|
||||||
<value>Use screen reader</value>
|
<value>Use screen reader</value>
|
||||||
|
|
@ -1770,7 +1770,7 @@
|
||||||
<value>Manage computer certificates</value>
|
<value>Manage computer certificates</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixProblems" xml:space="preserve">
|
<data name="FindAndFixProblems" xml:space="preserve">
|
||||||
<value>Find and fix problems</value>
|
<value>尋找並修復問題</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeSettingsForContentReceivedUsingTapAndSend" xml:space="preserve">
|
<data name="ChangeSettingsForContentReceivedUsingTapAndSend" xml:space="preserve">
|
||||||
<value>Change settings for content received using Tap and send</value>
|
<value>Change settings for content received using Tap and send</value>
|
||||||
|
|
@ -1881,7 +1881,7 @@
|
||||||
<value>Block or allow third-party cookies</value>
|
<value>Block or allow third-party cookies</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixAudioRecordingProblems" xml:space="preserve">
|
<data name="FindAndFixAudioRecordingProblems" xml:space="preserve">
|
||||||
<value>Find and fix audio recording problems</value>
|
<value>尋找並修復錄音問題</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CreateARecoveryDrive" xml:space="preserve">
|
<data name="CreateARecoveryDrive" xml:space="preserve">
|
||||||
<value>Create a recovery drive</value>
|
<value>Create a recovery drive</value>
|
||||||
|
|
@ -2025,7 +2025,7 @@
|
||||||
<value>Change workgroup name</value>
|
<value>Change workgroup name</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixPrintingProblems" xml:space="preserve">
|
<data name="FindAndFixPrintingProblems" xml:space="preserve">
|
||||||
<value>Find and fix printing problems</value>
|
<value>尋找並修復列印問題</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeWhenTheComputerSleeps" xml:space="preserve">
|
<data name="ChangeWhenTheComputerSleeps" xml:space="preserve">
|
||||||
<value>Change when the computer sleeps</value>
|
<value>Change when the computer sleeps</value>
|
||||||
|
|
@ -2073,7 +2073,7 @@
|
||||||
<value>Connect to the Internet</value>
|
<value>Connect to the Internet</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixAudioPlaybackProblems" xml:space="preserve">
|
<data name="FindAndFixAudioPlaybackProblems" xml:space="preserve">
|
||||||
<value>Find and fix audio playback problems</value>
|
<value>尋找並修復音訊播放問題。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeTheMousePointerDisplayOrSpeed" xml:space="preserve">
|
<data name="ChangeTheMousePointerDisplayOrSpeed" xml:space="preserve">
|
||||||
<value>Change the mouse pointer display or speed</value>
|
<value>Change the mouse pointer display or speed</value>
|
||||||
|
|
@ -2191,7 +2191,7 @@
|
||||||
<value>Record steps to reproduce a problem</value>
|
<value>Record steps to reproduce a problem</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AdjustTheAppearanceAndPerformanceOfWindows" xml:space="preserve">
|
<data name="AdjustTheAppearanceAndPerformanceOfWindows" xml:space="preserve">
|
||||||
<value>Adjust the appearance and performance of Windows</value>
|
<value>調整 Windows 的外觀和效能</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SettingsForMicrosoftIMEJapanese" xml:space="preserve">
|
<data name="SettingsForMicrosoftIMEJapanese" xml:space="preserve">
|
||||||
<value>Settings for Microsoft IME (Japanese)</value>
|
<value>Settings for Microsoft IME (Japanese)</value>
|
||||||
|
|
@ -2227,7 +2227,7 @@
|
||||||
<value>Identify and repair network problems</value>
|
<value>Identify and repair network problems</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixNetworkingAndConnectionProblems" xml:space="preserve">
|
<data name="FindAndFixNetworkingAndConnectionProblems" xml:space="preserve">
|
||||||
<value>Find and fix networking and connection problems</value>
|
<value>尋找並修復網路連接問題</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PlayCdsOrOtherMediaAutomatically" xml:space="preserve">
|
<data name="PlayCdsOrOtherMediaAutomatically" xml:space="preserve">
|
||||||
<value>Play CDs or other media automatically</value>
|
<value>Play CDs or other media automatically</value>
|
||||||
|
|
@ -2368,7 +2368,7 @@
|
||||||
<value>Turn screen saver on or off</value>
|
<value>Turn screen saver on or off</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixWindowsUpdateProblems" xml:space="preserve">
|
<data name="FindAndFixWindowsUpdateProblems" xml:space="preserve">
|
||||||
<value>Find and fix windows update problems</value>
|
<value>尋找並修復 Windows 更新問題</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeBluetoothSettings" xml:space="preserve">
|
<data name="ChangeBluetoothSettings" xml:space="preserve">
|
||||||
<value>Change Bluetooth settings</value>
|
<value>Change Bluetooth settings</value>
|
||||||
|
|
@ -2386,7 +2386,7 @@
|
||||||
<value>Add a device</value>
|
<value>Add a device</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixProblemsWithWindowsSearch" xml:space="preserve">
|
<data name="FindAndFixProblemsWithWindowsSearch" xml:space="preserve">
|
||||||
<value>Find and fix problems with Windows Search</value>
|
<value>尋找並修復 Windows 搜尋問題</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChooseAPowerPlan" xml:space="preserve">
|
<data name="ChooseAPowerPlan" xml:space="preserve">
|
||||||
<value>Choose a power plan</value>
|
<value>Choose a power plan</value>
|
||||||
|
|
@ -2476,7 +2476,7 @@
|
||||||
<value>Ignore repeated keystrokes using FilterKeys</value>
|
<value>Ignore repeated keystrokes using FilterKeys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixBluescreenProblems" xml:space="preserve">
|
<data name="FindAndFixBluescreenProblems" xml:space="preserve">
|
||||||
<value>Find and fix bluescreen problems</value>
|
<value>尋找並修復藍屏問題</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="HearAToneWhenKeysArePressed" xml:space="preserve">
|
<data name="HearAToneWhenKeysArePressed" xml:space="preserve">
|
||||||
<value>Hear a tone when keys are pressed</value>
|
<value>Hear a tone when keys are pressed</value>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue