mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
377c7d792e
commit
472fff83fd
49 changed files with 3523 additions and 3231 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
<?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 clave de acceso: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Error al registrar la tecla de acceso directo: {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">No se pudo iniciar {0}</system:String>
|
<system:String x:Key="couldnotStartCmd">No se pudo iniciar {0}</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato de archivo de plugin Flow Launcher inválido</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato de archivo de plugin Flow Launcher inválido</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">Establecer como superior en esta consulta</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">Establecer como superior en esta consulta</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">Quitar como superior en esta consulta</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">Quitar como superior 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>
|
||||||
<system:String x:Key="lastExecuteTime">Tiempo de última ejecución: {0}</system:String>
|
<system:String x:Key="lastExecuteTime">Fecha de última ejecución: {0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">Abrir</system:String>
|
<system:String x:Key="iconTrayOpen">Abrir</system:String>
|
||||||
<system:String x:Key="iconTraySettings">Ajustes</system:String>
|
<system:String x:Key="iconTraySettings">Ajustes</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">Acerca de</system:String>
|
<system:String x:Key="iconTrayAbout">Acerca de</system:String>
|
||||||
|
|
@ -20,51 +20,51 @@
|
||||||
<system:String x:Key="folderTitle">Carpeta</system:String>
|
<system:String x:Key="folderTitle">Carpeta</system:String>
|
||||||
<system:String x:Key="textTitle">Texto</system:String>
|
<system:String x:Key="textTitle">Texto</system:String>
|
||||||
<system:String x:Key="GameMode">Modo de juego</system:String>
|
<system:String x:Key="GameMode">Modo de juego</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Suspender el uso de las teclas rápidas.</system:String>
|
<system:String x:Key="GameModeToolTip">Suspender el uso de las teclas de acceso directo.</system:String>
|
||||||
|
|
||||||
<!-- Setting General -->
|
<!-- Setting General -->
|
||||||
<system:String x:Key="flowlauncher_settings">Ajustes de Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_settings">Ajustes de Flow Launcher</system:String>
|
||||||
<system:String x:Key="general">General</system:String>
|
<system:String x:Key="general">General</system:String>
|
||||||
<system:String x:Key="portableMode">Modo portable</system:String>
|
<system:String x:Key="portableMode">Modo portable</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">Almacena todos los ajustes y datos de usuario en una carpeta (útil cuando se utiliza con unidades extraíbles o servicios en la nube).</system:String>
|
<system:String x:Key="portableModeToolTIp">Almacena todos los ajustes y datos de usuario en una sola carpeta (útil cuando se utiliza con unidades extraíbles o servicios en la nube).</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Iniciar Flow Launcher al arrancar el sistema</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Iniciar Flow Launcher al arrancar el sistema</system:String>
|
||||||
<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="rememberLastLocation">Recordar última ubicación de lanzamiento</system:String>
|
<system:String x:Key="rememberLastLocation">Recordar última ubicación de inicio</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>
|
||||||
<system:String x:Key="LastQueryPreserved">Conservar última consulta</system:String>
|
<system:String x:Key="LastQueryPreserved">Conservar última consulta</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Seleccionar última consulta</system:String>
|
<system:String x:Key="LastQuerySelected">Seleccionar última consulta</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Vaciar última consulta</system:String>
|
<system:String x:Key="LastQueryEmpty">Borrar ú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="ignoreHotkeysOnFullscreen">Ignorar teclas rápidas 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">Deshabilitar la activación de Flow Launcher cuando una aplicación de pantalla completa está activa (Recomendado para juegos).</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Deshabilitar Flow Launcher cuando una aplicación de pantalla completa está activa (Recomendado para juegos).</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Gestor de archivos predeterminado</system:String>
|
<system:String x:Key="defaultFileManager">Gestor de archivos predeterminado</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Seleccione el gestor de archivos a utilizar al abrir la carpeta.</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Seleccione el gestor de archivos a utilizar al 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>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Configuración para Nueva Pestaña, Nueva Ventana, Modo Privado.</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Configuración para Nueva Pestaña, Nueva Ventana, Modo Privado.</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Directorio de Python</system:String>
|
<system:String x:Key="pythonDirectory">Directorio de Python</system:String>
|
||||||
<system:String x:Key="autoUpdates">Actualizar automáticamente</system:String>
|
<system:String x:Key="autoUpdates">Actualización automática</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">Seleccionar</system:String>
|
<system:String x:Key="selectPythonDirectory">Seleccionar</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher al arrancar</system:String>
|
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher al arrancar el sistema</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Ocultar icono de la bandeja</system:String>
|
<system:String x:Key="hideNotifyIcon">Ocultar icono de la bandeja</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Precisión de la búsqueda</system:String>
|
<system:String x:Key="querySearchPrecision">Precisión de la búsqueda</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Cambia la puntuación mínima de similitud requerida para resultados.</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Cambia la puntuación mínima de similitud requerida para resultados.</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Debe usar Pinyin</system:String>
|
<system:String x:Key="ShouldUsePinyin">Debe usar Pinyin</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Permite el uso de Pinyin para la búsqueda. Pinyin es el sistema estándar de ortografía romanizada para traducir chino</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Permite el uso de Pinyin para la búsqueda. Pinyin es el sistema estándar de ortografía romanizada para traducir chino</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">El efecto de sombra no está permitido mientras el tema actual tiene efecto de desenfoque habilitado</system:String>
|
<system:String x:Key="shadowEffectNotAllowed">El efecto de sombra no está permitido mientras el tema actual tenga el efecto de desenfoque habilitado</system:String>
|
||||||
|
|
||||||
<!-- Setting Plugin -->
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
<system:String x:Key="browserMorePlugins">Encontrar más plugins</system:String>
|
<system:String x:Key="browserMorePlugins">Encontrar más plugins</system:String>
|
||||||
<system:String x:Key="enable">Si</system:String>
|
<system:String x:Key="enable">Activado</system:String>
|
||||||
<system:String x:Key="disable">No</system:String>
|
<system:String x:Key="disable">Desactivado</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Ajuste de palabra clave de acción</system:String>
|
<system:String x:Key="actionKeywordsTitle">Ajuste de palabra clave</system:String>
|
||||||
<system:String x:Key="actionKeywords">Palabra clave de acción</system:String>
|
<system:String x:Key="actionKeywords">Palabra clave</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Palabra clave de acción actual</system:String>
|
<system:String x:Key="currentActionKeywords">Palabra clave actual</system:String>
|
||||||
<system:String x:Key="newActionKeyword">Nueva palabra clave de acción</system:String>
|
<system:String x:Key="newActionKeyword">Nueva palabra clave</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Cambiar palabras clave de acción</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Cambiar palabras clave</system:String>
|
||||||
<system:String x:Key="currentPriority">Prioridad Actual</system:String>
|
<system:String x:Key="currentPriority">Prioridad Actual</system:String>
|
||||||
<system:String x:Key="newPriority">Nueva Prioridad</system:String>
|
<system:String x:Key="newPriority">Nueva Prioridad</system:String>
|
||||||
<system:String x:Key="priority">Prioridad</system:String>
|
<system:String x:Key="priority">Prioridad</system:String>
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
<!-- Setting Plugin Store -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="pluginStore">Tienda de Plugins</system:String>
|
<system:String x:Key="pluginStore">Tienda de Plugins</system:String>
|
||||||
<system:String x:Key="refresh">Refrescar</system:String>
|
<system:String x:Key="refresh">Recargar</system:String>
|
||||||
<system:String x:Key="install">Instalar</system:String>
|
<system:String x:Key="install">Instalar</system:String>
|
||||||
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Theme -->
|
||||||
|
|
@ -86,12 +86,12 @@
|
||||||
<system:String x:Key="browserMoreThemes">Galería de Temas</system:String>
|
<system:String x:Key="browserMoreThemes">Galería de Temas</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">Cómo crear un tema</system:String>
|
<system:String x:Key="howToCreateTheme">Cómo crear un tema</system:String>
|
||||||
<system:String x:Key="hiThere">Hola</system:String>
|
<system:String x:Key="hiThere">Hola</system:String>
|
||||||
<system:String x:Key="queryBoxFont">Fuente de caja de consulta</system:String>
|
<system:String x:Key="queryBoxFont">Fuente del cuadro de consulta</system:String>
|
||||||
<system:String x:Key="resultItemFont">Fuente de Resultados</system:String>
|
<system:String x:Key="resultItemFont">Fuente de los resultados</system:String>
|
||||||
<system:String x:Key="windowMode">Modo Ventana</system:String>
|
<system:String x:Key="windowMode">Modo Ventana</system:String>
|
||||||
<system:String x:Key="opacity">Opacidad</system:String>
|
<system:String x:Key="opacity">Opacidad</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Tema {0} no existe, recurre al tema predeterminado</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Tema {0} no existe, se usará al tema predeterminado</system:String>
|
||||||
<system:String x:Key="theme_load_failure_parse_error">Error al cargar el tema {0}, recurre al tema predeterminado</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">Error al cargar el tema {0}, se usará al tema predeterminado</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Carpeta de Temas</system:String>
|
<system:String x:Key="ThemeFolder">Carpeta de Temas</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Abrir Carpeta de Temas</system:String>
|
<system:String x:Key="OpenThemeFolder">Abrir Carpeta de Temas</system:String>
|
||||||
<system:String x:Key="ColorScheme">Esquemas de Colores</system:String>
|
<system:String x:Key="ColorScheme">Esquemas de Colores</system:String>
|
||||||
|
|
@ -99,17 +99,17 @@
|
||||||
<system:String x:Key="ColorSchemeLight">Claro</system:String>
|
<system:String x:Key="ColorSchemeLight">Claro</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Oscuro</system:String>
|
<system:String x:Key="ColorSchemeDark">Oscuro</system:String>
|
||||||
<system:String x:Key="SoundEffect">Efectos de Sonido</system:String>
|
<system:String x:Key="SoundEffect">Efectos de Sonido</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Reproducir un pequeño sonido cuando se abre la ventana de consulta</system:String>
|
<system:String x:Key="SoundEffectTip">Reproducir un sonido al abrir la ventana de búsqueda</system:String>
|
||||||
<system:String x:Key="Animation">Animación</system:String>
|
<system:String x:Key="Animation">Animación</system:String>
|
||||||
<system:String x:Key="AnimationTip">Usar Animación en la Interfaz</system:String>
|
<system:String x:Key="AnimationTip">Usar Animación en la Interfaz</system:String>
|
||||||
|
|
||||||
<!-- Setting Hotkey -->
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="hotkey">Tecla Rápida</system:String>
|
<system:String x:Key="hotkey">Tecla Rápida</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Tecla Rápida de Flow Launcher</system:String>
|
<system:String x:Key="flowlauncherHotkey">Tecla de acceso a Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Introduzca el acceso directo para mostrar/ocultar Flow Launcher.</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Introduzca el acceso directo para mostrar/ocultar Flow Launcher.</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Abrir Tecla de Modificación de Resultado</system:String>
|
<system:String x:Key="openResultModifiers">Abrir Tecla de Modificación de Resultado</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Seleccione una tecla de modificación para abrir el resultado seleccionado vía teclado.</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Seleccione una tecla de modificación para abrir el resultado seleccionado vía teclado.</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkey">Mostrar Tecla Rápida</system:String>
|
<system:String x:Key="showOpenResultHotkey">Mostrar tecla de acceso directo</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Mostrar tecla rápida de selección con resultados.</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Mostrar tecla rápida de selección con resultados.</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Tecla Rápida de Consulta Personalizada</system:String>
|
<system:String x:Key="customQueryHotkey">Tecla Rápida de Consulta Personalizada</system:String>
|
||||||
<system:String x:Key="customQuery">Consulta</system:String>
|
<system:String x:Key="customQuery">Consulta</system:String>
|
||||||
|
|
@ -117,8 +117,8 @@
|
||||||
<system:String x:Key="edit">Editar</system:String>
|
<system:String x:Key="edit">Editar</system:String>
|
||||||
<system:String x:Key="add">Añadir</system:String>
|
<system:String x:Key="add">Añadir</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Por favor, seleccione un elemento</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Por favor, seleccione un elemento</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">¿Está seguro que desea eliminar la tecla de acceso rápido del plugin {0}?</system:String>
|
<system:String x:Key="deleteCustomHotkeyWarning">¿Está seguro que desea eliminar la tecla de acceso directo del plugin {0}?</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Efecto de sombra de ventana de consulta</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Efecto de sombra de ventana de búsqueda</system:String>
|
||||||
<system:String x:Key="shadowEffectCPUUsage">El efecto sombra tiene un uso sustancial de GPU. No se recomienda si el rendimiento de su computadora es limitado.</system:String>
|
<system:String x:Key="shadowEffectCPUUsage">El efecto sombra tiene un uso sustancial de GPU. No se recomienda si el rendimiento de su computadora es limitado.</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Tamaño de Ancho de Ventana</system:String>
|
<system:String x:Key="windowWidthSize">Tamaño de Ancho de Ventana</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Usar Iconos de Segoe Fluent</system:String>
|
<system:String x:Key="useGlyphUI">Usar Iconos de Segoe Fluent</system:String>
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
<system:String x:Key="about">Acerca de</system:String>
|
<system:String x:Key="about">Acerca de</system:String>
|
||||||
<system:String x:Key="website">Sitio web</system:String>
|
<system:String x:Key="website">Sitio web</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">Documentación</system:String>
|
||||||
<system:String x:Key="version">Versión</system:String>
|
<system:String x:Key="version">Versión</system:String>
|
||||||
<system:String x:Key="about_activate_times">Has activado Flow Launcher {0} veces</system:String>
|
<system:String x:Key="about_activate_times">Has activado Flow Launcher {0} veces</system:String>
|
||||||
<system:String x:Key="checkUpdates">Buscar actualizaciones</system:String>
|
<system:String x:Key="checkUpdates">Buscar actualizaciones</system:String>
|
||||||
|
|
@ -156,9 +156,9 @@
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Notas de la versión</system:String>
|
<system:String x:Key="releaseNotes">Notas de la versión</system:String>
|
||||||
<system:String x:Key="documentation">Consejos de Uso</system:String>
|
<system:String x:Key="documentation">Consejos de Uso</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">Herramientas de desarrollo</system:String>
|
||||||
<system:String x:Key="settingfolder">Carpeta de Configuración</system:String>
|
<system:String x:Key="settingfolder">Carpeta de Configuración</system:String>
|
||||||
<system:String x:Key="logfolder">Carpeta de Logs</system:String>
|
<system:String x:Key="logfolder">Carpeta de registros</system:String>
|
||||||
<system:String x:Key="welcomewindow">Asistente</system:String>
|
<system:String x:Key="welcomewindow">Asistente</system:String>
|
||||||
|
|
||||||
<!-- FileManager Setting Dialog -->
|
<!-- FileManager Setting Dialog -->
|
||||||
|
|
@ -173,7 +173,7 @@
|
||||||
|
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowserTitle">Navegador Web Predeterminado</system:String>
|
<system:String x:Key="defaultBrowserTitle">Navegador Web Predeterminado</system:String>
|
||||||
<system:String x:Key="defaultBrowser_tips">La configuración predeterminada sigue la configuración por defecto del navegador del SO. Si se especifica por separado, flow utiliza ese navegador.</system:String>
|
<system:String x:Key="defaultBrowser_tips">La configuración predeterminada sigue la configuración por defecto del navegador del sistema operativo. Si se especifica por separado, Flow utiliza ese navegador.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_name">Navegador</system:String>
|
<system:String x:Key="defaultBrowser_name">Navegador</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Nombre del Navegador</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Nombre del Navegador</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Ruta del Navegador</system:String>
|
<system:String x:Key="defaultBrowser_path">Ruta del Navegador</system:String>
|
||||||
|
|
@ -183,31 +183,31 @@
|
||||||
|
|
||||||
<!-- Priority Setting Dialog -->
|
<!-- Priority Setting Dialog -->
|
||||||
<system:String x:Key="changePriorityWindow">Cambiar Prioridad</system:String>
|
<system:String x:Key="changePriorityWindow">Cambiar Prioridad</system:String>
|
||||||
<system:String x:Key="priority_tips">Mayor el número, mayor el resultado será clasificado. Intente establecerlo como 5. Si desea que los resultados sean inferiores a cualquier otro plugin, proporcione un número negativo</system:String>
|
<system:String x:Key="priority_tips">Mayor el número, mayor la clasificación del resultado. Intente establecerlo como 5. Si desea que los resultados sean inferiores a cualquier otro plugin, proporcione un número negativo</system:String>
|
||||||
<system:String x:Key="invalidPriority">¡Por favor, proporcione un entero válido para la prioridad!</system:String>
|
<system:String x:Key="invalidPriority">¡Por favor, proporcione un entero válido para la prioridad!</system:String>
|
||||||
|
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="oldActionKeywords">Palabra Clave de Acción Antigua</system:String>
|
<system:String x:Key="oldActionKeywords">Palabra Clave Antigua</system:String>
|
||||||
<system:String x:Key="newActionKeywords">Nueva Palabra Clave de Acción</system:String>
|
<system:String x:Key="newActionKeywords">Nueva Palabra Clave</system:String>
|
||||||
<system:String x:Key="cancel">Cancelar</system:String>
|
<system:String x:Key="cancel">Cancelar</system:String>
|
||||||
<system:String x:Key="done">Hecho</system:String>
|
<system:String x:Key="done">Hecho</system:String>
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">No se puede encontrar el plugin especificado</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">No se puede encontrar el plugin especificado</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">La nueva palabra clave de acción no puede estar vacía</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">La nueva palabra clave no puede estar vacía</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Esta nueva palabra clave de acción ya está asignada a otro plugin, por favor elija una diferente</system:String>
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Esta palabra clave ya está asignada a otro plugin, por favor elija una diferente</system:String>
|
||||||
<system:String x:Key="success">Éxito</system:String>
|
<system:String x:Key="success">Éxito</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completado con éxito</system:String>
|
<system:String x:Key="completedSuccessfully">Completado con éxito</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Introduzca la palabra clave de acción que desea utilizar para iniciar el plugin. Utilice * si no desea especificar ninguno, y el plugin se activará sin ninguna palabra clave de acción.</system:String>
|
<system:String x:Key="actionkeyword_tips">Introduzca la palabra clave que desea utilizar para iniciar el plugin. Utilice * si no desea especificar ninguno, y el plugin se activará sin ninguna palabra clave.</system:String>
|
||||||
|
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Tecla Rápida de Consulta Personalizada</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Tecla de Acceso Personalizada</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Presione la tecla rápida personalizada para insertar automáticamente la consulta especificada.</system:String>
|
<system:String x:Key="customeQueryHotkeyTips">Presione la tecla de acceso personalizada para insertar automáticamente la consulta especificada.</system:String>
|
||||||
<system:String x:Key="preview">Vista previa</system:String>
|
<system:String x:Key="preview">Vista previa</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">La tecla rápida no está disponible, por favor seleccione una nueva tecla de acceso directo</system:String>
|
<system:String x:Key="hotkeyIsNotUnavailable">Tecla no disponible, por favor seleccione una nueva tecla de acceso directo</system:String>
|
||||||
<system:String x:Key="invalidPluginHotkey">Tecla rápida de plugin no válida</system:String>
|
<system:String x:Key="invalidPluginHotkey">Tecla de acceso directo al plugin inválida</system:String>
|
||||||
<system:String x:Key="update">Actualizar</system:String>
|
<system:String x:Key="update">Actualizar</system:String>
|
||||||
|
|
||||||
<!-- Hotkey Control -->
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="hotkeyUnavailable">Tecla Rápida No Disponible</system:String>
|
<system:String x:Key="hotkeyUnavailable">Tecla No Disponible</system:String>
|
||||||
|
|
||||||
<!-- Crash Reporter -->
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_version">Versión</system:String>
|
<system:String x:Key="reportWindow_version">Versión</system:String>
|
||||||
|
|
@ -223,23 +223,23 @@
|
||||||
<system:String x:Key="reportWindow_sending">Enviando</system:String>
|
<system:String x:Key="reportWindow_sending">Enviando</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Informe enviado correctamente</system:String>
|
<system:String x:Key="reportWindow_report_succeed">Informe enviado correctamente</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Error al enviar el informe</system:String>
|
<system:String x:Key="reportWindow_report_failed">Error al enviar el informe</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher obtuvo un error</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher ha tenido un error</system:String>
|
||||||
|
|
||||||
<!-- General Notice -->
|
<!-- General Notice -->
|
||||||
<system:String x:Key="pleaseWait">Por favor espere...</system:String>
|
<system:String x:Key="pleaseWait">Por favor espere...</system:String>
|
||||||
|
|
||||||
<!-- update -->
|
<!-- update -->
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Buscando nueva actualización</system:String>
|
<system:String x:Key="update_flowlauncher_update_check">Buscando nueva actualización</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_already_on_latest">Ya tienes la última versión de Flow Launcher</system:String>
|
<system:String x:Key="update_flowlauncher_already_on_latest">Ya esta instalada la última versión de Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Actualización encontrada</system:String>
|
<system:String x:Key="update_flowlauncher_update_found">Actualización encontrada</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Actualizando...</system:String>
|
<system:String x:Key="update_flowlauncher_updating">Actualizando...</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 no pudo mover los datos de su perfil de usuario a la nueva versión de actualización.
|
Flow Launcher no pudo mover los datos de su perfil de usuario a la nueva versión de actualización.
|
||||||
Por favor, mueve manualmente la carpeta de datos de tu perfil de {0} a {1}
|
Por favor, mueva manualmente la carpeta de datos de su perfil de {0} a {1}
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_new_update">Nueva Actualización</system:String>
|
<system:String x:Key="update_flowlauncher_new_update">Nueva Actualización</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">La nueva versión {0} de Flow Launcher ya está disponible</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">La nueva versión {0} de Flow Launcher ya está disponible</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Ocurrió un error mientras se trataba de instalar actualizaciones de software</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Ocurrió un error mientras se instalaban actualizaciones de software</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Actualizar</system:String>
|
<system:String x:Key="update_flowlauncher_update">Actualizar</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">Error al actualizar</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Error al actualizar</system:String>
|
||||||
|
|
@ -252,16 +252,16 @@
|
||||||
<!-- Welcome Window -->
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Skip">Omitir</system:String>
|
<system:String x:Key="Skip">Omitir</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Title">Bienvenido a Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page1_Title">Bienvenido a Flow Launcher</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text01">Hola, ¡esta es la primera vez que ejecutas Flow Launcher!</system:String>
|
<system:String x:Key="Welcome_Page1_Text01">¡Hola, esta es la primera vez que ejecutas Flow Launcher!</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text02">Antes de comenzar, este asistente ayudará a configurar Flow Launcher. Puedes saltarlo si quieres. Por favor, elige un idioma</system:String>
|
<system:String x:Key="Welcome_Page1_Text02">Antes de comenzar, este asistente ayudará a configurar Flow Launcher. Puedes saltarlo si quieres. Por favor, elige un idioma</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Title">Busca y ejecuta todos los archivos y aplicaciones en tu PC</system:String>
|
<system:String x:Key="Welcome_Page2_Title">Busca y ejecuta todos los archivos y aplicaciones en tu PC</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text01">Busca todo desde aplicaciones, archivos, marcadores, YouTube, Twitter y mucho más. Todo desde la comodidad de tu teclado sin tocar nunca el ratón.</system:String>
|
<system:String x:Key="Welcome_Page2_Text01">Busca todo desde aplicaciones, archivos, marcadores, YouTube, Twitter y mucho más. Todo desde la comodidad de tu teclado sin tocar nunca el ratón.</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher comienza con la tecla de acceso directo de abajo, sigue adelante y pruébala ahora. Para cambiarla, haga clic en la entrada y presione la tecla de acceso rápido deseada en el teclado.</system:String>
|
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher comienza con la tecla de acceso directo de abajo, pruébala ahora. Para cambiarla, haga clic en la entrada y presione la tecla de acceso directo deseada.</system:String>
|
||||||
<system:String x:Key="Welcome_Page3_Title">Teclas Rápidas</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Teclas De Acceso Directo</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Title">Palabra Clave de Acción y Comandos</system:String>
|
<system:String x:Key="Welcome_Page4_Title">Palabra Clave y Comandos</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Text01">Busca en la web, inicia aplicaciones o ejecuta varias funciones a través de plugins de Flow Launcher. Algunas funciones comienzan con una palabra clave de acción, y si es necesario, pueden ser usadas sin palabras clave de acción. Prueba las consultas de abajo en Flow Launcher.</system:String>
|
<system:String x:Key="Welcome_Page4_Text01">Busca en la web, inicia aplicaciones o haz uso de varias funciones a través de plugins en Flow Launcher. Algunas funciones necesitan una palabra clave, y si es necesario, pueden ser usadas sin palabras clave. Pruebe consultar lo siguiente en Flow Launcher.</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Comencemos Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Comencemos Flow Launcher</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Text01">Terminado. Disfruta de Flow Launcher. No olvides la tecla de acceso rápido para empezar :)</system:String>
|
<system:String x:Key="Welcome_Page5_Text01">Finalizado. Disfruta de Flow Launcher. No olvides la tecla de acceso directo para empezar :)</system:String>
|
||||||
|
|
||||||
<!-- General Guide & Hotkey -->
|
<!-- General Guide & Hotkey -->
|
||||||
|
|
||||||
|
|
@ -269,7 +269,7 @@
|
||||||
<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">Abrir Carpeta Contenedora</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Ejecutar como Admin</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Ejecutar como administrador</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>
|
||||||
|
|
@ -280,10 +280,10 @@
|
||||||
<system:String x:Key="RecommendWeather">Clima</system:String>
|
<system:String x:Key="RecommendWeather">Clima</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Clima en los Resultados de Google</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Clima en los Resultados de 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 Shell</system:String>
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
<system:String x:Key="RecommendBluetoothDesc">Bluetooth en configuración de 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">Notas adhesivas</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
<!-- MainWindow -->
|
<!-- MainWindow -->
|
||||||
<system:String x:Key="registerHotkeyFailed">Error al registrar el atajo de teclado: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">No se ha podido registrar la tecla de acceso directo: {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">No se pudo 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 de Flow Launcher inválido</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato de archivo del plugin 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>
|
||||||
|
|
|
||||||
|
|
@ -1,266 +1,288 @@
|
||||||
<?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">Impossible d'enregistrer le raccourci clavier : {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Impossible d'enregistrer le raccourci clavier : {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">Impossible de lancer {0}</system:String>
|
<system:String x:Key="couldnotStartCmd">Impossible de lancer {0}</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Le fichier n'a pas le format d'un plugin de Flow Launcher</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Le fichier n'a pas le format d'un plugin de Flow Launcher</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">Définir comme prioritaire dans cette requête</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">Définir comme prioritaire dans cette requête</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">Annuler la priorité dans cette requête</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">Annuler la priorité dans cette requête</system:String>
|
||||||
<system:String x:Key="executeQuery">Lancer la requête : {0}</system:String>
|
<system:String x:Key="executeQuery">Lancer la requête : {0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">Dernière exécution : {0}</system:String>
|
<system:String x:Key="lastExecuteTime">Dernière exécution : {0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">Ouvrir</system:String>
|
<system:String x:Key="iconTrayOpen">Ouvrir</system:String>
|
||||||
<system:String x:Key="iconTraySettings">Paramètres</system:String>
|
<system:String x:Key="iconTraySettings">Paramètres</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">À propos</system:String>
|
<system:String x:Key="iconTrayAbout">À propos</system:String>
|
||||||
<system:String x:Key="iconTrayExit">Quitter</system:String>
|
<system:String x:Key="iconTrayExit">Quitter</system:String>
|
||||||
<system:String x:Key="closeWindow">Fermer</system:String>
|
<system:String x:Key="closeWindow">Fermer</system:String>
|
||||||
<system:String x:Key="copy">Copier</system:String>
|
<system:String x:Key="copy">Copier</system:String>
|
||||||
<system:String x:Key="cut">Couper</system:String>
|
<system:String x:Key="cut">Couper</system:String>
|
||||||
<system:String x:Key="paste">Coller</system:String>
|
<system:String x:Key="paste">Coller</system:String>
|
||||||
<system:String x:Key="fileTitle">Fichier</system:String>
|
<system:String x:Key="fileTitle">Fichier</system:String>
|
||||||
<system:String x:Key="folderTitle">Dossier</system:String>
|
<system:String x:Key="folderTitle">Dossier</system:String>
|
||||||
<system:String x:Key="textTitle">Texte</system:String>
|
<system:String x:Key="textTitle">Texte</system:String>
|
||||||
<system:String x:Key="GameMode">Mode Jeu</system:String>
|
<system:String x:Key="GameMode">Mode Jeu</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Suspend l'utilisation des raccourcis claviers.</system:String>
|
<system:String x:Key="GameModeToolTip">Suspend l'utilisation des raccourcis claviers.</system:String>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Paramètres de Flow Launcher</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">Général</system:String>
|
<system:String x:Key="flowlauncher_settings">Paramètres de Flow Launcher</system:String>
|
||||||
<system:String x:Key="portableMode">Mode Portable</system:String>
|
<system:String x:Key="general">Général</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">Stocker tous les paramètres et données utilisateur dans un seul dossier (Pratique en cas d'utilisation de disques amovibles ou de services cloud).</system:String>
|
<system:String x:Key="portableMode">Mode Portable</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Lancer Flow Launcher au démarrage du système</system:String>
|
<system:String x:Key="portableModeToolTIp">Stocker tous les paramètres et données utilisateur dans un seul dossier (Pratique en cas d'utilisation de disques amovibles ou de services cloud).</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Cacher Flow Launcher lors de la perte de focus</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Lancer Flow Launcher au démarrage du système</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Ne pas afficher les notifications lors d'une nouvelle version</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Cacher Flow Launcher lors de la perte de focus</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">Se souvenir du dernier emplacement de la fenêtre</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Ne pas afficher les notifications lors d'une nouvelle version</system:String>
|
||||||
<system:String x:Key="language">Langue</system:String>
|
<system:String x:Key="rememberLastLocation">Se souvenir du dernier emplacement de la fenêtre</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Style de la dernière requête</system:String>
|
<system:String x:Key="language">Langue</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="lastQueryMode">Style de la dernière requête</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Conserver la dernière recherche</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="LastQuerySelected">Sélectionner la dernière recherche</system:String>
|
<system:String x:Key="LastQueryPreserved">Conserver la dernière recherche</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Ne pas afficher la dernière recherche</system:String>
|
<system:String x:Key="LastQuerySelected">Sélectionner la dernière recherche</system:String>
|
||||||
<system:String x:Key="maxShowResults">Résultats maximums à afficher</system:String>
|
<system:String x:Key="LastQueryEmpty">Ne pas afficher la dernière recherche</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore les raccourcis lorsqu'une application est en plein écran</system:String>
|
<system:String x:Key="maxShowResults">Résultats maximums à afficher</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Désactiver l'activation de Flow Launcher lorsqu'une application en plein écran est active (Recommandé pour les jeux).</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore les raccourcis lorsqu'une application est en plein écran</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Gestionnaire de fichiers par défaut</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Désactiver l'activation de Flow Launcher lorsqu'une application en plein écran est active (Recommandé pour les jeux).</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
<system:String x:Key="defaultFileManager">Gestionnaire de fichiers par défaut</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Répertoire de Python</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
||||||
<system:String x:Key="autoUpdates">Mettre à jour automatiquement</system:String>
|
<system:String x:Key="pythonDirectory">Répertoire de Python</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">Sélectionner</system:String>
|
<system:String x:Key="autoUpdates">Mettre à jour automatiquement</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Cacher Flow Launcher au démarrage</system:String>
|
<system:String x:Key="selectPythonDirectory">Sélectionner</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideOnStartup">Cacher Flow Launcher au démarrage</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</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="ShouldUsePinyin">Should Use Pinyin</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="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">Trouver plus de modules</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">On</system:String>
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
<system:String x:Key="disable">Désactivé</system:String>
|
<system:String x:Key="browserMorePlugins">Trouver plus de modules</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
<system:String x:Key="enable">On</system:String>
|
||||||
<system:String x:Key="actionKeywords">Mot-clé d'action :</system:String>
|
<system:String x:Key="disable">Désactivé</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
||||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
<system:String x:Key="actionKeywords">Mot-clé d'action :</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
||||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
||||||
<system:String x:Key="newPriority">New Priority</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
||||||
<system:String x:Key="priority">Priority</system:String>
|
<system:String x:Key="currentPriority">Current Priority</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Répertoire</system:String>
|
<system:String x:Key="newPriority">New Priority</system:String>
|
||||||
<system:String x:Key="author">by</system:String>
|
<system:String x:Key="priority">Priority</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Chargement :</system:String>
|
<system:String x:Key="pluginDirectory">Répertoire</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Utilisation :</system:String>
|
<system:String x:Key="author">by</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| Version</system:String>
|
<system:String x:Key="plugin_init_time">Chargement :</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Website</system:String>
|
<system:String x:Key="plugin_query_time">Utilisation :</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">| Version</system:String>
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="plugin_query_web">Website</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
|
||||||
<system:String x:Key="install">Install</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">Thèmes</system:String>
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Trouver plus de thèmes</system:String>
|
<system:String x:Key="refresh">Refresh</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
<system:String x:Key="install">Install</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">Police (barre de recherche)</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">Police (liste des résultats)</system:String>
|
<system:String x:Key="theme">Thèmes</system:String>
|
||||||
<system:String x:Key="windowMode">Mode fenêtré</system:String>
|
<system:String x:Key="browserMoreThemes">Trouver plus de thèmes</system:String>
|
||||||
<system:String x:Key="opacity">Opacité</system:String>
|
<system:String x:Key="howToCreateTheme">How to create a theme</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="hiThere">Hi There</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="queryBoxFont">Police (barre de recherche)</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
<system:String x:Key="resultItemFont">Police (liste des résultats)</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
<system:String x:Key="windowMode">Mode fenêtré</system:String>
|
||||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
<system:String x:Key="opacity">Opacité</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">System Default</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="ColorSchemeLight">Light</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="ColorSchemeDark">Dark</system:String>
|
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
||||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
||||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
||||||
<system:String x:Key="hotkey">Raccourcis</system:String>
|
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Ouvrir Flow Launcher</system:String>
|
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="Animation">Animation</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Modificateurs de résultats ouverts</system:String>
|
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">Afficher le raccourci clavier</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="hotkey">Raccourcis</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Requêtes personnalisées</system:String>
|
<system:String x:Key="flowlauncherHotkey">Ouvrir Flow Launcher</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||||
<system:String x:Key="delete">Supprimer</system:String>
|
<system:String x:Key="openResultModifiers">Modificateurs de résultats ouverts</system:String>
|
||||||
<system:String x:Key="edit">Modifier</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
<system:String x:Key="add">Ajouter</system:String>
|
<system:String x:Key="showOpenResultHotkey">Afficher le raccourci clavier</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Veuillez sélectionner un élément</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">Voulez-vous vraiment supprimer {0} raccourci(s) ?</system:String>
|
<system:String x:Key="customQueryHotkey">Requêtes personnalisées</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="customQuery">Query</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="delete">Supprimer</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="edit">Modifier</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="add">Ajouter</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Veuillez sélectionner un élément</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">Voulez-vous vraiment supprimer {0} raccourci(s) ?</system:String>
|
||||||
<system:String x:Key="proxy">Proxy HTTP</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
||||||
<system:String x:Key="enableProxy">Activer le HTTP proxy</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="server">Serveur HTTP</system:String>
|
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
||||||
<system:String x:Key="port">Port</system:String>
|
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
||||||
<system:String x:Key="userName">Utilisateur</system:String>
|
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
||||||
<system:String x:Key="password">Mot de passe</system:String>
|
|
||||||
<system:String x:Key="testProxy">Tester</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">Sauvegarder</system:String>
|
<system:String x:Key="proxy">Proxy HTTP</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">Un serveur doit être indiqué</system:String>
|
<system:String x:Key="enableProxy">Activer le HTTP proxy</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">Un port doit être indiqué</system:String>
|
<system:String x:Key="server">Serveur HTTP</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">Format du port invalide</system:String>
|
<system:String x:Key="port">Port</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">Proxy sauvegardé avec succès</system:String>
|
<system:String x:Key="userName">Utilisateur</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">Le proxy est valide</system:String>
|
<system:String x:Key="password">Mot de passe</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">Connexion au proxy échouée</system:String>
|
<system:String x:Key="testProxy">Tester</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">Sauvegarder</system:String>
|
||||||
<system:String x:Key="about">À propos</system:String>
|
<system:String x:Key="serverCantBeEmpty">Un serveur doit être indiqué</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="portCantBeEmpty">Un port doit être indiqué</system:String>
|
||||||
<system:String x:Key="github">Github</system:String>
|
<system:String x:Key="invalidPortFormat">Format du port invalide</system:String>
|
||||||
<system:String x:Key="docs">Docs</system:String>
|
<system:String x:Key="saveProxySuccessfully">Proxy sauvegardé avec succès</system:String>
|
||||||
<system:String x:Key="version">Version</system:String>
|
<system:String x:Key="proxyIsCorrect">Le proxy est valide</system:String>
|
||||||
<system:String x:Key="about_activate_times">Vous avez utilisé Flow Launcher {0} fois</system:String>
|
<system:String x:Key="proxyConnectFailed">Connexion au proxy échouée</system:String>
|
||||||
<system:String x:Key="checkUpdates">Vérifier les mises à jour</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">Nouvelle version {0} disponible, veuillez redémarrer Flow Launcher</system:String>
|
<!-- Setting About -->
|
||||||
<system:String x:Key="checkUpdatesFailed">Échec de la vérification de la mise à jour, vérifiez votre connexion et vos paramètres de configuration proxy pour pouvoir acceder à api.github.com.</system:String>
|
<system:String x:Key="about">À propos</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">Website</system:String>
|
||||||
Échec du téléchargement de la mise à jour, vérifiez votre connexion et vos paramètres de configuration proxy pour pouvoir acceder à github-cloud.s3.amazonaws.com, ou téléchargez manuelement la mise à jour sur https://github.com/Flow-Launcher/Flow.Launcher/releases.
|
<system:String x:Key="github">Github</system:String>
|
||||||
|
<system:String x:Key="docs">Docs</system:String>
|
||||||
|
<system:String x:Key="version">Version</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">Vous avez utilisé Flow Launcher {0} fois</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Vérifier les mises à jour</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">Nouvelle version {0} disponible, veuillez redémarrer Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">Échec de la vérification de la mise à jour, vérifiez votre connexion et vos paramètres de configuration proxy pour pouvoir acceder à api.github.com.</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
|
Échec du téléchargement de la mise à jour, vérifiez votre connexion et vos paramètres de configuration proxy pour pouvoir acceder à github-cloud.s3.amazonaws.com, ou téléchargez manuelement la mise à jour sur https://github.com/Flow-Launcher/Flow.Launcher/releases.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Notes de changement :</system:String>
|
<system:String x:Key="releaseNotes">Notes de changement :</system:String>
|
||||||
<system:String x:Key="documentation">Usage Tips</system:String>
|
<system:String x:Key="documentation">Usage Tips</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">DevTools</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="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<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="fileManagerWindow">Select File Manager</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_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_name">File Manager</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_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_name">File Manager</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">Default Web 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>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</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_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</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>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">Ancien mot-clé d'action</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="newActionKeywords">Nouveau mot-clé d'action</system:String>
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||||
<system:String x:Key="cancel">Annuler</system:String>
|
|
||||||
<system:String x:Key="done">Terminé</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">Impossible de trouver le module spécifié</system:String>
|
<system:String x:Key="oldActionKeywords">Ancien mot-clé d'action</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">Le nouveau mot-clé d'action doit être spécifié</system:String>
|
<system:String x:Key="newActionKeywords">Nouveau mot-clé d'action</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Le nouveau mot-clé d'action a été assigné à un autre module, veuillez en choisir un autre</system:String>
|
<system:String x:Key="cancel">Annuler</system:String>
|
||||||
<system:String x:Key="success">Ajouté</system:String>
|
<system:String x:Key="done">Terminé</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">Impossible de trouver le module spécifié</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Saisissez * si vous ne souhaitez pas utiliser de mot-clé spécifique</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">Le nouveau mot-clé d'action doit être spécifié</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Le nouveau mot-clé d'action a été assigné à un autre module, veuillez en choisir un autre</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Requêtes personnalisées</system:String>
|
<system:String x:Key="success">Ajouté</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
||||||
<system:String x:Key="preview">Prévisualiser</system:String>
|
<system:String x:Key="actionkeyword_tips">Saisissez * si vous ne souhaitez pas utiliser de mot-clé spécifique</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Raccourci indisponible. Veuillez en choisir un autre.</system:String>
|
|
||||||
<system:String x:Key="invalidPluginHotkey">Raccourci invalide</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="update">Actualiser</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Requêtes personnalisées</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">Raccourci indisponible</system:String>
|
<system:String x:Key="preview">Prévisualiser</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="hotkeyIsNotUnavailable">Raccourci indisponible. Veuillez en choisir un autre.</system:String>
|
||||||
<system:String x:Key="reportWindow_version">Version</system:String>
|
<system:String x:Key="invalidPluginHotkey">Raccourci invalide</system:String>
|
||||||
<system:String x:Key="reportWindow_time">Heure</system:String>
|
<system:String x:Key="update">Actualiser</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">Veuillez nous indiquer comment l'application a planté afin que nous puissions le corriger</system:String>
|
|
||||||
<system:String x:Key="reportWindow_send_report">Envoyer le rapport</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_cancel">Annuler</system:String>
|
<system:String x:Key="hotkeyUnavailable">Raccourci indisponible</system:String>
|
||||||
<system:String x:Key="reportWindow_general">Général</system:String>
|
|
||||||
<system:String x:Key="reportWindow_exceptions">Exceptions</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exception_type">Type d'exception</system:String>
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
||||||
<system:String x:Key="reportWindow_source">Source</system:String>
|
<system:String x:Key="reportWindow_time">Heure</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">Trace d'appel</system:String>
|
<system:String x:Key="reportWindow_reproduce">Veuillez nous indiquer comment l'application a planté afin que nous puissions le corriger</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">Envoi en cours</system:String>
|
<system:String x:Key="reportWindow_send_report">Envoyer le rapport</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Signalement envoyé</system:String>
|
<system:String x:Key="reportWindow_cancel">Annuler</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Échec de l'envoi du signalement</system:String>
|
<system:String x:Key="reportWindow_general">Général</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher a rencontré une erreur</system:String>
|
<system:String x:Key="reportWindow_exceptions">Exceptions</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_exception_type">Type d'exception</system:String>
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="reportWindow_source">Source</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_stack_trace">Trace d'appel</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
<system:String x:Key="reportWindow_sending">Envoi en cours</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="reportWindow_report_succeed">Signalement envoyé</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="reportWindow_report_failed">Échec de l'envoi du signalement</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher a rencontré une erreur</system:String>
|
||||||
<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.
|
<!-- General Notice -->
|
||||||
Please manually move your profile data folder from {0} to {1}
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
||||||
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</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_update_found">Update found</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
||||||
|
<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.
|
||||||
|
Please manually move your profile data folder from {0} to {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">New Update</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Version v{0} de Flow Launcher disponible</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">Version v{0} de Flow Launcher disponible</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Une erreur s'est produite lors de l'installation de la mise à jour</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Une erreur s'est produite lors de l'installation de la mise à jour</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Actualiser</system:String>
|
<system:String x:Key="update_flowlauncher_update">Actualiser</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_cancel">Annuler</system:String>
|
<system:String x:Key="update_flowlauncher_update_cancel">Annuler</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Update Failed</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">Flow Launcher doit redémarrer pour installer cette mise à jour</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Flow Launcher doit redémarrer pour installer cette mise à jour</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">Les fichiers suivants seront mis à jour</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">Les fichiers suivants seront mis à jour</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_files">Fichiers mis à jour</system:String>
|
<system:String x:Key="update_flowlauncher_update_files">Fichiers mis à jour</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_description">Description de la mise à jour</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_description">Description de la mise à jour</system:String>
|
||||||
<!-- Welcome Window -->
|
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Skip">Skip</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_Title">Welcome to 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_Text01">Hello, this is the first time you are running 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_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_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_Title">Search and run all files and applications on your PC</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_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_Page3_Title">Hotkeys</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_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Hotkeys</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_Title">Action Keyword and Commands</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Let's Start 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_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendWeather">Weather</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetooth">Bluetooth</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="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,267 +1,289 @@
|
||||||
<?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>
|
||||||
<system:String x:Key="couldnotStartCmd">Avvio fallito {0}</system:String>
|
<system:String x:Key="couldnotStartCmd">Avvio fallito {0}</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato file plugin non valido</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato file plugin non valido</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">Risultato prioritario con questa query</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">Risultato prioritario con questa query</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">Rimuovi risultato prioritario con questa query</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">Rimuovi risultato prioritario con questa query</system:String>
|
||||||
<system:String x:Key="executeQuery">Query d'esecuzione: {0}</system:String>
|
<system:String x:Key="executeQuery">Query d'esecuzione: {0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">Ultima esecuzione: {0}</system:String>
|
<system:String x:Key="lastExecuteTime">Ultima esecuzione: {0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">Apri</system:String>
|
<system:String x:Key="iconTrayOpen">Apri</system:String>
|
||||||
<system:String x:Key="iconTraySettings">Impostazioni</system:String>
|
<system:String x:Key="iconTraySettings">Impostazioni</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">About</system:String>
|
<system:String x:Key="iconTrayAbout">About</system:String>
|
||||||
<system:String x:Key="iconTrayExit">Esci</system:String>
|
<system:String x:Key="iconTrayExit">Esci</system:String>
|
||||||
<system:String x:Key="closeWindow">Close</system:String>
|
<system:String x:Key="closeWindow">Close</system:String>
|
||||||
<system:String x:Key="copy">Copy</system:String>
|
<system:String x:Key="copy">Copy</system:String>
|
||||||
<system:String x:Key="cut">Cut</system:String>
|
<system:String x:Key="cut">Cut</system:String>
|
||||||
<system:String x:Key="paste">Paste</system:String>
|
<system:String x:Key="paste">Paste</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">Folder</system:String>
|
||||||
<system:String x:Key="textTitle">Text</system:String>
|
<system:String x:Key="textTitle">Text</system:String>
|
||||||
<system:String x:Key="GameMode">Game Mode</system:String>
|
<system:String x:Key="GameMode">Game Mode</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Impostaizoni Flow Launcher</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">Generale</system:String>
|
<system:String x:Key="flowlauncher_settings">Impostaizoni Flow Launcher</system:String>
|
||||||
<system:String x:Key="portableMode">Portable Mode</system:String>
|
<system:String x:Key="general">Generale</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="portableMode">Portable Mode</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Avvia Wow all'avvio di Windows</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="hideFlowLauncherWhenLoseFocus">Nascondi Flow Launcher quando perde il focus</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Avvia Wow all'avvio di Windows</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Non mostrare le notifiche per una nuova versione</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Nascondi Flow Launcher quando perde il focus</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">Ricorda l'ultima posizione di avvio del launcher</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Non mostrare le notifiche per una nuova versione</system:String>
|
||||||
<system:String x:Key="language">Lingua</system:String>
|
<system:String x:Key="rememberLastLocation">Ricorda l'ultima posizione di avvio del launcher</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Comportamento ultima ricerca</system:String>
|
<system:String x:Key="language">Lingua</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryMode">Comportamento ultima ricerca</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Conserva ultima ricerca</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Seleziona ultima ricerca</system:String>
|
<system:String x:Key="LastQueryPreserved">Conserva ultima ricerca</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Cancella ultima ricerca</system:String>
|
<system:String x:Key="LastQuerySelected">Seleziona ultima ricerca</system:String>
|
||||||
<system:String x:Key="maxShowResults">Numero massimo di risultati mostrati</system:String>
|
<system:String x:Key="LastQueryEmpty">Cancella ultima ricerca</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignora i tasti di scelta rapida in applicazione a schermo pieno</system:String>
|
<system:String x:Key="maxShowResults">Numero massimo di risultati mostrati</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="ignoreHotkeysOnFullscreen">Ignora i tasti di scelta rapida in applicazione a schermo pieno</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Default File Manager</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="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Cartella Python</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
||||||
<system:String x:Key="autoUpdates">Aggiornamento automatico</system:String>
|
<system:String x:Key="pythonDirectory">Cartella Python</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">Seleziona</system:String>
|
<system:String x:Key="autoUpdates">Aggiornamento automatico</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Nascondi Flow Launcher all'avvio</system:String>
|
<system:String x:Key="selectPythonDirectory">Seleziona</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideOnStartup">Nascondi Flow Launcher all'avvio</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</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="ShouldUsePinyin">Should Use Pinyin</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="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">Cerca altri plugins</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">On</system:String>
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
<system:String x:Key="disable">Disabilita</system:String>
|
<system:String x:Key="browserMorePlugins">Cerca altri plugins</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
<system:String x:Key="enable">On</system:String>
|
||||||
<system:String x:Key="actionKeywords">Parole chiave</system:String>
|
<system:String x:Key="disable">Disabilita</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
||||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
<system:String x:Key="actionKeywords">Parole chiave</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
||||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
||||||
<system:String x:Key="newPriority">New Priority</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
||||||
<system:String x:Key="priority">Priority</system:String>
|
<system:String x:Key="currentPriority">Current Priority</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Cartella Plugin</system:String>
|
<system:String x:Key="newPriority">New Priority</system:String>
|
||||||
<system:String x:Key="author">by</system:String>
|
<system:String x:Key="priority">Priority</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Tempo di avvio:</system:String>
|
<system:String x:Key="pluginDirectory">Cartella Plugin</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Tempo ricerca:</system:String>
|
<system:String x:Key="author">by</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| Version</system:String>
|
<system:String x:Key="plugin_init_time">Tempo di avvio:</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Website</system:String>
|
<system:String x:Key="plugin_query_time">Tempo ricerca:</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">| Version</system:String>
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="plugin_query_web">Website</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
|
||||||
<system:String x:Key="install">Install</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">Tema</system:String>
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Sfoglia per altri temi</system:String>
|
<system:String x:Key="refresh">Refresh</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
<system:String x:Key="install">Install</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">Font campo di ricerca</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">Font campo risultati</system:String>
|
<system:String x:Key="theme">Tema</system:String>
|
||||||
<system:String x:Key="windowMode">Modalità finestra</system:String>
|
<system:String x:Key="browserMoreThemes">Sfoglia per altri temi</system:String>
|
||||||
<system:String x:Key="opacity">Opacità</system:String>
|
<system:String x:Key="howToCreateTheme">How to create a theme</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="hiThere">Hi There</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="queryBoxFont">Font campo di ricerca</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
<system:String x:Key="resultItemFont">Font campo risultati</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
<system:String x:Key="windowMode">Modalità finestra</system:String>
|
||||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
<system:String x:Key="opacity">Opacità</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">System Default</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="ColorSchemeLight">Light</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="ColorSchemeDark">Dark</system:String>
|
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
||||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
||||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
||||||
<system:String x:Key="hotkey">Tasti scelta rapida</system:String>
|
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Tasto scelta rapida Flow Launcher</system:String>
|
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="Animation">Animation</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Apri modificatori di risultato</system:String>
|
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">Mostra tasto di scelta rapida</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="hotkey">Tasti scelta rapida</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Tasti scelta rapida per ricerche personalizzate</system:String>
|
<system:String x:Key="flowlauncherHotkey">Tasto scelta rapida Flow Launcher</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||||
<system:String x:Key="delete">Cancella</system:String>
|
<system:String x:Key="openResultModifiers">Apri modificatori di risultato</system:String>
|
||||||
<system:String x:Key="edit">Modifica</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
<system:String x:Key="add">Aggiungi</system:String>
|
<system:String x:Key="showOpenResultHotkey">Mostra tasto di scelta rapida</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Selezionare un oggetto</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">Volete cancellare il tasto di scelta rapida per il plugin {0}?</system:String>
|
<system:String x:Key="customQueryHotkey">Tasti scelta rapida per ricerche personalizzate</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="customQuery">Query</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="delete">Cancella</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="edit">Modifica</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="add">Aggiungi</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Selezionare un oggetto</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">Volete cancellare il tasto di scelta rapida per il plugin {0}?</system:String>
|
||||||
<system:String x:Key="proxy">Proxy HTTP</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
||||||
<system:String x:Key="enableProxy">Abilita Proxy HTTP</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="server">Server HTTP</system:String>
|
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
||||||
<system:String x:Key="port">Porta</system:String>
|
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
||||||
<system:String x:Key="userName">User Name</system:String>
|
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
||||||
<system:String x:Key="password">Password</system:String>
|
|
||||||
<system:String x:Key="testProxy">Proxy Test</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">Salva</system:String>
|
<system:String x:Key="proxy">Proxy HTTP</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">Il campo Server non può essere vuoto</system:String>
|
<system:String x:Key="enableProxy">Abilita Proxy HTTP</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">Il campo Porta non può essere vuoto</system:String>
|
<system:String x:Key="server">Server HTTP</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">Formato Porta non valido</system:String>
|
<system:String x:Key="port">Porta</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">Configurazione Proxy salvata correttamente</system:String>
|
<system:String x:Key="userName">User Name</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">Proxy Configurato correttamente</system:String>
|
<system:String x:Key="password">Password</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">Connessione Proxy fallita</system:String>
|
<system:String x:Key="testProxy">Proxy Test</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">Salva</system:String>
|
||||||
<system:String x:Key="about">About</system:String>
|
<system:String x:Key="serverCantBeEmpty">Il campo Server non può essere vuoto</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="portCantBeEmpty">Il campo Porta non può essere vuoto</system:String>
|
||||||
<system:String x:Key="github">Github</system:String>
|
<system:String x:Key="invalidPortFormat">Formato Porta non valido</system:String>
|
||||||
<system:String x:Key="docs">Docs</system:String>
|
<system:String x:Key="saveProxySuccessfully">Configurazione Proxy salvata correttamente</system:String>
|
||||||
<system:String x:Key="version">Versione</system:String>
|
<system:String x:Key="proxyIsCorrect">Proxy Configurato correttamente</system:String>
|
||||||
<system:String x:Key="about_activate_times">Hai usato Flow Launcher {0} volte</system:String>
|
<system:String x:Key="proxyConnectFailed">Connessione Proxy fallita</system:String>
|
||||||
<system:String x:Key="checkUpdates">Cerca aggiornamenti</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">Una nuova versione {0} è disponibile, riavvia Flow Launcher per favore.</system:String>
|
<!-- Setting About -->
|
||||||
<system:String x:Key="checkUpdatesFailed">Ricerca aggiornamenti fallita, per favore controlla la tua connessione e le eventuali impostazioni proxy per api.github.com.</system:String>
|
<system:String x:Key="about">About</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">Website</system:String>
|
||||||
Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com,
|
<system:String x:Key="github">Github</system:String>
|
||||||
oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente.
|
<system:String x:Key="docs">Docs</system:String>
|
||||||
|
<system:String x:Key="version">Versione</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">Hai usato Flow Launcher {0} volte</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Cerca aggiornamenti</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">Una nuova versione {0} è disponibile, riavvia Flow Launcher per favore.</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">Ricerca aggiornamenti fallita, per favore controlla la tua connessione e le eventuali impostazioni proxy per api.github.com.</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
|
Download degli aggiornamenti fallito, per favore controlla la tua connessione ed eventuali impostazioni proxy per github-cloud.s3.amazonaws.com,
|
||||||
|
oppure vai su https://github.com/Flow-Launcher/Flow.Launcher/releases per scaricare gli aggiornamenti manualmente.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Note di rilascio:</system:String>
|
<system:String x:Key="releaseNotes">Note di rilascio:</system:String>
|
||||||
<system:String x:Key="documentation">Usage Tips</system:String>
|
<system:String x:Key="documentation">Usage Tips</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">DevTools</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="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<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="fileManagerWindow">Select File Manager</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_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_name">File Manager</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_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_name">File Manager</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">Default Web 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>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</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_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</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>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">Vecchia parola chiave d'azione</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="newActionKeywords">Nuova parola chiave d'azione</system:String>
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||||
<system:String x:Key="cancel">Annulla</system:String>
|
|
||||||
<system:String x:Key="done">Conferma</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">Impossibile trovare il plugin specificato</system:String>
|
<system:String x:Key="oldActionKeywords">Vecchia parola chiave d'azione</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">La nuova parola chiave d'azione non può essere vuota</system:String>
|
<system:String x:Key="newActionKeywords">Nuova parola chiave d'azione</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">La nuova parola chiave d'azione è stata assegnata ad un altro plugin, per favore sceglierne una differente</system:String>
|
<system:String x:Key="cancel">Annulla</system:String>
|
||||||
<system:String x:Key="success">Successo</system:String>
|
<system:String x:Key="done">Conferma</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">Impossibile trovare il plugin specificato</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Usa * se non vuoi specificare una parola chiave d'azione</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">La nuova parola chiave d'azione non può essere vuota</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">La nuova parola chiave d'azione è stata assegnata ad un altro plugin, per favore sceglierne una differente</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Tasti scelta rapida per ricerche personalizzate</system:String>
|
<system:String x:Key="success">Successo</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
||||||
<system:String x:Key="preview">Anteprima</system:String>
|
<system:String x:Key="actionkeyword_tips">Usa * se non vuoi specificare una parola chiave d'azione</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Tasto di scelta rapida non disponibile, per favore scegli un nuovo tasto di scelta rapida</system:String>
|
|
||||||
<system:String x:Key="invalidPluginHotkey">Tasto di scelta rapida plugin non valido</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="update">Aggiorna</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Tasti scelta rapida per ricerche personalizzate</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">Tasto di scelta rapida non disponibile</system:String>
|
<system:String x:Key="preview">Anteprima</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="hotkeyIsNotUnavailable">Tasto di scelta rapida non disponibile, per favore scegli un nuovo tasto di scelta rapida</system:String>
|
||||||
<system:String x:Key="reportWindow_version">Versione</system:String>
|
<system:String x:Key="invalidPluginHotkey">Tasto di scelta rapida plugin non valido</system:String>
|
||||||
<system:String x:Key="reportWindow_time">Tempo</system:String>
|
<system:String x:Key="update">Aggiorna</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">Per favore raccontaci come l'applicazione si è chiusa inaspettatamente così che possimo risolvere il problema</system:String>
|
|
||||||
<system:String x:Key="reportWindow_send_report">Invia rapporto</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_cancel">Annulla</system:String>
|
<system:String x:Key="hotkeyUnavailable">Tasto di scelta rapida non disponibile</system:String>
|
||||||
<system:String x:Key="reportWindow_general">Generale</system:String>
|
|
||||||
<system:String x:Key="reportWindow_exceptions">Eccezioni</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exception_type">Tipo di eccezione</system:String>
|
<system:String x:Key="reportWindow_version">Versione</system:String>
|
||||||
<system:String x:Key="reportWindow_source">Risorsa</system:String>
|
<system:String x:Key="reportWindow_time">Tempo</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">Traccia dello stack</system:String>
|
<system:String x:Key="reportWindow_reproduce">Per favore raccontaci come l'applicazione si è chiusa inaspettatamente così che possimo risolvere il problema</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">Invio in corso</system:String>
|
<system:String x:Key="reportWindow_send_report">Invia rapporto</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Rapporto inviato correttamente</system:String>
|
<system:String x:Key="reportWindow_cancel">Annulla</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Invio rapporto fallito</system:String>
|
<system:String x:Key="reportWindow_general">Generale</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher ha riportato un errore</system:String>
|
<system:String x:Key="reportWindow_exceptions">Eccezioni</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_exception_type">Tipo di eccezione</system:String>
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="reportWindow_source">Risorsa</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_stack_trace">Traccia dello stack</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
<system:String x:Key="reportWindow_sending">Invio in corso</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="reportWindow_report_succeed">Rapporto inviato correttamente</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="reportWindow_report_failed">Invio rapporto fallito</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher ha riportato un errore</system:String>
|
||||||
<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.
|
<!-- General Notice -->
|
||||||
Please manually move your profile data folder from {0} to {1}
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
||||||
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</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_update_found">Update found</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
||||||
|
<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.
|
||||||
|
Please manually move your profile data folder from {0} to {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">New Update</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">E' disponibile la nuova release {0} di Flow Launcher</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">E' disponibile la nuova release {0} di Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Errore durante l'installazione degli aggiornamenti software</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Errore durante l'installazione degli aggiornamenti software</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Aggiorna</system:String>
|
<system:String x:Key="update_flowlauncher_update">Aggiorna</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_cancel">Annulla</system:String>
|
<system:String x:Key="update_flowlauncher_update_cancel">Annulla</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Update Failed</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">Questo aggiornamento riavvierà Flow Launcher</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Questo aggiornamento riavvierà Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">I seguenti file saranno aggiornati</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">I seguenti file saranno aggiornati</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_files">File aggiornati</system:String>
|
<system:String x:Key="update_flowlauncher_update_files">File aggiornati</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_description">Descrizione aggiornamento</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_description">Descrizione aggiornamento</system:String>
|
||||||
<!-- Welcome Window -->
|
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Skip">Skip</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_Title">Welcome to 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_Text01">Hello, this is the first time you are running 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_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_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_Title">Search and run all files and applications on your PC</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_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_Page3_Title">Hotkeys</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_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Hotkeys</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_Title">Action Keyword and Commands</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Let's Start 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_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendWeather">Weather</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetooth">Bluetooth</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="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,268 +1,289 @@
|
||||||
<?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">ホットキー「{0}」の登録に失敗しました</system:String>
|
<system:String x:Key="registerHotkeyFailed">ホットキー「{0}」の登録に失敗しました</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">{0}の起動に失敗しました</system:String>
|
<system:String x:Key="couldnotStartCmd">{0}の起動に失敗しました</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Flow Launcherプラグインの形式が正しくありません</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Flow Launcherプラグインの形式が正しくありません</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">このクエリを最上位にセットする</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">このクエリを最上位にセットする</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">このクエリを最上位にセットをキャンセル</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">このクエリを最上位にセットをキャンセル</system:String>
|
||||||
<system:String x:Key="executeQuery">次のコマンドを実行します:{0}</system:String>
|
<system:String x:Key="executeQuery">次のコマンドを実行します:{0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">最終実行時間:{0}</system:String>
|
<system:String x:Key="lastExecuteTime">最終実行時間:{0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">開く</system:String>
|
<system:String x:Key="iconTrayOpen">開く</system:String>
|
||||||
<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">Close</system:String>
|
||||||
<system:String x:Key="copy">Copy</system:String>
|
<system:String x:Key="copy">Copy</system:String>
|
||||||
<system:String x:Key="cut">切り取り</system:String>
|
<system:String x:Key="cut">切り取り</system:String>
|
||||||
<system:String x:Key="paste">貼り付け</system:String>
|
<system:String x:Key="paste">貼り付け</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">Folder</system:String>
|
||||||
<system:String x:Key="textTitle">Text</system:String>
|
<system:String x:Key="textTitle">Text</system:String>
|
||||||
<system:String x:Key="GameMode">ゲームモード</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">Suspend the use of Hotkeys.</system:String>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Flow Launcher設定</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">一般</system:String>
|
<system:String x:Key="flowlauncher_settings">Flow Launcher設定</system:String>
|
||||||
<system:String x:Key="portableMode">Portable Mode</system:String>
|
<system:String x:Key="general">一般</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="portableMode">Portable Mode</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">スタートアップ時にFlow Launcherを起動する</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="hideFlowLauncherWhenLoseFocus">フォーカスを失った時にFlow Launcherを隠す</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">スタートアップ時にFlow Launcherを起動する</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">最新版が入手可能であっても、アップグレードメッセージを表示しない</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">フォーカスを失った時にFlow Launcherを隠す</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">前回のランチャーの位置を記憶</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">最新版が入手可能であっても、アップグレードメッセージを表示しない</system:String>
|
||||||
<system:String x:Key="language">言語</system:String>
|
<system:String x:Key="rememberLastLocation">前回のランチャーの位置を記憶</system:String>
|
||||||
<system:String x:Key="lastQueryMode">前回のクエリの扱い</system:String>
|
<system:String x:Key="language">言語</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryMode">前回のクエリの扱い</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">前回のクエリを保存</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">前回のクエリを選択</system:String>
|
<system:String x:Key="LastQueryPreserved">前回のクエリを保存</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">前回のクエリを消去</system:String>
|
<system:String x:Key="LastQuerySelected">前回のクエリを選択</system:String>
|
||||||
<system:String x:Key="maxShowResults">結果の最大表示件数</system:String>
|
<system:String x:Key="LastQueryEmpty">前回のクエリを消去</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">ウィンドウがフルスクリーン時にホットキーを無効にする</system:String>
|
<system:String x:Key="maxShowResults">結果の最大表示件数</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="ignoreHotkeysOnFullscreen">ウィンドウがフルスクリーン時にホットキーを無効にする</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Default File Manager</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="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Pythonのディレクトリ</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
||||||
<system:String x:Key="autoUpdates">自動更新</system:String>
|
<system:String x:Key="pythonDirectory">Pythonのディレクトリ</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">選択</system:String>
|
<system:String x:Key="autoUpdates">自動更新</system:String>
|
||||||
<system:String x:Key="hideOnStartup">起動時にFlow Launcherを隠す</system:String>
|
<system:String x:Key="selectPythonDirectory">選択</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">トレイアイコンを隠す</system:String>
|
<system:String x:Key="hideOnStartup">起動時にFlow Launcherを隠す</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="hideNotifyIcon">トレイアイコンを隠す</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</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="ShouldUsePinyin">Should Use Pinyin</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="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">プラグインを探す</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">有効</system:String>
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
<system:String x:Key="disable">無効</system:String>
|
<system:String x:Key="browserMorePlugins">プラグインを探す</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
<system:String x:Key="enable">有効</system:String>
|
||||||
<system:String x:Key="actionKeywords">キーワード</system:String>
|
<system:String x:Key="disable">無効</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
||||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
<system:String x:Key="actionKeywords">キーワード</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
||||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
||||||
<system:String x:Key="newPriority">New Priority</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
||||||
<system:String x:Key="priority">重要度</system:String>
|
<system:String x:Key="currentPriority">Current Priority</system:String>
|
||||||
<system:String x:Key="pluginDirectory">プラグイン・ディレクトリ</system:String>
|
<system:String x:Key="newPriority">New Priority</system:String>
|
||||||
<system:String x:Key="author">by</system:String>
|
<system:String x:Key="priority">重要度</system:String>
|
||||||
<system:String x:Key="plugin_init_time">初期化時間:</system:String>
|
<system:String x:Key="pluginDirectory">プラグイン・ディレクトリ</system:String>
|
||||||
<system:String x:Key="plugin_query_time">クエリ時間:</system:String>
|
<system:String x:Key="author">by</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| バージョン</system:String>
|
<system:String x:Key="plugin_init_time">初期化時間:</system:String>
|
||||||
<system:String x:Key="plugin_query_web">ウェブサイト</system:String>
|
<system:String x:Key="plugin_query_time">クエリ時間:</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">| バージョン</system:String>
|
||||||
<system:String x:Key="pluginStore">プラグインストア</system:String>
|
<system:String x:Key="plugin_query_web">ウェブサイト</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
|
||||||
<system:String x:Key="install">Install</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">テーマ</system:String>
|
<system:String x:Key="pluginStore">プラグインストア</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">テーマを探す</system:String>
|
<system:String x:Key="refresh">Refresh</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
<system:String x:Key="install">Install</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">検索ボックスのフォント</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">検索結果一覧のフォント</system:String>
|
<system:String x:Key="theme">テーマ</system:String>
|
||||||
<system:String x:Key="windowMode">ウィンドウモード</system:String>
|
<system:String x:Key="browserMoreThemes">テーマを探す</system:String>
|
||||||
<system:String x:Key="opacity">透過度</system:String>
|
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">テーマ {0} が存在しません、デフォルトのテーマに戻します。</system:String>
|
<system:String x:Key="hiThere">Hi There</system:String>
|
||||||
<system:String x:Key="theme_load_failure_parse_error">テーマ {0} を読み込めません、デフォルトのテーマに戻します。</system:String>
|
<system:String x:Key="queryBoxFont">検索ボックスのフォント</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
<system:String x:Key="resultItemFont">検索結果一覧のフォント</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
<system:String x:Key="windowMode">ウィンドウモード</system:String>
|
||||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
<system:String x:Key="opacity">透過度</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">テーマ {0} が存在しません、デフォルトのテーマに戻します。</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">テーマ {0} を読み込めません、デフォルトのテーマに戻します。</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
||||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
||||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
||||||
<system:String x:Key="hotkey">ホットキー</system:String>
|
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Flow Launcher ホットキー</system:String>
|
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="Animation">Animation</system:String>
|
||||||
<system:String x:Key="openResultModifiers">結果修飾子を開く</system:String>
|
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">ホットキーを表示</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="hotkey">ホットキー</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">カスタムクエリ ホットキー</system:String>
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher ホットキー</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||||
<system:String x:Key="delete">削除</system:String>
|
<system:String x:Key="openResultModifiers">結果修飾子を開く</system:String>
|
||||||
<system:String x:Key="edit">編集</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
<system:String x:Key="add">追加</system:String>
|
<system:String x:Key="showOpenResultHotkey">ホットキーを表示</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">項目選択してください</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">{0} プラグインのホットキーを本当に削除しますか?</system:String>
|
<system:String x:Key="customQueryHotkey">カスタムクエリ ホットキー</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="customQuery">Query</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="delete">削除</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="edit">編集</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="add">追加</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="pleaseSelectAnItem">項目選択してください</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">{0} プラグインのホットキーを本当に削除しますか?</system:String>
|
||||||
<system:String x:Key="proxy">HTTP プロキシ</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
||||||
<system:String x:Key="enableProxy">HTTP プロキシを有効化</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="server">HTTP サーバ</system:String>
|
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
||||||
<system:String x:Key="port">ポート</system:String>
|
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
||||||
<system:String x:Key="userName">ユーザ名</system:String>
|
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
||||||
<system:String x:Key="password">パスワード</system:String>
|
|
||||||
<system:String x:Key="testProxy">プロキシをテストする</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">保存</system:String>
|
<system:String x:Key="proxy">HTTP プロキシ</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">サーバーは空白にできません</system:String>
|
<system:String x:Key="enableProxy">HTTP プロキシを有効化</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">ポートは空白にできません</system:String>
|
<system:String x:Key="server">HTTP サーバ</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">ポートの形式が正しくありません</system:String>
|
<system:String x:Key="port">ポート</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">プロキシの保存に成功しました</system:String>
|
<system:String x:Key="userName">ユーザ名</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">プロキシは正しいです</system:String>
|
<system:String x:Key="password">パスワード</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">プロキシ接続に失敗しました</system:String>
|
<system:String x:Key="testProxy">プロキシをテストする</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">保存</system:String>
|
||||||
<system:String x:Key="about">Flow Launcherについて</system:String>
|
<system:String x:Key="serverCantBeEmpty">サーバーは空白にできません</system:String>
|
||||||
<system:String x:Key="website">ウェブサイト</system:String>
|
<system:String x:Key="portCantBeEmpty">ポートは空白にできません</system:String>
|
||||||
<system:String x:Key="github">Github</system:String>
|
<system:String x:Key="invalidPortFormat">ポートの形式が正しくありません</system:String>
|
||||||
<system:String x:Key="docs">Docs</system:String>
|
<system:String x:Key="saveProxySuccessfully">プロキシの保存に成功しました</system:String>
|
||||||
<system:String x:Key="version">バージョン</system:String>
|
<system:String x:Key="proxyIsCorrect">プロキシは正しいです</system:String>
|
||||||
<system:String x:Key="about_activate_times">あなたはFlow Launcherを {0} 回利用しました</system:String>
|
<system:String x:Key="proxyConnectFailed">プロキシ接続に失敗しました</system:String>
|
||||||
<system:String x:Key="checkUpdates">アップデートを確認する</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">新しいバージョン {0} が利用可能です。Flow Launcherを再起動してください。</system:String>
|
<!-- Setting About -->
|
||||||
<system:String x:Key="checkUpdatesFailed">アップデートの確認に失敗しました、api.github.com への接続とプロキシ設定を確認してください。</system:String>
|
<system:String x:Key="about">Flow Launcherについて</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">ウェブサイト</system:String>
|
||||||
更新のダウンロードに失敗しました、github-cloud.s3.amazonaws.com への接続とプロキシ設定を確認するか、
|
<system:String x:Key="github">Github</system:String>
|
||||||
https://github.com/Flow-Launcher/Flow.Launcher/releases から手動でアップデートをダウンロードしてください。
|
<system:String x:Key="docs">Docs</system:String>
|
||||||
|
<system:String x:Key="version">バージョン</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="newVersionTips">新しいバージョン {0} が利用可能です。Flow Launcherを再起動してください。</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">アップデートの確認に失敗しました、api.github.com への接続とプロキシ設定を確認してください。</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
|
更新のダウンロードに失敗しました、github-cloud.s3.amazonaws.com への接続とプロキシ設定を確認するか、
|
||||||
|
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">Usage Tips</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">DevTools</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="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<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="fileManagerWindow">Select File Manager</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_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_name">File Manager</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_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_name">File Manager</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">Default Web 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>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</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_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</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>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">古いアクションキーボード</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="newActionKeywords">新しいアクションキーボード</system:String>
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||||
<system:String x:Key="cancel">キャンセル</system:String>
|
|
||||||
<system:String x:Key="done">完了</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">プラグインが見つかりません</system:String>
|
<system:String x:Key="oldActionKeywords">古いアクションキーボード</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">新しいアクションキーボードを空にすることはできません</system:String>
|
<system:String x:Key="newActionKeywords">新しいアクションキーボード</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">新しいアクションキーボードは他のプラグインに割り当てられています。他のアクションキーボードを指定してください</system:String>
|
<system:String x:Key="cancel">キャンセル</system:String>
|
||||||
<system:String x:Key="success">成功しました</system:String>
|
<system:String x:Key="done">完了</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">プラグインが見つかりません</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">アクションキーボードを指定しない場合、* を使用してください</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">新しいアクションキーボードを空にすることはできません</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">新しいアクションキーボードは他のプラグインに割り当てられています。他のアクションキーボードを指定してください</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">
|
<system:String x:Key="success">成功しました</system:String>
|
||||||
</system:String>
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
<system:String x:Key="actionkeyword_tips">アクションキーボードを指定しない場合、* を使用してください</system:String>
|
||||||
<system:String x:Key="preview">プレビュー</system:String>
|
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">ホットキーは使用できません。新しいホットキーを選択してください</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="invalidPluginHotkey">プラグインホットキーは無効です</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle"></system:String>
|
||||||
<system:String x:Key="update">更新</system:String>
|
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="preview">プレビュー</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">ホットキーは使用できません</system:String>
|
<system:String x:Key="hotkeyIsNotUnavailable">ホットキーは使用できません。新しいホットキーを選択してください</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="invalidPluginHotkey">プラグインホットキーは無効です</system:String>
|
||||||
<system:String x:Key="reportWindow_version">バージョン</system:String>
|
<system:String x:Key="update">更新</system:String>
|
||||||
<system:String x:Key="reportWindow_time">時間</system:String>
|
|
||||||
<system:String x:Key="reportWindow_reproduce">アプリケーションが突然終了した手順を私たちに教えてくださると、バグ修正ができます</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_send_report">クラッシュレポートを送信</system:String>
|
<system:String x:Key="hotkeyUnavailable">ホットキーは使用できません</system:String>
|
||||||
<system:String x:Key="reportWindow_cancel">キャンセル</system:String>
|
|
||||||
<system:String x:Key="reportWindow_general">一般</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exceptions">例外</system:String>
|
<system:String x:Key="reportWindow_version">バージョン</system:String>
|
||||||
<system:String x:Key="reportWindow_exception_type">例外の種類</system:String>
|
<system:String x:Key="reportWindow_time">時間</system:String>
|
||||||
<system:String x:Key="reportWindow_source">ソース</system:String>
|
<system:String x:Key="reportWindow_reproduce">アプリケーションが突然終了した手順を私たちに教えてくださると、バグ修正ができます</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">スタックトレース</system:String>
|
<system:String x:Key="reportWindow_send_report">クラッシュレポートを送信</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">送信中</system:String>
|
<system:String x:Key="reportWindow_cancel">キャンセル</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">クラッシュレポートの送信に成功しました</system:String>
|
<system:String x:Key="reportWindow_general">一般</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">クラッシュレポートの送信に失敗しました</system:String>
|
<system:String x:Key="reportWindow_exceptions">例外</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcherにエラーが発生しました</system:String>
|
<system:String x:Key="reportWindow_exception_type">例外の種類</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_source">ソース</system:String>
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="reportWindow_stack_trace">スタックトレース</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_sending">送信中</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
<system:String x:Key="reportWindow_report_succeed">クラッシュレポートの送信に成功しました</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="reportWindow_report_failed">クラッシュレポートの送信に失敗しました</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcherにエラーが発生しました</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
|
||||||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
<!-- General Notice -->
|
||||||
Flow Launcher was not able to move your user profile data to the new update version.
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
||||||
Please manually move your profile data folder from {0} to {1}
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</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_update_found">Update found</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
||||||
|
<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.
|
||||||
|
Please manually move your profile data folder from {0} to {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">New Update</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Flow Launcher の最新バージョン V{0} が入手可能です</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">Flow Launcher の最新バージョン V{0} が入手可能です</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Flow Launcherのアップデート中にエラーが発生しました</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Flow Launcherのアップデート中にエラーが発生しました</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">Update Failed</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">このアップデートでは、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 -->
|
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Skip">Skip</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_Title">Welcome to 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_Text01">Hello, this is the first time you are running 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_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_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_Title">Search and run all files and applications on your PC</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_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_Page3_Title">Hotkeys</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_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Hotkeys</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_Title">Action Keyword and Commands</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Let's Start 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_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">プラグインデータのリロード</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="HotkeyF5Desc">プラグインデータのリロード</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendWeather">Weather</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetooth">Bluetooth</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="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,267 +1,289 @@
|
||||||
<?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">단축키 등록 실패: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">단축키 등록 실패: {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">{0}을 실행할 수 없습니다.</system:String>
|
<system:String x:Key="couldnotStartCmd">{0}을 실행할 수 없습니다.</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Flow Launcher 플러그인 파일 형식이 유효하지 않습니다.</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Flow Launcher 플러그인 파일 형식이 유효하지 않습니다.</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">이 쿼리의 최상위로 설정</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">이 쿼리의 최상위로 설정</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">이 쿼리의 최상위 설정 취소</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">이 쿼리의 최상위 설정 취소</system:String>
|
||||||
<system:String x:Key="executeQuery">쿼리 실행: {0}</system:String>
|
<system:String x:Key="executeQuery">쿼리 실행: {0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">마지막 실행 시간: {0}</system:String>
|
<system:String x:Key="lastExecuteTime">마지막 실행 시간: {0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">열기</system:String>
|
<system:String x:Key="iconTrayOpen">열기</system:String>
|
||||||
<system:String x:Key="iconTraySettings">설정</system:String>
|
<system:String x:Key="iconTraySettings">설정</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">정보</system:String>
|
<system:String x:Key="iconTrayAbout">정보</system:String>
|
||||||
<system:String x:Key="iconTrayExit">종료</system:String>
|
<system:String x:Key="iconTrayExit">종료</system:String>
|
||||||
<system:String x:Key="closeWindow">닫기</system:String>
|
<system:String x:Key="closeWindow">닫기</system:String>
|
||||||
<system:String x:Key="copy">복사하기</system:String>
|
<system:String x:Key="copy">복사하기</system:String>
|
||||||
<system:String x:Key="cut">잘라내기</system:String>
|
<system:String x:Key="cut">잘라내기</system:String>
|
||||||
<system:String x:Key="paste">붙여넣기</system:String>
|
<system:String x:Key="paste">붙여넣기</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">Folder</system:String>
|
||||||
<system:String x:Key="textTitle">Text</system:String>
|
<system:String x:Key="textTitle">Text</system:String>
|
||||||
<system:String x:Key="GameMode">게임 모드</system:String>
|
<system:String x:Key="GameMode">게임 모드</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">단축키 사용을 일시중단합니다.</system:String>
|
<system:String x:Key="GameModeToolTip">단축키 사용을 일시중단합니다.</system:String>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Flow Launcher 설정</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">일반</system:String>
|
<system:String x:Key="flowlauncher_settings">Flow Launcher 설정</system:String>
|
||||||
<system:String x:Key="portableMode">포터블 모드</system:String>
|
<system:String x:Key="general">일반</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">모든 설정이 폴더안에 들어갑니다. USB 드라이브나 클라우드로 사용 가능합니다.</system:String>
|
<system:String x:Key="portableMode">포터블 모드</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">시스템 시작 시 Flow Launcher 실행</system:String>
|
<system:String x:Key="portableModeToolTIp">모든 설정이 폴더안에 들어갑니다. USB 드라이브나 클라우드로 사용 가능합니다.</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">포커스 잃으면 Flow Launcher 숨김</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">시스템 시작 시 Flow Launcher 실행</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">새 버전 알림 끄기</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">포커스 잃으면 Flow Launcher 숨김</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">마지막 실행 위치 기억</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">새 버전 알림 끄기</system:String>
|
||||||
<system:String x:Key="language">언어</system:String>
|
<system:String x:Key="rememberLastLocation">마지막 실행 위치 기억</system:String>
|
||||||
<system:String x:Key="lastQueryMode">마지막 쿼리 스타일</system:String>
|
<system:String x:Key="language">언어</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">쿼리박스를 열었을 때 쿼리 처리 방식</system:String>
|
<system:String x:Key="lastQueryMode">마지막 쿼리 스타일</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">직전 쿼리에 계속 입력</system:String>
|
<system:String x:Key="lastQueryModeToolTip">쿼리박스를 열었을 때 쿼리 처리 방식</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">직전 쿼리 내용 선택</system:String>
|
<system:String x:Key="LastQueryPreserved">직전 쿼리에 계속 입력</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">직전 쿼리 지우기</system:String>
|
<system:String x:Key="LastQuerySelected">직전 쿼리 내용 선택</system:String>
|
||||||
<system:String x:Key="maxShowResults">표시할 결과 수</system:String>
|
<system:String x:Key="LastQueryEmpty">직전 쿼리 지우기</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">전체화면 모드에서는 단축키 무시</system:String>
|
<system:String x:Key="maxShowResults">표시할 결과 수</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">게이머라면 켜는 것을 추천합니다.</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">전체화면 모드에서는 단축키 무시</system:String>
|
||||||
<system:String x:Key="defaultFileManager">기본 파일관리자</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">게이머라면 켜는 것을 추천합니다.</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">폴더를 열 때 사용할 파일관리자를 선택하세요.</system:String>
|
<system:String x:Key="defaultFileManager">기본 파일관리자</system:String>
|
||||||
<system:String x:Key="defaultBrowser">기본 웹 브라우저</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">폴더를 열 때 사용할 파일관리자를 선택하세요.</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">새 탭, 새 창, 사생활 보호 모드</system:String>
|
<system:String x:Key="defaultBrowser">기본 웹 브라우저</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Python 디렉토리</system:String>
|
<system:String x:Key="defaultBrowserToolTip">새 탭, 새 창, 사생활 보호 모드</system:String>
|
||||||
<system:String x:Key="autoUpdates">자동 업데이트</system:String>
|
<system:String x:Key="pythonDirectory">Python 디렉토리</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">선택</system:String>
|
<system:String x:Key="autoUpdates">자동 업데이트</system:String>
|
||||||
<system:String x:Key="hideOnStartup">시작 시 Flow Launcher 숨김</system:String>
|
<system:String x:Key="selectPythonDirectory">선택</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">트레이 아이콘 숨기기</system:String>
|
<system:String x:Key="hideOnStartup">시작 시 Flow Launcher 숨김</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">쿼리 검색 정밀도</system:String>
|
<system:String x:Key="hideNotifyIcon">트레이 아이콘 숨기기</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">검색 결과에 필요한 최소 매치 점수를 변경합니다.</system:String>
|
<system:String x:Key="querySearchPrecision">쿼리 검색 정밀도</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">항상 Pinyin 사용</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">검색 결과에 필요한 최소 매치 점수를 변경합니다.</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Pinyin을 사용하여 검색할 수 있습니다. Pinyin(병음)은 로마자 중국어 입력 방식입니다.</system:String>
|
<system:String x:Key="ShouldUsePinyin">항상 Pinyin 사용</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">반투명 흐림 효과를 사용하는 경우, 그림자 효과를 쓸 수 없습니다.</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Pinyin을 사용하여 검색할 수 있습니다. Pinyin(병음)은 로마자 중국어 입력 방식입니다.</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">반투명 흐림 효과를 사용하는 경우, 그림자 효과를 쓸 수 없습니다.</system:String>
|
||||||
<system:String x:Key="plugin">플러그인</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">플러그인 더 찾아보기</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">켬</system:String>
|
<system:String x:Key="plugin">플러그인</system:String>
|
||||||
<system:String x:Key="disable">끔</system:String>
|
<system:String x:Key="browserMorePlugins">플러그인 더 찾아보기</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">액션 키워드 설정</system:String>
|
<system:String x:Key="enable">켬</system:String>
|
||||||
<system:String x:Key="actionKeywords">액션 키워드</system:String>
|
<system:String x:Key="disable">끔</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">현재 액션 키워드</system:String>
|
<system:String x:Key="actionKeywordsTitle">액션 키워드 설정</system:String>
|
||||||
<system:String x:Key="newActionKeyword">새 액션 키워드</system:String>
|
<system:String x:Key="actionKeywords">액션 키워드</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">액션 키워드 변경</system:String>
|
<system:String x:Key="currentActionKeywords">현재 액션 키워드</system:String>
|
||||||
<system:String x:Key="currentPriority">현재 중요도:</system:String>
|
<system:String x:Key="newActionKeyword">새 액션 키워드</system:String>
|
||||||
<system:String x:Key="newPriority">새 중요도:</system:String>
|
<system:String x:Key="actionKeywordsTooltip">액션 키워드 변경</system:String>
|
||||||
<system:String x:Key="priority">중요도</system:String>
|
<system:String x:Key="currentPriority">현재 중요도:</system:String>
|
||||||
<system:String x:Key="pluginDirectory">플러그인 폴더</system:String>
|
<system:String x:Key="newPriority">새 중요도:</system:String>
|
||||||
<system:String x:Key="author">제작자</system:String>
|
<system:String x:Key="priority">중요도</system:String>
|
||||||
<system:String x:Key="plugin_init_time">초기화 시간:</system:String>
|
<system:String x:Key="pluginDirectory">플러그인 폴더</system:String>
|
||||||
<system:String x:Key="plugin_query_time">쿼리 시간:</system:String>
|
<system:String x:Key="author">제작자</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| 버전</system:String>
|
<system:String x:Key="plugin_init_time">초기화 시간:</system:String>
|
||||||
<system:String x:Key="plugin_query_web">웹사이트</system:String>
|
<system:String x:Key="plugin_query_time">쿼리 시간:</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">| 버전</system:String>
|
||||||
<system:String x:Key="pluginStore">플러그인 스토어</system:String>
|
<system:String x:Key="plugin_query_web">웹사이트</system:String>
|
||||||
<system:String x:Key="refresh">새로고침</system:String>
|
|
||||||
<system:String x:Key="install">설치</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">테마</system:String>
|
<system:String x:Key="pluginStore">플러그인 스토어</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">테마 갤러리</system:String>
|
<system:String x:Key="refresh">새로고침</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">테마 제작 안내</system:String>
|
<system:String x:Key="install">설치</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">쿼리 상자 글꼴</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">결과 항목 글꼴</system:String>
|
<system:String x:Key="theme">테마</system:String>
|
||||||
<system:String x:Key="windowMode">윈도우 모드</system:String>
|
<system:String x:Key="browserMoreThemes">테마 갤러리</system:String>
|
||||||
<system:String x:Key="opacity">투명도</system:String>
|
<system:String x:Key="howToCreateTheme">테마 제작 안내</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">{0} 테마가 존재하지 않습니다. 기본 테마로 변경합니다.</system:String>
|
<system:String x:Key="hiThere">Hi There</system:String>
|
||||||
<system:String x:Key="theme_load_failure_parse_error">{0} 테마 로드에 실패했습니다. 기본 테마로 변경합니다.</system:String>
|
<system:String x:Key="queryBoxFont">쿼리 상자 글꼴</system:String>
|
||||||
<system:String x:Key="ThemeFolder">테마 폴더</system:String>
|
<system:String x:Key="resultItemFont">결과 항목 글꼴</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">테마 폴더 열기</system:String>
|
<system:String x:Key="windowMode">윈도우 모드</system:String>
|
||||||
<system:String x:Key="ColorScheme">앱 색상</system:String>
|
<system:String x:Key="opacity">투명도</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">시스템 기본</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">{0} 테마가 존재하지 않습니다. 기본 테마로 변경합니다.</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">밝게</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">{0} 테마 로드에 실패했습니다. 기본 테마로 변경합니다.</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">어둡게</system:String>
|
<system:String x:Key="ThemeFolder">테마 폴더</system:String>
|
||||||
<system:String x:Key="SoundEffect">소리 효과</system:String>
|
<system:String x:Key="OpenThemeFolder">테마 폴더 열기</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">검색창을 열 때 작은 소리를 재생합니다.</system:String>
|
<system:String x:Key="ColorScheme">앱 색상</system:String>
|
||||||
<system:String x:Key="Animation">애니메이션</system:String>
|
<system:String x:Key="ColorSchemeSystem">시스템 기본</system:String>
|
||||||
<system:String x:Key="AnimationTip">일부 UI에 애니메이션을 사용합니다.</system:String>
|
<system:String x:Key="ColorSchemeLight">밝게</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">어둡게</system:String>
|
||||||
<system:String x:Key="hotkey">단축키</system:String>
|
<system:String x:Key="SoundEffect">소리 효과</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Flow Launcher 단축키</system:String>
|
<system:String x:Key="SoundEffectTip">검색창을 열 때 작은 소리를 재생합니다.</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Flow Launcher를 열 때 사용할 단축키를 입력합니다.</system:String>
|
<system:String x:Key="Animation">애니메이션</system:String>
|
||||||
<system:String x:Key="openResultModifiers">결과 선택 단축키</system:String>
|
<system:String x:Key="AnimationTip">일부 UI에 애니메이션을 사용합니다.</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">결과 목록을 선택하는 단축키입니다.</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">단축키 표시</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">결과창에서 결과 선택 단축키를 표시합니다.</system:String>
|
<system:String x:Key="hotkey">단축키</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">사용자지정 쿼리 단축키</system:String>
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher 단축키</system:String>
|
||||||
<system:String x:Key="customQuery">쿼리</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Flow Launcher를 열 때 사용할 단축키를 입력합니다.</system:String>
|
||||||
<system:String x:Key="delete">삭제</system:String>
|
<system:String x:Key="openResultModifiers">결과 선택 단축키</system:String>
|
||||||
<system:String x:Key="edit">편집</system:String>
|
<system:String x:Key="openResultModifiersToolTip">결과 목록을 선택하는 단축키입니다.</system:String>
|
||||||
<system:String x:Key="add">추가</system:String>
|
<system:String x:Key="showOpenResultHotkey">단축키 표시</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">항목을 선택하세요.</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">결과창에서 결과 선택 단축키를 표시합니다.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">{0} 플러그인 단축키를 삭제하시겠습니까?</system:String>
|
<system:String x:Key="customQueryHotkey">사용자지정 쿼리 단축키</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">그림자 효과</system:String>
|
<system:String x:Key="customQuery">쿼리</system:String>
|
||||||
<system:String x:Key="shadowEffectCPUUsage">그림자 효과는 GPU를 사용합니다. 컴퓨터 퍼포먼스가 제한적인 경우 사용을 추천하지 않습니다.</system:String>
|
<system:String x:Key="delete">삭제</system:String>
|
||||||
<system:String x:Key="windowWidthSize">창 넓이</system:String>
|
<system:String x:Key="edit">편집</system:String>
|
||||||
<system:String x:Key="useGlyphUI">플루언트 아이콘 사용</system:String>
|
<system:String x:Key="add">추가</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">결과 및 일부 메뉴에서 플루언트 아이콘을 사용합니다.</system:String>
|
<system:String x:Key="pleaseSelectAnItem">항목을 선택하세요.</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">{0} 플러그인 단축키를 삭제하시겠습니까?</system:String>
|
||||||
<system:String x:Key="proxy">HTTP 프록시</system:String>
|
<system:String x:Key="queryWindowShadowEffect">그림자 효과</system:String>
|
||||||
<system:String x:Key="enableProxy">HTTP 프록시 켜기</system:String>
|
<system:String x:Key="shadowEffectCPUUsage">그림자 효과는 GPU를 사용합니다. 컴퓨터 퍼포먼스가 제한적인 경우 사용을 추천하지 않습니다.</system:String>
|
||||||
<system:String x:Key="server">HTTP 서버</system:String>
|
<system:String x:Key="windowWidthSize">창 넓이</system:String>
|
||||||
<system:String x:Key="port">포트</system:String>
|
<system:String x:Key="useGlyphUI">플루언트 아이콘 사용</system:String>
|
||||||
<system:String x:Key="userName">사용자명</system:String>
|
<system:String x:Key="useGlyphUIEffect">결과 및 일부 메뉴에서 플루언트 아이콘을 사용합니다.</system:String>
|
||||||
<system:String x:Key="password">패스워드</system:String>
|
|
||||||
<system:String x:Key="testProxy">프록시 테스트</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">저장</system:String>
|
<system:String x:Key="proxy">HTTP 프록시</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">서버를 입력하세요.</system:String>
|
<system:String x:Key="enableProxy">HTTP 프록시 켜기</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">포트를 입력하세요.</system:String>
|
<system:String x:Key="server">HTTP 서버</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">유효하지 않은 포트 형식</system:String>
|
<system:String x:Key="port">포트</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">프록시 설정이 저장되었습니다.</system:String>
|
<system:String x:Key="userName">사용자명</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">프록시 설정 정상</system:String>
|
<system:String x:Key="password">패스워드</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">프록시 연결 실패</system:String>
|
<system:String x:Key="testProxy">프록시 테스트</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">저장</system:String>
|
||||||
<system:String x:Key="about">정보</system:String>
|
<system:String x:Key="serverCantBeEmpty">서버를 입력하세요.</system:String>
|
||||||
<system:String x:Key="website">웹사이트</system:String>
|
<system:String x:Key="portCantBeEmpty">포트를 입력하세요.</system:String>
|
||||||
<system:String x:Key="github">Github</system:String>
|
<system:String x:Key="invalidPortFormat">유효하지 않은 포트 형식</system:String>
|
||||||
<system:String x:Key="docs">문서</system:String>
|
<system:String x:Key="saveProxySuccessfully">프록시 설정이 저장되었습니다.</system:String>
|
||||||
<system:String x:Key="version">버전</system:String>
|
<system:String x:Key="proxyIsCorrect">프록시 설정 정상</system:String>
|
||||||
<system:String x:Key="about_activate_times">Flow Launcher를 {0}번 실행했습니다.</system:String>
|
<system:String x:Key="proxyConnectFailed">프록시 연결 실패</system:String>
|
||||||
<system:String x:Key="checkUpdates">업데이트 확인</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">새 버전({0})이 있습니다. Flow Launcher를 재시작하세요.</system:String>
|
<!-- Setting About -->
|
||||||
<system:String x:Key="checkUpdatesFailed">업데이트 확인을 실패했습니다. api.github.com로의 연결 또는 프록시 설정을 확인해주세요.</system:String>
|
<system:String x:Key="about">정보</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">웹사이트</system:String>
|
||||||
|
<system:String x:Key="github">Github</system:String>
|
||||||
|
<system:String x:Key="docs">문서</system:String>
|
||||||
|
<system:String x:Key="version">버전</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="newVersionTips">새 버전({0})이 있습니다. Flow Launcher를 재시작하세요.</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">업데이트 확인을 실패했습니다. api.github.com로의 연결 또는 프록시 설정을 확인해주세요.</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
업데이트 다운로드에 실패했습니다. github-cloud.s3.amazonaws.com의 연결 또는 프록시 설정을 확인해주세요.
|
업데이트 다운로드에 실패했습니다. github-cloud.s3.amazonaws.com의 연결 또는 프록시 설정을 확인해주세요.
|
||||||
수동 다운로드를 하려면 https://github.com/Flow-Launcher/Flow.Launcher/releases 으로 방문하세요.
|
수동 다운로드를 하려면 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">사용 팁</system:String>
|
<system:String x:Key="documentation">사용 팁</system:String>
|
||||||
<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="welcomewindow">마법사</system:String>
|
<system:String x:Key="welcomewindow">마법사</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">파일관리자 선택</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManager_tips">사용하려는 파일관리자를 선택하고 필요한 경우 인수를 추가하세요. 기본 인수는 "%d" 이며 해당 위치에 경로가 입력됩니다. 예를들어 "totalcmd.exe /A c:\windows"와 같은 명령이 필요한 경우, 인수는 /A "%d" 입니다.</system:String>
|
<system:String x:Key="fileManagerWindow">파일관리자 선택</system:String>
|
||||||
<system:String x:Key="fileManager_tips2">"%f"는 특정 파일의 경로를 나타냅니다. 파일관리자에서 선택한 파일/폴더의 위치를 강조하는 기능에서 사용됩니다. 이 인수는 "파일경로 인수" 항목에서만 사용할 수 있습니다. 파일관리자에 해당 기능이 없거나 잘 모를 경우 "%d" 인수를 사용할 수 있습니다.</system:String>
|
<system:String x:Key="fileManager_tips">사용하려는 파일관리자를 선택하고 필요한 경우 인수를 추가하세요. 기본 인수는 "%d" 이며 해당 위치에 경로가 입력됩니다. 예를들어 "totalcmd.exe /A c:\windows"와 같은 명령이 필요한 경우, 인수는 /A "%d" 입니다.</system:String>
|
||||||
<system:String x:Key="fileManager_name">파일관리자</system:String>
|
<system:String x:Key="fileManager_tips2">"%f"는 특정 파일의 경로를 나타냅니다. 파일관리자에서 선택한 파일/폴더의 위치를 강조하는 기능에서 사용됩니다. 이 인수는 "파일경로 인수" 항목에서만 사용할 수 있습니다. 파일관리자에 해당 기능이 없거나 잘 모를 경우 "%d" 인수를 사용할 수 있습니다.</system:String>
|
||||||
<system:String x:Key="fileManager_profile_name">프로필 이름</system:String>
|
<system:String x:Key="fileManager_name">파일관리자</system:String>
|
||||||
<system:String x:Key="fileManager_path">파일관리자 경로</system:String>
|
<system:String x:Key="fileManager_profile_name">프로필 이름</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">폴더경로 인수</system:String>
|
<system:String x:Key="fileManager_path">파일관리자 경로</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">파일경로 인수</system:String>
|
<system:String x:Key="fileManager_directory_arg">폴더경로 인수</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">파일경로 인수</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">기본 웹 브라우저r</system:String>
|
|
||||||
<system:String x:Key="defaultBrowser_tips">기본 설정은 OS의 기본 브라우저 설정을 따릅니다. 특정 브라우저를 지정할 경우, Flow는 해당 브라우저를 사용합니다.</system:String>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">브라우저</system:String>
|
<system:String x:Key="defaultBrowserTitle">기본 웹 브라우저r</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">브라우저 이름</system:String>
|
<system:String x:Key="defaultBrowser_tips">기본 설정은 OS의 기본 브라우저 설정을 따릅니다. 특정 브라우저를 지정할 경우, Flow는 해당 브라우저를 사용합니다.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">브라우저 경로</system:String>
|
<system:String x:Key="defaultBrowser_name">브라우저</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">브라우저 이름</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_path">브라우저 경로</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">사생활 보호 모드</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">중요도 변경</system:String>
|
<system:String x:Key="defaultBrowser_parameter">사생활 보호 모드</system:String>
|
||||||
<system:String x:Key="priority_tips">높은 수를 넣을수록 상위 결과에 표시됩니다. 5를 시도해보세요. 다른 플러그인 보다 결과를 낮춰 표시하고 싶다면, 그보다 낮은 수를 입력하세요.</system:String>
|
|
||||||
<system:String x:Key="invalidPriority">중요도에 올바른 정수를 입력하세요.</system:String>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">중요도 변경</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">예전 액션 키워드</system:String>
|
<system:String x:Key="priority_tips">높은 수를 넣을수록 상위 결과에 표시됩니다. 5를 시도해보세요. 다른 플러그인 보다 결과를 낮춰 표시하고 싶다면, 그보다 낮은 수를 입력하세요.</system:String>
|
||||||
<system:String x:Key="newActionKeywords">새 액션 키워드</system:String>
|
<system:String x:Key="invalidPriority">중요도에 올바른 정수를 입력하세요.</system:String>
|
||||||
<system:String x:Key="cancel">취소</system:String>
|
|
||||||
<system:String x:Key="done">완료</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">플러그인을 찾을 수 없습니다.</system:String>
|
<system:String x:Key="oldActionKeywords">예전 액션 키워드</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">새 액션 키워드를 입력하세요.</system:String>
|
<system:String x:Key="newActionKeywords">새 액션 키워드</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">새 액션 키워드가 할당된 플러그인이 이미 있습니다. 다른 액션 키워드를 입력하세요.</system:String>
|
<system:String x:Key="cancel">취소</system:String>
|
||||||
<system:String x:Key="success">성공</system:String>
|
<system:String x:Key="done">완료</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">성공적으로 완료했습니다.</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">플러그인을 찾을 수 없습니다.</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">플러그인을 시작하는데 필요한 액션 키워드를 입력하세요. 액션 키워드를 지정하지 않으려면 *를 사용하세요. 이 경우 키워드를 입력하지 않아도 동작합니다.</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">새 액션 키워드를 입력하세요.</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">새 액션 키워드가 할당된 플러그인이 이미 있습니다. 다른 액션 키워드를 입력하세요.</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">사용자지정 쿼리 단축키</system:String>
|
<system:String x:Key="success">성공</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">단축키를 지정하여 특정 쿼리를 자동으로 입력할 수 있습니다. 사용하고 싶은 단축키를 눌러 지정한 후, 사용할 쿼리를 입력하세요.</system:String>
|
<system:String x:Key="completedSuccessfully">성공적으로 완료했습니다.</system:String>
|
||||||
<system:String x:Key="preview">미리보기</system:String>
|
<system:String x:Key="actionkeyword_tips">플러그인을 시작하는데 필요한 액션 키워드를 입력하세요. 액션 키워드를 지정하지 않으려면 *를 사용하세요. 이 경우 키워드를 입력하지 않아도 동작합니다.</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">단축키를 사용할 수 없습니다. 다른 단축키를 입력하세요.</system:String>
|
|
||||||
<system:String x:Key="invalidPluginHotkey">플러그인 단축키가 유효하지 않습니다.</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="update">업데이트</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">사용자지정 쿼리 단축키</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="customeQueryHotkeyTips">단축키를 지정하여 특정 쿼리를 자동으로 입력할 수 있습니다. 사용하고 싶은 단축키를 눌러 지정한 후, 사용할 쿼리를 입력하세요.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">단축키를 사용할 수 없습니다.</system:String>
|
<system:String x:Key="preview">미리보기</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="hotkeyIsNotUnavailable">단축키를 사용할 수 없습니다. 다른 단축키를 입력하세요.</system:String>
|
||||||
<system:String x:Key="reportWindow_version">버전</system:String>
|
<system:String x:Key="invalidPluginHotkey">플러그인 단축키가 유효하지 않습니다.</system:String>
|
||||||
<system:String x:Key="reportWindow_time">시간</system:String>
|
<system:String x:Key="update">업데이트</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">수정을 위해 애플리케이션이 어떻게 충돌했는지 알려주세요.</system:String>
|
|
||||||
<system:String x:Key="reportWindow_send_report">보고서 보내기</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_cancel">취소</system:String>
|
<system:String x:Key="hotkeyUnavailable">단축키를 사용할 수 없습니다.</system:String>
|
||||||
<system:String x:Key="reportWindow_general">일반</system:String>
|
|
||||||
<system:String x:Key="reportWindow_exceptions">예외</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exception_type">예외 유형</system:String>
|
<system:String x:Key="reportWindow_version">버전</system:String>
|
||||||
<system:String x:Key="reportWindow_source">소스</system:String>
|
<system:String x:Key="reportWindow_time">시간</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">스택 추적</system:String>
|
<system:String x:Key="reportWindow_reproduce">수정을 위해 애플리케이션이 어떻게 충돌했는지 알려주세요.</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">보내는 중</system:String>
|
<system:String x:Key="reportWindow_send_report">보고서 보내기</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">보고서를 정상적으로 보냈습니다.</system:String>
|
<system:String x:Key="reportWindow_cancel">취소</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">보고서를 보내지 못했습니다.</system:String>
|
<system:String x:Key="reportWindow_general">일반</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher에 문제가 발생했습니다.</system:String>
|
<system:String x:Key="reportWindow_exceptions">예외</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_exception_type">예외 유형</system:String>
|
||||||
<system:String x:Key="pleaseWait">잠시 기다려주세요...</system:String>
|
<system:String x:Key="reportWindow_source">소스</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_stack_trace">스택 추적</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">새 업데이트 확인 중</system:String>
|
<system:String x:Key="reportWindow_sending">보내는 중</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_already_on_latest">이미 가장 최신 버전의 Flow Launcher를 사용중입니다.</system:String>
|
<system:String x:Key="reportWindow_report_succeed">보고서를 정상적으로 보냈습니다.</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">업데이트 발견</system:String>
|
<system:String x:Key="reportWindow_report_failed">보고서를 보내지 못했습니다.</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">업데이트 중...</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher에 문제가 발생했습니다.</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
|
||||||
|
<!-- General Notice -->
|
||||||
|
<system:String x:Key="pleaseWait">잠시 기다려주세요...</system:String>
|
||||||
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">새 업데이트 확인 중</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_already_on_latest">이미 가장 최신 버전의 Flow Launcher를 사용중입니다.</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_found">업데이트 발견</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">업데이트 중...</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||||||
Flow Launcher가 유저 정보 데이터를 새버전으로 옮길 수 없습니다.
|
Flow Launcher가 유저 정보 데이터를 새버전으로 옮길 수 없습니다.
|
||||||
프로필 데이터 폴더를 수동으로 {0} 에서 {1}로 옮겨주세요.
|
프로필 데이터 폴더를 수동으로 {0} 에서 {1}로 옮겨주세요.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_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">업데이트 실패</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">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">업데이트를 위해 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 -->
|
|
||||||
<system:String x:Key="Skip">건너뛰기</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Flow Launcher에 오신 것을 환영합니다</system:String>
|
<system:String x:Key="Skip">건너뛰기</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text01">안녕하세요, Flow Launcher를 처음 실행하시네요!</system:String>
|
<system:String x:Key="Welcome_Page1_Title">Flow Launcher에 오신 것을 환영합니다</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text02">시작하기전에 이 마법사가 간단한 설정을 도와드릴겁니다. 물론 건너 뛰셔도 됩니다. 사용하시는 언어를 선택해주세요.</system:String>
|
<system:String x:Key="Welcome_Page1_Text01">안녕하세요, Flow Launcher를 처음 실행하시네요!</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Title">PC에서 모든 파일과 프로그램을 검색하고 실행합니다</system:String>
|
<system:String x:Key="Welcome_Page1_Text02">시작하기전에 이 마법사가 간단한 설정을 도와드릴겁니다. 물론 건너 뛰셔도 됩니다. 사용하시는 언어를 선택해주세요.</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text01">프로그램, 파일, 즐겨찾기, YouTube, Twitter 등 모든 것을 검색하세요. 마우스에 손대지 않고 키보드만으로 모든 것을 얻을 수 있습니다.</system:String>
|
<system:String x:Key="Welcome_Page2_Title">PC에서 모든 파일과 프로그램을 검색하고 실행합니다</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text02">Flow는 아래의 단축키로 실행합니다. 변경하려면 입력창을 선택하고 키보드에서 원하는 단축키를 누릅니다.</system:String>
|
<system:String x:Key="Welcome_Page2_Text01">프로그램, 파일, 즐겨찾기, YouTube, Twitter 등 모든 것을 검색하세요. 마우스에 손대지 않고 키보드만으로 모든 것을 얻을 수 있습니다.</system:String>
|
||||||
<system:String x:Key="Welcome_Page3_Title">단축키</system:String>
|
<system:String x:Key="Welcome_Page2_Text02">Flow는 아래의 단축키로 실행합니다. 변경하려면 입력창을 선택하고 키보드에서 원하는 단축키를 누릅니다.</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Title">액션 키워드와 명령어</system:String>
|
<system:String x:Key="Welcome_Page3_Title">단축키</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Text01">Flow Launcher는 플러그인을 통해 웹 검색, 프로그램 실행, 다양한 기능을 실행합니다. 특정 기능은 액션 키워드로 시작하며, 필요한 경우 액션 키워드 없이 사용할 수 있습니다. Flow Launcher에서 아래 쿼리를 사용해 보세요.</system:String>
|
<system:String x:Key="Welcome_Page4_Title">액션 키워드와 명령어</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Flow Launcher를 시작합시다</system:String>
|
<system:String x:Key="Welcome_Page4_Text01">Flow Launcher는 플러그인을 통해 웹 검색, 프로그램 실행, 다양한 기능을 실행합니다. 특정 기능은 액션 키워드로 시작하며, 필요한 경우 액션 키워드 없이 사용할 수 있습니다. Flow Launcher에서 아래 쿼리를 사용해 보세요.</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Text01">끝났습니다. Flow Launcher를 즐겨주세요. 시작하는 단축키를 잊지마세요 :)</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Flow Launcher를 시작합시다</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
<system:String x:Key="Welcome_Page5_Text01">끝났습니다. Flow Launcher를 즐겨주세요. 시작하는 단축키를 잊지마세요 :)</system:String>
|
||||||
<system:String x:Key="HotkeyUpDownDesc">뒤로/ 콘텍스트 메뉴</system:String>
|
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">아이템 이동</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">콘텍스트 메뉴 열기</system:String>
|
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">포함된 폴더 열기</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">뒤로/ 콘텍스트 메뉴</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">관리자 권한으로 실행</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">아이템 이동</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">검색 기록</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">콘텍스트 메뉴 열기</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">콘텍스트 메뉴에서 뒤로 가기</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">포함된 폴더 열기</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">자동완성</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">관리자 권한으로 실행</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">선택한 아이템 열기</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">검색 기록</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">설정창 열기</system:String>
|
<system:String x:Key="HotkeyESCDesc">콘텍스트 메뉴에서 뒤로 가기</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">플러그인 데이터 새로고침</system:String>
|
<system:String x:Key="HotkeyTabDesc">자동완성</system:String>
|
||||||
<system:String x:Key="RecommendWeather">날씨</system:String>
|
<system:String x:Key="HotkeyRunDesc">선택한 아이템 열기</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">구글 날씨 검색</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">설정창 열기</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="HotkeyF5Desc">플러그인 데이터 새로고침</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">쉘 명령어</system:String>
|
|
||||||
<system:String x:Key="RecommendBluetooth">블루투스</system:String>
|
<system:String x:Key="RecommendWeather">날씨</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">윈도우 블루투스 설정</system:String>
|
<system:String x:Key="RecommendWeatherDesc">구글 날씨 검색</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">스메</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">스티커 메모</system:String>
|
<system:String x:Key="RecommendShellDesc">쉘 명령어</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetooth">블루투스</system:String>
|
||||||
|
<system:String x:Key="RecommendBluetoothDesc">윈도우 블루투스 설정</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronyms">스메</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronymsDesc">스티커 메모</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,267 +1,289 @@
|
||||||
<?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">Nie udało się ustawić skrótu klawiszowego: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Nie udało się ustawić skrótu klawiszowego: {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">Nie udało się uruchomić: {0}</system:String>
|
<system:String x:Key="couldnotStartCmd">Nie udało się uruchomić: {0}</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Niepoprawny format pliku wtyczki</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Niepoprawny format pliku wtyczki</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">Ustaw jako najwyższy wynik dla tego zapytania</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">Ustaw jako najwyższy wynik dla tego zapytania</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">Usuń ten najwyższy wynik dla tego zapytania</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">Usuń ten najwyższy wynik dla tego zapytania</system:String>
|
||||||
<system:String x:Key="executeQuery">Wyszukaj: {0}</system:String>
|
<system:String x:Key="executeQuery">Wyszukaj: {0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">Ostatni czas wykonywania: {0}</system:String>
|
<system:String x:Key="lastExecuteTime">Ostatni czas wykonywania: {0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">Otwórz</system:String>
|
<system:String x:Key="iconTrayOpen">Otwórz</system:String>
|
||||||
<system:String x:Key="iconTraySettings">Ustawienia</system:String>
|
<system:String x:Key="iconTraySettings">Ustawienia</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">O programie</system:String>
|
<system:String x:Key="iconTrayAbout">O programie</system:String>
|
||||||
<system:String x:Key="iconTrayExit">Wyjdź</system:String>
|
<system:String x:Key="iconTrayExit">Wyjdź</system:String>
|
||||||
<system:String x:Key="closeWindow">Close</system:String>
|
<system:String x:Key="closeWindow">Close</system:String>
|
||||||
<system:String x:Key="copy">Copy</system:String>
|
<system:String x:Key="copy">Copy</system:String>
|
||||||
<system:String x:Key="cut">Cut</system:String>
|
<system:String x:Key="cut">Cut</system:String>
|
||||||
<system:String x:Key="paste">Paste</system:String>
|
<system:String x:Key="paste">Paste</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">Folder</system:String>
|
||||||
<system:String x:Key="textTitle">Text</system:String>
|
<system:String x:Key="textTitle">Text</system:String>
|
||||||
<system:String x:Key="GameMode">Game Mode</system:String>
|
<system:String x:Key="GameMode">Game Mode</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Ustawienia Flow Launcher</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">Ogólne</system:String>
|
<system:String x:Key="flowlauncher_settings">Ustawienia Flow Launcher</system:String>
|
||||||
<system:String x:Key="portableMode">Portable Mode</system:String>
|
<system:String x:Key="general">Ogólne</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="portableMode">Portable Mode</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Uruchamiaj Flow Launcher przy starcie systemu</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="hideFlowLauncherWhenLoseFocus">Ukryj okno Flow Launcher kiedy przestanie ono być aktywne</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Uruchamiaj Flow Launcher przy starcie systemu</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Nie pokazuj powiadomienia o nowej wersji</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ukryj okno Flow Launcher kiedy przestanie ono być aktywne</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">Zapamiętaj ostatnią pozycję okna</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Nie pokazuj powiadomienia o nowej wersji</system:String>
|
||||||
<system:String x:Key="language">Język</system:String>
|
<system:String x:Key="rememberLastLocation">Zapamiętaj ostatnią pozycję okna</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
<system:String x:Key="language">Język</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maksymalna liczba wyników</system:String>
|
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoruj skróty klawiszowe w trybie pełnego ekranu</system:String>
|
<system:String x:Key="maxShowResults">Maksymalna liczba wyników</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="ignoreHotkeysOnFullscreen">Ignoruj skróty klawiszowe w trybie pełnego ekranu</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Default File Manager</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="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Folder biblioteki Python</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
||||||
<system:String x:Key="autoUpdates">Automatyczne aktualizacje</system:String>
|
<system:String x:Key="pythonDirectory">Folder biblioteki Python</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">Wybierz</system:String>
|
<system:String x:Key="autoUpdates">Automatyczne aktualizacje</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Uruchamiaj Flow Launcher zminimalizowany</system:String>
|
<system:String x:Key="selectPythonDirectory">Wybierz</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideOnStartup">Uruchamiaj Flow Launcher zminimalizowany</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</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="ShouldUsePinyin">Should Use Pinyin</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="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">Znajdź więcej wtyczek</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">On</system:String>
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
<system:String x:Key="disable">Wyłącz</system:String>
|
<system:String x:Key="browserMorePlugins">Znajdź więcej wtyczek</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
<system:String x:Key="enable">On</system:String>
|
||||||
<system:String x:Key="actionKeywords">Wyzwalacze</system:String>
|
<system:String x:Key="disable">Wyłącz</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
||||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
<system:String x:Key="actionKeywords">Wyzwalacze</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
||||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
||||||
<system:String x:Key="newPriority">New Priority</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
||||||
<system:String x:Key="priority">Priority</system:String>
|
<system:String x:Key="currentPriority">Current Priority</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Folder wtyczki</system:String>
|
<system:String x:Key="newPriority">New Priority</system:String>
|
||||||
<system:String x:Key="author">by</system:String>
|
<system:String x:Key="priority">Priority</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Czas ładowania:</system:String>
|
<system:String x:Key="pluginDirectory">Folder wtyczki</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Czas zapytania:</system:String>
|
<system:String x:Key="author">by</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| Version</system:String>
|
<system:String x:Key="plugin_init_time">Czas ładowania:</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Website</system:String>
|
<system:String x:Key="plugin_query_time">Czas zapytania:</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">| Version</system:String>
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="plugin_query_web">Website</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
|
||||||
<system:String x:Key="install">Install</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">Skórka</system:String>
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Znajdź więcej skórek</system:String>
|
<system:String x:Key="refresh">Refresh</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
<system:String x:Key="install">Install</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">Czcionka okna zapytania</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">Czcionka okna wyników</system:String>
|
<system:String x:Key="theme">Skórka</system:String>
|
||||||
<system:String x:Key="windowMode">Tryb w oknie</system:String>
|
<system:String x:Key="browserMoreThemes">Znajdź więcej skórek</system:String>
|
||||||
<system:String x:Key="opacity">Przeźroczystość</system:String>
|
<system:String x:Key="howToCreateTheme">How to create a theme</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="hiThere">Hi There</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="queryBoxFont">Czcionka okna zapytania</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
<system:String x:Key="resultItemFont">Czcionka okna wyników</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
<system:String x:Key="windowMode">Tryb w oknie</system:String>
|
||||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
<system:String x:Key="opacity">Przeźroczystość</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">System Default</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="ColorSchemeLight">Light</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="ColorSchemeDark">Dark</system:String>
|
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
||||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
||||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
||||||
<system:String x:Key="hotkey">Skrót klawiszowy</system:String>
|
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Skrót klawiszowy Flow Launcher</system:String>
|
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="Animation">Animation</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Modyfikatory klawiszów otwierających wyniki</system:String>
|
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">Pokaż skrót klawiszowy</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="hotkey">Skrót klawiszowy</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Skrót klawiszowy niestandardowych zapytań</system:String>
|
<system:String x:Key="flowlauncherHotkey">Skrót klawiszowy Flow Launcher</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||||
<system:String x:Key="delete">Usuń</system:String>
|
<system:String x:Key="openResultModifiers">Modyfikatory klawiszów otwierających wyniki</system:String>
|
||||||
<system:String x:Key="edit">Edytuj</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
<system:String x:Key="add">Dodaj</system:String>
|
<system:String x:Key="showOpenResultHotkey">Pokaż skrót klawiszowy</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Musisz coś wybrać</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">Czy jesteś pewien że chcesz usunąć skrót klawiszowy {0} wtyczki?</system:String>
|
<system:String x:Key="customQueryHotkey">Skrót klawiszowy niestandardowych zapytań</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="customQuery">Query</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="delete">Usuń</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="edit">Edytuj</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="add">Dodaj</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Musisz coś wybrać</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">Czy jesteś pewien że chcesz usunąć skrót klawiszowy {0} wtyczki?</system:String>
|
||||||
<system:String x:Key="proxy">Serwer proxy HTTP</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
||||||
<system:String x:Key="enableProxy">Używaj HTTP proxy</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="server">HTTP Serwer</system:String>
|
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
||||||
<system:String x:Key="port">Port</system:String>
|
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
||||||
<system:String x:Key="userName">Nazwa użytkownika</system:String>
|
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
||||||
<system:String x:Key="password">Hasło</system:String>
|
|
||||||
<system:String x:Key="testProxy">Sprawdź proxy</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">Zapisz</system:String>
|
<system:String x:Key="proxy">Serwer proxy HTTP</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">Nazwa serwera nie może być pusta</system:String>
|
<system:String x:Key="enableProxy">Używaj HTTP proxy</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">Numer portu nie może być pusty</system:String>
|
<system:String x:Key="server">HTTP Serwer</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">Nieprawidłowy format numeru portu</system:String>
|
<system:String x:Key="port">Port</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">Ustawienia proxy zostały zapisane</system:String>
|
<system:String x:Key="userName">Nazwa użytkownika</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">Proxy zostało skonfigurowane poprawnie</system:String>
|
<system:String x:Key="password">Hasło</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">Nie udało się połączyć z serwerem proxy</system:String>
|
<system:String x:Key="testProxy">Sprawdź proxy</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">Zapisz</system:String>
|
||||||
<system:String x:Key="about">O programie</system:String>
|
<system:String x:Key="serverCantBeEmpty">Nazwa serwera nie może być pusta</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="portCantBeEmpty">Numer portu nie może być pusty</system:String>
|
||||||
<system:String x:Key="github">Github</system:String>
|
<system:String x:Key="invalidPortFormat">Nieprawidłowy format numeru portu</system:String>
|
||||||
<system:String x:Key="docs">Docs</system:String>
|
<system:String x:Key="saveProxySuccessfully">Ustawienia proxy zostały zapisane</system:String>
|
||||||
<system:String x:Key="version">Wersja</system:String>
|
<system:String x:Key="proxyIsCorrect">Proxy zostało skonfigurowane poprawnie</system:String>
|
||||||
<system:String x:Key="about_activate_times">Uaktywniłeś Flow Launcher {0} razy</system:String>
|
<system:String x:Key="proxyConnectFailed">Nie udało się połączyć z serwerem proxy</system:String>
|
||||||
<system:String x:Key="checkUpdates">Szukaj aktualizacji</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">Nowa wersja {0} jest dostępna, uruchom ponownie Flow Launcher</system:String>
|
<!-- Setting About -->
|
||||||
<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="about">O programie</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">Website</system:String>
|
||||||
Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com,
|
<system:String x:Key="github">Github</system:String>
|
||||||
or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
<system:String x:Key="docs">Docs</system:String>
|
||||||
|
<system:String x:Key="version">Wersja</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">Uaktywniłeś Flow Launcher {0} razy</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Szukaj aktualizacji</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">Nowa wersja {0} jest dostępna, uruchom ponownie 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="downloadUpdatesFailed">
|
||||||
|
Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com,
|
||||||
|
or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Zmiany:</system:String>
|
<system:String x:Key="releaseNotes">Zmiany:</system:String>
|
||||||
<system:String x:Key="documentation">Usage Tips</system:String>
|
<system:String x:Key="documentation">Usage Tips</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">DevTools</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="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<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="fileManagerWindow">Select File Manager</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_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_name">File Manager</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_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_name">File Manager</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">Default Web 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>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</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_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</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>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">Stary wyzwalacz</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="newActionKeywords">Nowy wyzwalacz</system:String>
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||||
<system:String x:Key="cancel">Anuluj</system:String>
|
|
||||||
<system:String x:Key="done">Zapisz</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">Nie można odnaleźć podanej wtyczki</system:String>
|
<system:String x:Key="oldActionKeywords">Stary wyzwalacz</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nowy wyzwalacz nie może być pusty</system:String>
|
<system:String x:Key="newActionKeywords">Nowy wyzwalacz</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Ten wyzwalacz został już przypisany do innej wtyczki, musisz podać inny wyzwalacz.</system:String>
|
<system:String x:Key="cancel">Anuluj</system:String>
|
||||||
<system:String x:Key="success">Sukces</system:String>
|
<system:String x:Key="done">Zapisz</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">Nie można odnaleźć podanej wtyczki</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Użyj * jeżeli nie chcesz podawać wyzwalacza</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nowy wyzwalacz nie może być pusty</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Ten wyzwalacz został już przypisany do innej wtyczki, musisz podać inny wyzwalacz.</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Skrót klawiszowy niestandardowych zapyta</system:String>
|
<system:String x:Key="success">Sukces</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
||||||
<system:String x:Key="preview">Podgląd</system:String>
|
<system:String x:Key="actionkeyword_tips">Użyj * jeżeli nie chcesz podawać wyzwalacza</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Skrót klawiszowy jest niedostępny, musisz podać inny skrót klawiszowy</system:String>
|
|
||||||
<system:String x:Key="invalidPluginHotkey">Niepoprawny skrót klawiszowy</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="update">Aktualizuj</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Skrót klawiszowy niestandardowych zapyta</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">Niepoprawny skrót klawiszowy</system:String>
|
<system:String x:Key="preview">Podgląd</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="hotkeyIsNotUnavailable">Skrót klawiszowy jest niedostępny, musisz podać inny skrót klawiszowy</system:String>
|
||||||
<system:String x:Key="reportWindow_version">Wersja</system:String>
|
<system:String x:Key="invalidPluginHotkey">Niepoprawny skrót klawiszowy</system:String>
|
||||||
<system:String x:Key="reportWindow_time">Czas</system:String>
|
<system:String x:Key="update">Aktualizuj</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">Proszę powiedz nam co się stało zanim wystąpił błąd dzięki czemu będziemy mogli go naprawić (tylko po angielsku)</system:String>
|
|
||||||
<system:String x:Key="reportWindow_send_report">Wyślij raport błędu</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_cancel">Anuluj</system:String>
|
<system:String x:Key="hotkeyUnavailable">Niepoprawny skrót klawiszowy</system:String>
|
||||||
<system:String x:Key="reportWindow_general">Ogólne</system:String>
|
|
||||||
<system:String x:Key="reportWindow_exceptions">Wyjątki</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exception_type">Typ wyjątku</system:String>
|
<system:String x:Key="reportWindow_version">Wersja</system:String>
|
||||||
<system:String x:Key="reportWindow_source">Źródło</system:String>
|
<system:String x:Key="reportWindow_time">Czas</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">Stos wywołań</system:String>
|
<system:String x:Key="reportWindow_reproduce">Proszę powiedz nam co się stało zanim wystąpił błąd dzięki czemu będziemy mogli go naprawić (tylko po angielsku)</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">Wysyłam raport...</system:String>
|
<system:String x:Key="reportWindow_send_report">Wyślij raport błędu</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Raport wysłany pomyślnie</system:String>
|
<system:String x:Key="reportWindow_cancel">Anuluj</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Nie udało się wysłać raportu</system:String>
|
<system:String x:Key="reportWindow_general">Ogólne</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">W programie Flow Launcher wystąpił błąd</system:String>
|
<system:String x:Key="reportWindow_exceptions">Wyjątki</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_exception_type">Typ wyjątku</system:String>
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="reportWindow_source">Źródło</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_stack_trace">Stos wywołań</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
<system:String x:Key="reportWindow_sending">Wysyłam raport...</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="reportWindow_report_succeed">Raport wysłany pomyślnie</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="reportWindow_report_failed">Nie udało się wysłać raportu</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">W programie Flow Launcher wystąpił błąd</system:String>
|
||||||
<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.
|
<!-- General Notice -->
|
||||||
Please manually move your profile data folder from {0} to {1}
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
||||||
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</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_update_found">Update found</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
||||||
|
<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.
|
||||||
|
Please manually move your profile data folder from {0} to {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">New Update</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Nowa wersja Flow Launcher {0} jest dostępna</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">Nowa wersja Flow Launcher {0} jest dostępna</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Wystąpił błąd podczas instalowania aktualizacji programu</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Wystąpił błąd podczas instalowania aktualizacji programu</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Aktualizuj</system:String>
|
<system:String x:Key="update_flowlauncher_update">Aktualizuj</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_cancel">Anuluj</system:String>
|
<system:String x:Key="update_flowlauncher_update_cancel">Anuluj</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Update Failed</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">Aby dokończyć proces aktualizacji Flow Launcher musi zostać zresetowany</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Aby dokończyć proces aktualizacji Flow Launcher musi zostać zresetowany</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">Następujące pliki zostaną zaktualizowane</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">Następujące pliki zostaną zaktualizowane</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_files">Aktualizuj pliki</system:String>
|
<system:String x:Key="update_flowlauncher_update_files">Aktualizuj pliki</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_description">Opis aktualizacji</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_description">Opis aktualizacji</system:String>
|
||||||
<!-- Welcome Window -->
|
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Skip">Skip</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_Title">Welcome to 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_Text01">Hello, this is the first time you are running 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_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_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_Title">Search and run all files and applications on your PC</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_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_Page3_Title">Hotkeys</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_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Hotkeys</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_Title">Action Keyword and Commands</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Let's Start 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_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendWeather">Weather</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetooth">Bluetooth</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="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,267 +1,288 @@
|
||||||
<?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 registar tecla de atalho: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Falha ao registar tecla de atalho: {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">Não foi possível iniciar {0}</system:String>
|
<system:String x:Key="couldnotStartCmd">Não foi possível iniciar {0}</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato do ficheiro inválido como plugin</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Formato do ficheiro inválido como plugin</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">Definir como principal para esta consulta</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">Definir como principal para esta consulta</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">Cancelar como principal para esta consulta</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">Cancelar como principal para esta consulta</system:String>
|
||||||
<system:String x:Key="executeQuery">Executar consulta: {0}</system:String>
|
<system:String x:Key="executeQuery">Executar consulta: {0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">Última execução: {0}</system:String>
|
<system:String x:Key="lastExecuteTime">Última execução: {0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">Abrir</system:String>
|
<system:String x:Key="iconTrayOpen">Abrir</system:String>
|
||||||
<system:String x:Key="iconTraySettings">Definições</system:String>
|
<system:String x:Key="iconTraySettings">Definições</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">Acerca</system:String>
|
<system:String x:Key="iconTrayAbout">Acerca</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">Copiar</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="fileTitle">Ficheiro</system:String>
|
<system:String x:Key="fileTitle">Ficheiro</system:String>
|
||||||
<system:String x:Key="folderTitle">Pasta</system:String>
|
<system:String x:Key="folderTitle">Pasta</system:String>
|
||||||
<system:String x:Key="textTitle">Texto</system:String>
|
<system:String x:Key="textTitle">Texto</system:String>
|
||||||
<system:String x:Key="GameMode">Modo de jogo</system:String>
|
<system:String x:Key="GameMode">Modo de jogo</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Suspender utilização das teclas de atalho</system:String>
|
<system:String x:Key="GameModeToolTip">Suspender utilização das teclas de atalho</system:String>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Definições Flow Launcher</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">Geral</system:String>
|
<system:String x:Key="flowlauncher_settings">Definições Flow Launcher</system:String>
|
||||||
<system:String x:Key="portableMode">Modo portátil</system:String>
|
<system:String x:Key="general">Geral</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">Guardar todas as definições e dados do utilizador numa pasta (indicado se utilizar discos amovíveis ou serviços cloud)</system:String>
|
<system:String x:Key="portableMode">Modo portátil</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Iniciar Flow Launcher ao arrancar o sistema</system:String>
|
<system:String x:Key="portableModeToolTIp">Guardar todas as definições e dados do utilizador numa pasta (indicado se utilizar discos amovíveis ou serviços cloud)</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher ao perder o foco</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Iniciar Flow Launcher ao arrancar o sistema</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Não notificar acerca de novas versões</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ocultar Flow Launcher ao perder o foco</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">Memorizar localização anterior</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Não notificar acerca de novas versões</system:String>
|
||||||
<system:String x:Key="language">Idioma</system:String>
|
<system:String x:Key="rememberLastLocation">Memorizar localização anterior</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Estilo da última consulta</system:String>
|
<system:String x:Key="language">Idioma</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Mostrar/ocultar resultados anteriores ao reiniciar Flow Launcher</system:String>
|
<system:String x:Key="lastQueryMode">Estilo da última consulta</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Manter última consulta</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Mostrar/ocultar resultados anteriores ao reiniciar Flow Launcher</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Selecionar última consulta</system:String>
|
<system:String x:Key="LastQueryPreserved">Manter última consulta</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Limpar última consulta</system:String>
|
<system:String x:Key="LastQuerySelected">Selecionar última consulta</system:String>
|
||||||
<system:String x:Key="maxShowResults">Número máximo de resultados</system:String>
|
<system:String x:Key="LastQueryEmpty">Limpar última consulta</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar teclas de atalho se em ecrã completo</system:String>
|
<system:String x:Key="maxShowResults">Número máximo de resultados</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Desativar ativação do Flow Launcher se alguma aplicação estiver em ecrã completo (recomendado para jogos)</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar teclas de atalho se em ecrã completo</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Gestor de ficheiros padrão</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Desativar ativação do Flow Launcher se alguma aplicação estiver em ecrã completo (recomendado para jogos)</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Selecione o gestor de ficheiros utilizado para abrir a página</system:String>
|
<system:String x:Key="defaultFileManager">Gestor de ficheiros padrão</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Navegador web padrão</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Selecione o gestor de ficheiros utilizado para abrir a página</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Definições para Novo separador, Nova Janela e Modo privado</system:String>
|
<system:String x:Key="defaultBrowser">Navegador web padrão</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Diretório Python</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Definições para Novo separador, Nova Janela e Modo privado</system:String>
|
||||||
<system:String x:Key="autoUpdates">Atualização automática</system:String>
|
<system:String x:Key="pythonDirectory">Diretório Python</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">Selecionar</system:String>
|
<system:String x:Key="autoUpdates">Atualização automática</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher ao arrancar</system:String>
|
<system:String x:Key="selectPythonDirectory">Selecionar</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Ocultar ícone na bandeja</system:String>
|
<system:String x:Key="hideOnStartup">Ocultar Flow Launcher ao arrancar</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Precisão da consulta</system:String>
|
<system:String x:Key="hideNotifyIcon">Ocultar ícone na bandeja</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Altera a precisão mínima necessário para obter resultados</system:String>
|
<system:String x:Key="querySearchPrecision">Precisão da consulta</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Utilizar Pinyin</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Altera a precisão mínima necessário para obter resultados</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Permitir Pinyin para a pesquisa. Pinyin é o sistema padrão da ortografia romanizada para tradução de mandarim</system:String>
|
<system:String x:Key="ShouldUsePinyin">Utilizar Pinyin</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">O efeito sombra não é permitido com este tema porque o efeito desfocar está ativo</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Permitir Pinyin para a pesquisa. Pinyin é o sistema padrão da ortografia romanizada para tradução de mandarim</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">O efeito sombra não é permitido com este tema porque o efeito desfocar está ativo</system:String>
|
||||||
<system:String x:Key="plugin">Plugins</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">Mais plugins</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">Ativo</system:String>
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
<system:String x:Key="disable">Inativo</system:String>
|
<system:String x:Key="browserMorePlugins">Mais plugins</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Definição de palavra-chave</system:String>
|
<system:String x:Key="enable">Ativo</system:String>
|
||||||
<system:String x:Key="actionKeywords">Palavra-chave da ação</system:String>
|
<system:String x:Key="disable">Inativo</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Palavra-chave atual</system:String>
|
<system:String x:Key="actionKeywordsTitle">Definição de palavra-chave</system:String>
|
||||||
<system:String x:Key="newActionKeyword">Nova palavra-chave</system:String>
|
<system:String x:Key="actionKeywords">Palavra-chave da ação</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Alterar palavras-chave</system:String>
|
<system:String x:Key="currentActionKeywords">Palavra-chave atual</system:String>
|
||||||
<system:String x:Key="currentPriority">Prioridade atual</system:String>
|
<system:String x:Key="newActionKeyword">Nova palavra-chave</system:String>
|
||||||
<system:String x:Key="newPriority">Nova prioridade</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Alterar palavras-chave</system:String>
|
||||||
<system:String x:Key="priority">Prioridade</system:String>
|
<system:String x:Key="currentPriority">Prioridade atual</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Diretório de plugins</system:String>
|
<system:String x:Key="newPriority">Nova prioridade</system:String>
|
||||||
<system:String x:Key="author">de</system:String>
|
<system:String x:Key="priority">Prioridade</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Tempo de arranque:</system:String>
|
<system:String x:Key="pluginDirectory">Diretório de plugins</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Tempo de consulta:</system:String>
|
<system:String x:Key="author">de</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| Versão</system:String>
|
<system:String x:Key="plugin_init_time">Tempo de arranque:</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Site</system:String>
|
<system:String x:Key="plugin_query_time">Tempo de consulta:</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">| Versão</system:String>
|
||||||
<system:String x:Key="pluginStore">Loja de plugins</system:String>
|
<system:String x:Key="plugin_query_web">Site</system:String>
|
||||||
<system:String x:Key="refresh">Recarregar</system:String>
|
|
||||||
<system:String x:Key="install">Instalar</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">Tema</system:String>
|
<system:String x:Key="pluginStore">Loja de plugins</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Galeria de temas</system:String>
|
<system:String x:Key="refresh">Recarregar</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">Como criar um tema</system:String>
|
<system:String x:Key="install">Instalar</system:String>
|
||||||
<system:String x:Key="hiThere">Olá</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">Tipo de letra da consulta</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">Tipo de letra dos resultados</system:String>
|
<system:String x:Key="theme">Tema</system:String>
|
||||||
<system:String x:Key="windowMode">Modo da janela</system:String>
|
<system:String x:Key="browserMoreThemes">Galeria de temas</system:String>
|
||||||
<system:String x:Key="opacity">Opacidade</system:String>
|
<system:String x:Key="howToCreateTheme">Como criar um tema</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">O tema {0} não existe e será utilizado o tema padrão</system:String>
|
<system:String x:Key="hiThere">Olá</system:String>
|
||||||
<system:String x:Key="theme_load_failure_parse_error">Não foi possível carregar o tema {0}, será utilizado o tema padrão</system:String>
|
<system:String x:Key="queryBoxFont">Tipo de letra da consulta</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Pasta de temas</system:String>
|
<system:String x:Key="resultItemFont">Tipo de letra dos resultados</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Abrir pasta de temas</system:String>
|
<system:String x:Key="windowMode">Modo da janela</system:String>
|
||||||
<system:String x:Key="ColorScheme">Esquema de cores</system:String>
|
<system:String x:Key="opacity">Opacidade</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">Padrão do sistema</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">O tema {0} não existe e será utilizado o tema padrão</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">Claro</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">Não foi possível carregar o tema {0}, será utilizado o tema padrão</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Escuro</system:String>
|
<system:String x:Key="ThemeFolder">Pasta de temas</system:String>
|
||||||
<system:String x:Key="SoundEffect">Efeitos sonoros</system:String>
|
<system:String x:Key="OpenThemeFolder">Abrir pasta de temas</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Reproduzir um som ao abrir a janela de pesquisa</system:String>
|
<system:String x:Key="ColorScheme">Esquema de cores</system:String>
|
||||||
<system:String x:Key="Animation">Animação</system:String>
|
<system:String x:Key="ColorSchemeSystem">Padrão do sistema</system:String>
|
||||||
<system:String x:Key="AnimationTip">Utilizar animações na aplicação</system:String>
|
<system:String x:Key="ColorSchemeLight">Claro</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">Escuro</system:String>
|
||||||
<system:String x:Key="hotkey">Tecla de atalho</system:String>
|
<system:String x:Key="SoundEffect">Efeitos sonoros</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Tecla de atalho Flow Launcher</system:String>
|
<system:String x:Key="SoundEffectTip">Reproduzir um som ao abrir a janela de pesquisa</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Introduza o atalho para mostrar/ocultar Flow Launcher</system:String>
|
<system:String x:Key="Animation">Animação</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Tecla modificadora para os resultados</system:String>
|
<system:String x:Key="AnimationTip">Utilizar animações na aplicação</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Selecione a tecla modificadora para abrir o resultado com o teclado</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">Mostrar tecla de atalho</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Mostrar tecla de atalho perto dos resultados</system:String>
|
<system:String x:Key="hotkey">Tecla de atalho</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Tecla de atalho personalizada</system:String>
|
<system:String x:Key="flowlauncherHotkey">Tecla de atalho Flow Launcher</system:String>
|
||||||
<system:String x:Key="customQuery">Consulta</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Introduza o atalho para mostrar/ocultar Flow Launcher</system:String>
|
||||||
<system:String x:Key="delete">Eliminar</system:String>
|
<system:String x:Key="openResultModifiers">Tecla modificadora para os resultados</system:String>
|
||||||
<system:String x:Key="edit">Editar</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Selecione a tecla modificadora para abrir o resultado com o teclado</system:String>
|
||||||
<system:String x:Key="add">Adicionar</system:String>
|
<system:String x:Key="showOpenResultHotkey">Mostrar tecla de atalho</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Selecione um item</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Mostrar tecla de atalho perto dos resultados</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">Tem a certeza de que deseja remover a tecla de atalho do plugin {0}?</system:String>
|
<system:String x:Key="customQueryHotkey">Tecla de atalho personalizada</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Efeito de sombra da janela</system:String>
|
<system:String x:Key="customQuery">Consulta</system:String>
|
||||||
<system:String x:Key="shadowEffectCPUUsage">Este efeito intensifica a utilização da GPU. Não deve ativar esta opção se o desempenho do seu computador for fraco.</system:String>
|
<system:String x:Key="delete">Eliminar</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Largura da janela</system:String>
|
<system:String x:Key="edit">Editar</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Utilizar ícones Segoe Fluent</system:String>
|
<system:String x:Key="add">Adicionar</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Se possível, utilizar ícones Segoe Fluent para os resultados</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Selecione um item</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">Tem a certeza de que deseja remover a tecla de atalho do plugin {0}?</system:String>
|
||||||
<system:String x:Key="proxy">Proxy HTTP</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Efeito de sombra da janela</system:String>
|
||||||
<system:String x:Key="enableProxy">Ativar proxy HTTP</system:String>
|
<system:String x:Key="shadowEffectCPUUsage">Este efeito intensifica a utilização da GPU. Não deve ativar esta opção se o desempenho do seu computador for fraco.</system:String>
|
||||||
<system:String x:Key="server">Servidor HTTP</system:String>
|
<system:String x:Key="windowWidthSize">Largura da janela</system:String>
|
||||||
<system:String x:Key="port">Porta</system:String>
|
<system:String x:Key="useGlyphUI">Utilizar ícones Segoe Fluent</system:String>
|
||||||
<system:String x:Key="userName">Nome de utilizador</system:String>
|
<system:String x:Key="useGlyphUIEffect">Se possível, utilizar ícones Segoe Fluent para os resultados</system:String>
|
||||||
<system:String x:Key="password">Palavra-passe</system:String>
|
|
||||||
<system:String x:Key="testProxy">Testar</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">Guardar</system:String>
|
<system:String x:Key="proxy">Proxy HTTP</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">Campo Servidor não pode estar vazio</system:String>
|
<system:String x:Key="enableProxy">Ativar proxy HTTP</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">Campo Porta não pode estar vazio</system:String>
|
<system:String x:Key="server">Servidor HTTP</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">Formato de porta inválido</system:String>
|
<system:String x:Key="port">Porta</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">Configuração proxy guardada com sucesso</system:String>
|
<system:String x:Key="userName">Nome de utilizador</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">Proxy configurado corretamente</system:String>
|
<system:String x:Key="password">Palavra-passe</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">Falha na ligação ao proxy</system:String>
|
<system:String x:Key="testProxy">Testar</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">Guardar</system:String>
|
||||||
<system:String x:Key="about">Acerca</system:String>
|
<system:String x:Key="serverCantBeEmpty">Campo Servidor não pode estar vazio</system:String>
|
||||||
<system:String x:Key="website">Site</system:String>
|
<system:String x:Key="portCantBeEmpty">Campo Porta não pode estar vazio</system:String>
|
||||||
<system:String x:Key="github">GitHub</system:String>
|
<system:String x:Key="invalidPortFormat">Formato de porta inválido</system:String>
|
||||||
<system:String x:Key="docs">Documentação</system:String>
|
<system:String x:Key="saveProxySuccessfully">Configuração proxy guardada com sucesso</system:String>
|
||||||
<system:String x:Key="version">Versão</system:String>
|
<system:String x:Key="proxyIsCorrect">Proxy configurado corretamente</system:String>
|
||||||
<system:String x:Key="about_activate_times">Ativou o Flow Launcher {0} vezes</system:String>
|
<system:String x:Key="proxyConnectFailed">Falha na ligação ao proxy</system:String>
|
||||||
<system:String x:Key="checkUpdates">Procurar atualizações</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">Está disponível a versão {0}. Gostaria de reiniciar Flow Launcher para atualizar a sua versão?</system:String>
|
<!-- Setting About -->
|
||||||
<system:String x:Key="checkUpdatesFailed">Erro ao procurar atualizações. Verifique a sua ligação e as definições do proxy estabelecidas para api.github.com</system:String>
|
<system:String x:Key="about">Acerca</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">Site</system:String>
|
||||||
|
<system:String x:Key="github">GitHub</system:String>
|
||||||
|
<system:String x:Key="docs">Documentação</system:String>
|
||||||
|
<system:String x:Key="version">Versão</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">Ativou o Flow Launcher {0} vezes</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Procurar atualizações</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">Está disponível a versão {0}. Gostaria de reiniciar Flow Launcher para atualizar a sua versão?</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">Erro ao procurar atualizações. Verifique a sua ligação e as definições do proxy estabelecidas para api.github.com</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
Não foi possível descarregar a atualização. Verifique a sua ligação e as definições do proxy estabelecidas para github-cloud.s3.amazonaws.com ou aceda a https://github.com/Flow-Launcher/Flow.Launcher/releases para descarregar a atualização.
|
Não foi possível descarregar a atualização. Verifique a sua ligação e as definições do proxy estabelecidas para github-cloud.s3.amazonaws.com ou aceda a https://github.com/Flow-Launcher/Flow.Launcher/releases para descarregar a atualização.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Notas da versão</system:String>
|
<system:String x:Key="releaseNotes">Notas da versão</system:String>
|
||||||
<system:String x:Key="documentation">Dicas de utilização</system:String>
|
<system:String x:Key="documentation">Dicas de utilização</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">DevTools</system:String>
|
||||||
<system:String x:Key="settingfolder">Pasta de definições</system:String>
|
<system:String x:Key="settingfolder">Pasta de definições</system:String>
|
||||||
<system:String x:Key="logfolder">Pasta de registos</system:String>
|
<system:String x:Key="logfolder">Pasta de registos</system:String>
|
||||||
<system:String x:Key="welcomewindow">Assistente</system:String>
|
<system:String x:Key="welcomewindow">Assistente</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">Selecione o gestor de ficheiros</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManager_tips">Especifique a localização do executável do gestor de ficheiros e, eventualmente, alguns argumentos. Os argumentos padrão são "%d" e o caminho é introduzido nesse local. Por exemplo, se necessitar de um comando como "totalcmd.exe /A c:\windows", o argumento é /A "%d".</system:String>
|
<system:String x:Key="fileManagerWindow">Selecione o gestor de ficheiros</system:String>
|
||||||
<system:String x:Key="fileManager_tips2">"%f" é o argumento que representa o caminho do ficheiro. É utilizado para dar ênfase ao nome do ficheiro ou da pasta se utilizar um gestor de ficheiros não nativo. Este argumento apenas está disponível para o item "Argumento para ficheiro". Se o seu gestor de ficheiros não possuir esta funcionalidade, pode utilizar "%d".</system:String>
|
<system:String x:Key="fileManager_tips">Especifique a localização do executável do gestor de ficheiros e, eventualmente, alguns argumentos. Os argumentos padrão são "%d" e o caminho é introduzido nesse local. Por exemplo, se necessitar de um comando como "totalcmd.exe /A c:\windows", o argumento é /A "%d".</system:String>
|
||||||
<system:String x:Key="fileManager_name">Gestor de ficheiros</system:String>
|
<system:String x:Key="fileManager_tips2">"%f" é o argumento que representa o caminho do ficheiro. É utilizado para dar ênfase ao nome do ficheiro ou da pasta se utilizar um gestor de ficheiros não nativo. Este argumento apenas está disponível para o item "Argumento para ficheiro". Se o seu gestor de ficheiros não possuir esta funcionalidade, pode utilizar "%d".</system:String>
|
||||||
<system:String x:Key="fileManager_profile_name">Nome do perfil</system:String>
|
<system:String x:Key="fileManager_name">Gestor de ficheiros</system:String>
|
||||||
<system:String x:Key="fileManager_path">Caminho do gestor de ficheiros</system:String>
|
<system:String x:Key="fileManager_profile_name">Nome do perfil</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Argumento para pasta</system:String>
|
<system:String x:Key="fileManager_path">Caminho do gestor de ficheiros</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Argumento para ficheiro</system:String>
|
<system:String x:Key="fileManager_directory_arg">Argumento para pasta</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">Argumento para ficheiro</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">Navegador web padrão</system:String>
|
|
||||||
<system:String x:Key="defaultBrowser_tips">A definição padrão é a que for definida pelo sistema operativo. Se especificado outro, Flow Launcher utiliza esse navegador.</system:String>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">Navegador</system:String>
|
<system:String x:Key="defaultBrowserTitle">Navegador web padrão</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Nome do navegador</system:String>
|
<system:String x:Key="defaultBrowser_tips">A definição padrão é a que for definida pelo sistema operativo. Se especificado outro, Flow Launcher utiliza esse navegador.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Caminho do navegador</system:String>
|
<system:String x:Key="defaultBrowser_name">Navegador</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">Nova janela</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Nome do navegador</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">Novo separador</system:String>
|
<system:String x:Key="defaultBrowser_path">Caminho do navegador</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Modo privado</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">Nova janela</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">Novo separador</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">Alterar prioridade</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Modo privado</system:String>
|
||||||
<system:String x:Key="priority_tips">Quanto maior for o número, melhor avaliação terá o resultado. Experimente com o número 5. Se quiser que os resultados sejam inferiores aos dos outros plugins, indique um número negativo.</system:String>
|
|
||||||
<system:String x:Key="invalidPriority">Tem que indicar um valor inteiro para a prioridade!</system:String>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">Alterar prioridade</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">Palavra-chave atual</system:String>
|
<system:String x:Key="priority_tips">Quanto maior for o número, melhor avaliação terá o resultado. Experimente com o número 5. Se quiser que os resultados sejam inferiores aos dos outros plugins, indique um número negativo.</system:String>
|
||||||
<system:String x:Key="newActionKeywords">Nova palavra-chave</system:String>
|
<system:String x:Key="invalidPriority">Tem que indicar um valor inteiro para a prioridade!</system:String>
|
||||||
<system:String x:Key="cancel">Cancelar</system:String>
|
|
||||||
<system:String x:Key="done">Feito</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">Plugin não encontrado</system:String>
|
<system:String x:Key="oldActionKeywords">Palavra-chave atual</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">A nova palavra-chave não pode estar vazia</system:String>
|
<system:String x:Key="newActionKeywords">Nova palavra-chave</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Esta palavra-chave já está associada a um plugin. Por favor escolha outra.</system:String>
|
<system:String x:Key="cancel">Cancelar</system:String>
|
||||||
<system:String x:Key="success">Sucesso</system:String>
|
<system:String x:Key="done">Feito</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Terminado com sucesso</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">Plugin não encontrado</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Introduza a palavra-chave a utilizar para iniciar o plugin. Utilize * se não quiser utilizar esta funcionalidade e o plugin não será ativado com palavras-chave.</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">A nova palavra-chave não pode estar vazia</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Esta palavra-chave já está associada a um plugin. Por favor escolha outra.</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Tecla de atalho personalizada</system:String>
|
<system:String x:Key="success">Sucesso</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Prima a tecla de atalho personalizada para introduzir automaticamente a consulta especificada</system:String>
|
<system:String x:Key="completedSuccessfully">Terminado com sucesso</system:String>
|
||||||
<system:String x:Key="preview">Antevisão</system:String>
|
<system:String x:Key="actionkeyword_tips">Introduza a palavra-chave a utilizar para iniciar o plugin. Utilize * se não quiser utilizar esta funcionalidade e o plugin não será ativado com palavras-chave.</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Tecla de atalho indisponível, por favor escolha outra</system:String>
|
|
||||||
<system:String x:Key="invalidPluginHotkey">Tecla de atalho inválida</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="update">Atualizar</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Tecla de atalho personalizada</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="customeQueryHotkeyTips">Prima a tecla de atalho personalizada para introduzir automaticamente a consulta especificada</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">Tecla de atalho indisponível</system:String>
|
<system:String x:Key="preview">Antevisão</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="hotkeyIsNotUnavailable">Tecla de atalho indisponível, por favor escolha outra</system:String>
|
||||||
<system:String x:Key="reportWindow_version">Versão</system:String>
|
<system:String x:Key="invalidPluginHotkey">Tecla de atalho inválida</system:String>
|
||||||
<system:String x:Key="reportWindow_time">Hora</system:String>
|
<system:String x:Key="update">Atualizar</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">Indique-nos como é que o erro ocorreu para que o possamos corrigir</system:String>
|
|
||||||
<system:String x:Key="reportWindow_send_report">Enviar relatório</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_cancel">Cancelar</system:String>
|
<system:String x:Key="hotkeyUnavailable">Tecla de atalho indisponível</system:String>
|
||||||
<system:String x:Key="reportWindow_general">Geral</system:String>
|
|
||||||
<system:String x:Key="reportWindow_exceptions">Exceções</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exception_type">Tipo de exceção</system:String>
|
<system:String x:Key="reportWindow_version">Versão</system:String>
|
||||||
<system:String x:Key="reportWindow_source">Origem</system:String>
|
<system:String x:Key="reportWindow_time">Hora</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">Stack Trace</system:String>
|
<system:String x:Key="reportWindow_reproduce">Indique-nos como é que o erro ocorreu para que o possamos corrigir</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">A enviar</system:String>
|
<system:String x:Key="reportWindow_send_report">Enviar relatório</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Relatório enviado com sucesso</system:String>
|
<system:String x:Key="reportWindow_cancel">Cancelar</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Falha ao enviar o relatório</system:String>
|
<system:String x:Key="reportWindow_general">Geral</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Ocorreu um erro</system:String>
|
<system:String x:Key="reportWindow_exceptions">Exceções</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_exception_type">Tipo de exceção</system:String>
|
||||||
<system:String x:Key="pleaseWait">Por favor aguarde...</system:String>
|
<system:String x:Key="reportWindow_source">Origem</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_stack_trace">Stack Trace</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">A procurar atualizações...</system:String>
|
<system:String x:Key="reportWindow_sending">A enviar</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_already_on_latest">A sua versão de Flow Launcher é a mais recente</system:String>
|
<system:String x:Key="reportWindow_report_succeed">Relatório enviado com sucesso</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Atualização encontrada</system:String>
|
<system:String x:Key="reportWindow_report_failed">Falha ao enviar o relatório</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">A atualizar...</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Ocorreu um erro</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
|
||||||
|
<!-- General Notice -->
|
||||||
|
<system:String x:Key="pleaseWait">Por favor aguarde...</system:String>
|
||||||
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">A procurar atualizações...</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_already_on_latest">A sua versão de Flow Launcher é a mais recente</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_found">Atualização encontrada</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">A atualizar...</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||||||
Flow Launcher não conseguiu mover o seu perfil de dados para a nova versão.
|
Flow Launcher não conseguiu mover o seu perfil de dados para a nova versão.
|
||||||
Queira por favor mover a pasta do seu perfil de {0} para {1}
|
Queira por favor mover a pasta do seu perfil de {0} para {1}
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_new_update">Nova atualização</system:String>
|
<system:String x:Key="update_flowlauncher_new_update">Nova atualização</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Está disponível a versão {0} do Flow Launcher</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">Está disponível a versão {0} do Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Ocorreu um erro ao tentar instalar as atualizações</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Ocorreu um erro ao tentar instalar as atualizações</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">Falha ao atualizar</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Falha ao atualizar</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_check_connection">Verifique a sua ligação e as definições do proxy estabelecidas para github-cloud.s3.amazonaws.com</system:String>
|
<system:String x:Key="update_flowlauncher_check_connection">Verifique a sua ligação e as definições do proxy estabelecidas para github-cloud.s3.amazonaws.com</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Esta atualização irá reiniciar o Flow Launcher</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Esta atualização irá reiniciar o Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">Os seguintes ficheiros serão atualizados</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">Os seguintes ficheiros serão atualizados</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_files">Atualizar ficheiros</system:String>
|
<system:String x:Key="update_flowlauncher_update_files">Atualizar ficheiros</system:String>
|
||||||
<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 -->
|
|
||||||
<system:String x:Key="Skip">Ignorar</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Obrigado por utilizar Flow Launcher</system:String>
|
<system:String x:Key="Skip">Ignorar</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text01">Esta é a primeira vez que está a utilizar Flow Launcher!</system:String>
|
<system:String x:Key="Welcome_Page1_Title">Obrigado por utilizar Flow Launcher</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text02">Antes de utilizar a aplicação, este assistente ajuda a configurar Flow Launcher. Caso pretenda, pode ignorar este passo. Por favor escolha um idioma.</system:String>
|
<system:String x:Key="Welcome_Page1_Text01">Esta é a primeira vez que está a utilizar Flow Launcher!</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Title">Pesquise ficheiros/pastas e execute aplicações no seu computador
|
<system:String x:Key="Welcome_Page1_Text02">Antes de utilizar a aplicação, este assistente ajuda a configurar Flow Launcher. Caso pretenda, pode ignorar este passo. Por favor escolha um idioma.</system:String>
|
||||||
</system:String>
|
<system:String x:Key="Welcome_Page2_Title">Pesquise ficheiros/pastas e execute aplicações no seu computador</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text01">Pode pesquisar aplicações, ficheiros, marcadores, YouTube, Twitter e muito mais. Tudo isto é efetuado através do teclado, dispensando a utilização do rato</system:String>
|
<system:String x:Key="Welcome_Page2_Text01">Pode pesquisar aplicações, ficheiros, marcadores, YouTube, Twitter e muito mais. Tudo isto é efetuado através do teclado, dispensando a utilização do rato</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher é iniciado com a tecla de atalho abaixo. Experimente. Para alterar esta tecla de atalho, clique no valor e escolha a combinação de teclas a utilizar.</system:String>
|
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher é iniciado com a tecla de atalho abaixo. Experimente. Para alterar esta tecla de atalho, clique no valor e escolha a combinação de teclas a utilizar</system:String>
|
||||||
<system:String x:Key="Welcome_Page3_Title">Teclas de atalho</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Teclas de atalho</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Title">Palavras-chave e comandos</system:String>
|
<system:String x:Key="Welcome_Page4_Title">Palavras-chave e comandos</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Text01">Pesquise na Web, inicie aplicações e execute funções com os nossos plugins. Algumas ações são invocadas com palavras-chave mas, se quiser, podem ser invocadas sem essas palavras-chave. Teste as consultas abaixo para experimentar.</system:String>
|
<system:String x:Key="Welcome_Page4_Text01">Pesquise na Web, inicie aplicações e execute funções com os nossos plugins. Algumas ações são invocadas com palavras-chave mas, se quiser, podem ser invocadas sem essas palavras-chave. Teste as consultas abaixo para experimentar.</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Vamos iniciar Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Vamos iniciar Flow Launcher</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Text01">Terminado. Desfrute de Flow Launcher. Não se esqueça da tecla de atalho :-)</system:String>
|
<system:String x:Key="Welcome_Page5_Text01">Terminado. Desfrute de Flow Launcher. Não se esqueça da tecla de atalho :-)</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Recuar/Menu de contexto</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<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="HotkeyUpDownDesc">Recuar/Menu de contexto</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Abrir pasta</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Navegação nos itens</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Executar como administrador</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Abrir menu de contexto</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Histórico de consultas</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Abrir pasta</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Voltar aos resultados no menu de contexto</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Executar como administrador</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Conclusão automática</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Histórico de consultas</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Abrir/Executar item selecionado</system:String>
|
<system:String x:Key="HotkeyESCDesc">Voltar aos resultados no menu de contexto</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Abrir janela de definições</system:String>
|
<system:String x:Key="HotkeyTabDesc">Conclusão automática</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Recarregar dados do plugin</system:String>
|
<system:String x:Key="HotkeyRunDesc">Abrir/Executar item selecionado</system:String>
|
||||||
<system:String x:Key="RecommendWeather">Meteorologia</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Abrir janela de definições</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Meteorologia no Google</system:String>
|
<system:String x:Key="HotkeyF5Desc">Recarregar dados do plugin</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
|
||||||
<system:String x:Key="RecommendShellDesc">Comando de consola</system:String>
|
<system:String x:Key="RecommendWeather">Meteorologia</system:String>
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Meteorologia no Google</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth nas definições do Windows</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendShellDesc">Comando de consola</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetoothDesc">Bluetooth nas definições do Windows</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,267 +1,289 @@
|
||||||
<?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">Nepodarilo sa registrovať klávesovú skratku {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Nepodarilo sa registrovať klávesovú skratku {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">Nepodarilo sa spustiť {0}</system:String>
|
<system:String x:Key="couldnotStartCmd">Nepodarilo sa spustiť {0}</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Neplatný formát súboru pre plugin Flow Launchera</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Neplatný formát súboru pre plugin Flow Launchera</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">Pri tomto výraze umiestniť navrchu</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">Pri tomto výraze umiestniť navrchu</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">Zrušiť umiestnenie navrchu pri tomto výraze</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">Zrušiť umiestnenie navrchu pri tomto výraze</system:String>
|
||||||
<system:String x:Key="executeQuery">Spustiť dopyt: {0}</system:String>
|
<system:String x:Key="executeQuery">Spustiť dopyt: {0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">Posledný čas spustenia: {0}</system:String>
|
<system:String x:Key="lastExecuteTime">Posledný čas spustenia: {0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">Otvoriť</system:String>
|
<system:String x:Key="iconTrayOpen">Otvoriť</system:String>
|
||||||
<system:String x:Key="iconTraySettings">Nastavenia</system:String>
|
<system:String x:Key="iconTraySettings">Nastavenia</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">O aplikácii</system:String>
|
<system:String x:Key="iconTrayAbout">O aplikácii</system:String>
|
||||||
<system:String x:Key="iconTrayExit">Ukončiť</system:String>
|
<system:String x:Key="iconTrayExit">Ukončiť</system:String>
|
||||||
<system:String x:Key="closeWindow">Zavrieť</system:String>
|
<system:String x:Key="closeWindow">Zavrieť</system:String>
|
||||||
<system:String x:Key="copy">Kopírovať</system:String>
|
<system:String x:Key="copy">Kopírovať</system:String>
|
||||||
<system:String x:Key="cut">Vystrihnúť</system:String>
|
<system:String x:Key="cut">Vystrihnúť</system:String>
|
||||||
<system:String x:Key="paste">Prilepiť</system:String>
|
<system:String x:Key="paste">Prilepiť</system:String>
|
||||||
<system:String x:Key="fileTitle">Súbor</system:String>
|
<system:String x:Key="fileTitle">Súbor</system:String>
|
||||||
<system:String x:Key="folderTitle">Priečinok</system:String>
|
<system:String x:Key="folderTitle">Priečinok</system:String>
|
||||||
<system:String x:Key="textTitle">Text</system:String>
|
<system:String x:Key="textTitle">Text</system:String>
|
||||||
<system:String x:Key="GameMode">Herný režim</system:String>
|
<system:String x:Key="GameMode">Herný režim</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Pozastaviť používanie klávesových skratiek.</system:String>
|
<system:String x:Key="GameModeToolTip">Pozastaviť používanie klávesových skratiek.</system:String>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Nastavenia Flow Launchera</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">Všeobecné</system:String>
|
<system:String x:Key="flowlauncher_settings">Nastavenia Flow Launchera</system:String>
|
||||||
<system:String x:Key="portableMode">Prenosný režim</system:String>
|
<system:String x:Key="general">Všeobecné</system:String>
|
||||||
<system:String x:Key="portableModeToolTIp">Uloží všetky nastavenia a používateľské údaje do jedného priečinka (Užitočné pri vymeniteľných diskoch a cloudových službách).</system:String>
|
<system:String x:Key="portableMode">Prenosný režim</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Spustiť Flow Launcher pri spustení systému</system:String>
|
<system:String x:Key="portableModeToolTIp">Uloží všetky nastavenia a používateľské údaje do jedného priečinka (Užitočné pri vymeniteľných diskoch a cloudových službách).</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Schovať Flow Launcher po strate fokusu</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Spustiť Flow Launcher pri spustení systému</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Nezobrazovať upozornenia na novú verziu</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Schovať Flow Launcher po strate fokusu</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">Zapamätať si posledné umiestnenie</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Nezobrazovať upozornenia na novú verziu</system:String>
|
||||||
<system:String x:Key="language">Jazyk</system:String>
|
<system:String x:Key="rememberLastLocation">Zapamätať si posledné umiestnenie</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Posledné vyhľadávanie</system:String>
|
<system:String x:Key="language">Jazyk</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="lastQueryMode">Posledné vyhľadávanie</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Ponechať</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="LastQuerySelected">Označiť</system:String>
|
<system:String x:Key="LastQueryPreserved">Ponechať</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Vymazať</system:String>
|
<system:String x:Key="LastQuerySelected">Označiť</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maximum výsledkov</system:String>
|
<system:String x:Key="LastQueryEmpty">Vymazať</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovať klávesové skratky v režime na celú obrazovku</system:String>
|
<system:String x:Key="maxShowResults">Maximum výsledkov</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Zakázať aktiváciu Flow Launchera, keď je aktívna aplikácia na celú obrazovku (odporúčané pre hry).</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovať klávesové skratky v režime na celú obrazovku</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Predvolený správca súborov</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Zakázať aktiváciu Flow Launchera, keď je aktívna aplikácia na celú obrazovku (odporúčané pre hry).</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Vyberte správcu súborov, ktorý sa má použiť pri otváraní priečinka.</system:String>
|
<system:String x:Key="defaultFileManager">Predvolený správca súborov</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Predvolený webový prehliadač</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Vyberte správcu súborov, ktorý sa má použiť pri otváraní priečinka.</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Nastavenie pre novú kartu, nové okno, privátny režim.</system:String>
|
<system:String x:Key="defaultBrowser">Predvolený webový prehliadač</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Priečinok s Pythonom</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Nastavenie pre novú kartu, nové okno, privátny režim.</system:String>
|
||||||
<system:String x:Key="autoUpdates">Automatická aktualizácia</system:String>
|
<system:String x:Key="pythonDirectory">Priečinok s Pythonom</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">Vybrať</system:String>
|
<system:String x:Key="autoUpdates">Automatická aktualizácia</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Schovať Flow Launcher po spustení</system:String>
|
<system:String x:Key="selectPythonDirectory">Vybrať</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Schovať ikonu z oblasti oznámení</system:String>
|
<system:String x:Key="hideOnStartup">Schovať Flow Launcher po spustení</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Presnosť vyhľadávania</system:String>
|
<system:String x:Key="hideNotifyIcon">Schovať ikonu z oblasti oznámení</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Mení minimálne skóre zhody potrebné na zobrazenie výsledkov.</system:String>
|
<system:String x:Key="querySearchPrecision">Presnosť vyhľadávania</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Použiť Pinyin</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Mení minimálne skóre zhody potrebné na zobrazenie výsledkov.</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Umožňuje vyhľadávanie pomocou Pinyin. Pinyin je štandardný systém romanizovaného pravopisu pre transliteráciu čínštiny</system:String>
|
<system:String x:Key="ShouldUsePinyin">Použiť Pinyin</system:String>
|
||||||
<system:String x:Key="shadowEffectNotAllowed">Efekt tieňa nie je povolený, kým má aktuálny motív povolený efekt rozostrenia</system:String>
|
<system:String x:Key="ShouldUsePinyinToolTip">Umožňuje vyhľadávanie pomocou Pinyin. Pinyin je štandardný systém romanizovaného pravopisu pre transliteráciu čínštiny</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">Efekt tieňa nie je povolený, kým má aktuálny motív povolený efekt rozostrenia</system:String>
|
||||||
<system:String x:Key="plugin">Pluginy</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">Nájsť ďalšie pluginy</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">Zapnuté</system:String>
|
<system:String x:Key="plugin">Pluginy</system:String>
|
||||||
<system:String x:Key="disable">Vypnuté</system:String>
|
<system:String x:Key="browserMorePlugins">Nájsť ďalšie pluginy</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Nastavenie akčného príkazu</system:String>
|
<system:String x:Key="enable">Zapnuté</system:String>
|
||||||
<system:String x:Key="actionKeywords">Aktivačný príkaz</system:String>
|
<system:String x:Key="disable">Vypnuté</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Aktuálny aktivačný príkaz</system:String>
|
<system:String x:Key="actionKeywordsTitle">Nastavenie akčného príkazu</system:String>
|
||||||
<system:String x:Key="newActionKeyword">Nový aktivačný príkaz</system:String>
|
<system:String x:Key="actionKeywords">Aktivačný príkaz</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Upraviť aktivačný príkaz</system:String>
|
<system:String x:Key="currentActionKeywords">Aktuálny aktivačný príkaz</system:String>
|
||||||
<system:String x:Key="currentPriority">Aktuálna priorita</system:String>
|
<system:String x:Key="newActionKeyword">Nový aktivačný príkaz</system:String>
|
||||||
<system:String x:Key="newPriority">Nová priorita</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Upraviť aktivačný príkaz</system:String>
|
||||||
<system:String x:Key="priority">Priorita</system:String>
|
<system:String x:Key="currentPriority">Aktuálna priorita</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Priečinok s pluginmi</system:String>
|
<system:String x:Key="newPriority">Nová priorita</system:String>
|
||||||
<system:String x:Key="author">od</system:String>
|
<system:String x:Key="priority">Priorita</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Inicializácia:</system:String>
|
<system:String x:Key="pluginDirectory">Priečinok s pluginmi</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Trvanie dopytu:</system:String>
|
<system:String x:Key="author">od</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| Verzia</system:String>
|
<system:String x:Key="plugin_init_time">Inicializácia:</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Webstránka</system:String>
|
<system:String x:Key="plugin_query_time">Trvanie dopytu:</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">| Verzia</system:String>
|
||||||
<system:String x:Key="pluginStore">Repozitár pluginov</system:String>
|
<system:String x:Key="plugin_query_web">Webstránka</system:String>
|
||||||
<system:String x:Key="refresh">Obnoviť</system:String>
|
|
||||||
<system:String x:Key="install">Inštalovať</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">Motív</system:String>
|
<system:String x:Key="pluginStore">Repozitár pluginov</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Galéria motívov</system:String>
|
<system:String x:Key="refresh">Obnoviť</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">Ako vytvoriť motív</system:String>
|
<system:String x:Key="install">Inštalovať</system:String>
|
||||||
<system:String x:Key="hiThere">Ahojte</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">Písmo vyhľadávacieho poľa</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">Písmo výsledkov</system:String>
|
<system:String x:Key="theme">Motív</system:String>
|
||||||
<system:String x:Key="windowMode">Režim okno</system:String>
|
<system:String x:Key="browserMoreThemes">Galéria motívov</system:String>
|
||||||
<system:String x:Key="opacity">Nepriehľadnosť</system:String>
|
<system:String x:Key="howToCreateTheme">Ako vytvoriť motív</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">Motív {0} neexistuje, použije sa predvolený motív</system:String>
|
<system:String x:Key="hiThere">Ahojte</system:String>
|
||||||
<system:String x:Key="theme_load_failure_parse_error">Nepodarilo sa nečítať motív {0}, použije sa predvolený motív</system:String>
|
<system:String x:Key="queryBoxFont">Písmo vyhľadávacieho poľa</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Priečinok s motívmi</system:String>
|
<system:String x:Key="resultItemFont">Písmo výsledkov</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Otvoriť priečinok s motívmi</system:String>
|
<system:String x:Key="windowMode">Režim okno</system:String>
|
||||||
<system:String x:Key="ColorScheme">Farebná schéma</system:String>
|
<system:String x:Key="opacity">Nepriehľadnosť</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">Predvolené systémom</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">Motív {0} neexistuje, použije sa predvolený motív</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">Svetlý</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">Nepodarilo sa nečítať motív {0}, použije sa predvolený motív</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Tmavý</system:String>
|
<system:String x:Key="ThemeFolder">Priečinok s motívmi</system:String>
|
||||||
<system:String x:Key="SoundEffect">Zvukový efekt</system:String>
|
<system:String x:Key="OpenThemeFolder">Otvoriť priečinok s motívmi</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Po otvorení okna vyhľadávania prehrať krátky zvuk</system:String>
|
<system:String x:Key="ColorScheme">Farebná schéma</system:String>
|
||||||
<system:String x:Key="Animation">Animácia</system:String>
|
<system:String x:Key="ColorSchemeSystem">Predvolené systémom</system:String>
|
||||||
<system:String x:Key="AnimationTip">Animovať používateľské rozhranie</system:String>
|
<system:String x:Key="ColorSchemeLight">Svetlý</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">Tmavý</system:String>
|
||||||
<system:String x:Key="hotkey">Klávesové skratky</system:String>
|
<system:String x:Key="SoundEffect">Zvukový efekt</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Klávesová skratka pre Flow Launcher</system:String>
|
<system:String x:Key="SoundEffectTip">Po otvorení okna vyhľadávania prehrať krátky zvuk</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Zadajte skratku na zobrazenie/skrytie Flow Launchera.</system:String>
|
<system:String x:Key="Animation">Animácia</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Modifikačný kláves na otvorenie výsledkov</system:String>
|
<system:String x:Key="AnimationTip">Animovať používateľské rozhranie</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Vyberte modifikačný kláves na otvorenie vybraného výsledku pomocou klávesnice.</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">Zobraziť klávesovú skratku</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Zobrazí klávesovú skratku spolu s výsledkami.</system:String>
|
<system:String x:Key="hotkey">Klávesové skratky</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Klávesová skratka vlastného vyhľadávania</system:String>
|
<system:String x:Key="flowlauncherHotkey">Klávesová skratka pre Flow Launcher</system:String>
|
||||||
<system:String x:Key="customQuery">Dopyt</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Zadajte skratku na zobrazenie/skrytie Flow Launchera.</system:String>
|
||||||
<system:String x:Key="delete">Odstrániť</system:String>
|
<system:String x:Key="openResultModifiers">Modifikačný kláves na otvorenie výsledkov</system:String>
|
||||||
<system:String x:Key="edit">Upraviť</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Vyberte modifikačný kláves na otvorenie vybraného výsledku pomocou klávesnice.</system:String>
|
||||||
<system:String x:Key="add">Pridať</system:String>
|
<system:String x:Key="showOpenResultHotkey">Zobraziť klávesovú skratku</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Vyberte položku, prosím</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Zobrazí klávesovú skratku spolu s výsledkami.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">Ste si istý, že chcete odstrániť klávesovú skratku {0} pre plugin?</system:String>
|
<system:String x:Key="customQueryHotkey">Klávesová skratka vlastného vyhľadávania</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Tieňový efekt v poli vyhľadávania</system:String>
|
<system:String x:Key="customQuery">Dopyt</system:String>
|
||||||
<system:String x:Key="shadowEffectCPUUsage">Tieňový efekt významne využíva GPU. Neodporúča sa, ak je výkon počítača obmedzený.</system:String>
|
<system:String x:Key="delete">Odstrániť</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Šírka okna</system:String>
|
<system:String x:Key="edit">Upraviť</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Použiť ikony Segoe Fluent</system:String>
|
<system:String x:Key="add">Pridať</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Použiť ikony Segoe Fluent, ak sú podporované</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Vyberte položku, prosím</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">Ste si istý, že chcete odstrániť klávesovú skratku {0} pre plugin?</system:String>
|
||||||
<system:String x:Key="proxy">HTTP proxy</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Tieňový efekt v poli vyhľadávania</system:String>
|
||||||
<system:String x:Key="enableProxy">Povoliť HTTP Proxy</system:String>
|
<system:String x:Key="shadowEffectCPUUsage">Tieňový efekt významne využíva GPU. Neodporúča sa, ak je výkon počítača obmedzený.</system:String>
|
||||||
<system:String x:Key="server">HTTP server</system:String>
|
<system:String x:Key="windowWidthSize">Šírka okna</system:String>
|
||||||
<system:String x:Key="port">Port</system:String>
|
<system:String x:Key="useGlyphUI">Použiť ikony Segoe Fluent</system:String>
|
||||||
<system:String x:Key="userName">Používateľské meno</system:String>
|
<system:String x:Key="useGlyphUIEffect">Použiť ikony Segoe Fluent, ak sú podporované</system:String>
|
||||||
<system:String x:Key="password">Heslo</system:String>
|
|
||||||
<system:String x:Key="testProxy">Test proxy</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">Uložiť</system:String>
|
<system:String x:Key="proxy">HTTP proxy</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">Pole Server nemôže byť prázdne</system:String>
|
<system:String x:Key="enableProxy">Povoliť HTTP Proxy</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">Pole Port nemôže byť prázdne</system:String>
|
<system:String x:Key="server">HTTP server</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">Neplatný formát portu</system:String>
|
<system:String x:Key="port">Port</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">Nastavenie proxy úspešne uložené</system:String>
|
<system:String x:Key="userName">Používateľské meno</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">Nastavenie proxy je v poriadku</system:String>
|
<system:String x:Key="password">Heslo</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">Pripojenie proxy servera zlyhalo</system:String>
|
<system:String x:Key="testProxy">Test proxy</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">Uložiť</system:String>
|
||||||
<system:String x:Key="about">O aplikácii</system:String>
|
<system:String x:Key="serverCantBeEmpty">Pole Server nemôže byť prázdne</system:String>
|
||||||
<system:String x:Key="website">Webstránka</system:String>
|
<system:String x:Key="portCantBeEmpty">Pole Port nemôže byť prázdne</system:String>
|
||||||
<system:String x:Key="github">Github</system:String>
|
<system:String x:Key="invalidPortFormat">Neplatný formát portu</system:String>
|
||||||
<system:String x:Key="docs">Dokumentácia</system:String>
|
<system:String x:Key="saveProxySuccessfully">Nastavenie proxy úspešne uložené</system:String>
|
||||||
<system:String x:Key="version">Verzia</system:String>
|
<system:String x:Key="proxyIsCorrect">Nastavenie proxy je v poriadku</system:String>
|
||||||
<system:String x:Key="about_activate_times">Flow Launcher bol aktivovaný {0}-krát</system:String>
|
<system:String x:Key="proxyConnectFailed">Pripojenie proxy servera zlyhalo</system:String>
|
||||||
<system:String x:Key="checkUpdates">Vyhľadať aktualizácie</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">Je dostupná nová verzia {0}, chcete reštartovať Flow Launcher, aby sa mohol aktualizovať?</system:String>
|
<!-- Setting About -->
|
||||||
<system:String x:Key="checkUpdatesFailed">Vyhľadávanie aktualizácií zlyhalo, prosím, skontrolujte pripojenie na internet a nastavenie proxy server k api.github.com.</system:String>
|
<system:String x:Key="about">O aplikácii</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">Webstránka</system:String>
|
||||||
|
<system:String x:Key="github">Github</system:String>
|
||||||
|
<system:String x:Key="docs">Dokumentácia</system:String>
|
||||||
|
<system:String x:Key="version">Verzia</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">Flow Launcher bol aktivovaný {0}-krát</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Vyhľadať aktualizácie</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">Je dostupná nová verzia {0}, chcete reštartovať Flow Launcher, aby sa mohol aktualizovať?</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">Vyhľadávanie aktualizácií zlyhalo, prosím, skontrolujte pripojenie na internet a nastavenie proxy server k api.github.com.</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
Sťahovanie aktualizácií zlyhalo, skontrolujte pripojenie na internet a nastavenie proxy servera k github-cloud.s3.amazonaws.com,
|
Sťahovanie aktualizácií zlyhalo, skontrolujte pripojenie na internet a nastavenie proxy servera k github-cloud.s3.amazonaws.com,
|
||||||
alebo prejdite na https://github.com/Flow-Launcher/Flow.Launcher/releases pre manuálne stiahnutie aktualizácie.
|
alebo prejdite na https://github.com/Flow-Launcher/Flow.Launcher/releases pre manuálne stiahnutie aktualizácie.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Poznámky k vydaniu</system:String>
|
<system:String x:Key="releaseNotes">Poznámky k vydaniu</system:String>
|
||||||
<system:String x:Key="documentation">Tipy na používanie</system:String>
|
<system:String x:Key="documentation">Tipy na používanie</system:String>
|
||||||
<system:String x:Key="devtool">Nástroje pre vývojárov</system:String>
|
<system:String x:Key="devtool">Nástroje pre vývojárov</system:String>
|
||||||
<system:String x:Key="settingfolder">Priečinok s nastaveniami</system:String>
|
<system:String x:Key="settingfolder">Priečinok s nastaveniami</system:String>
|
||||||
<system:String x:Key="logfolder">Priečinok s logmi</system:String>
|
<system:String x:Key="logfolder">Priečinok s logmi</system:String>
|
||||||
<system:String x:Key="welcomewindow">Sprievodca</system:String>
|
<system:String x:Key="welcomewindow">Sprievodca</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">Vyberte správcu súborov</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<system:String x:Key="fileManager_tips">Zadajte umiestnenie súboru správcu súborov, ktorý používate, a v prípade potreby pridajte argumenty. Predvolené argumenty sú "%d" a cesta sa zadáva na tomto mieste. Napríklad, ak sa vyžaduje príkaz, ako napríklad "totalcmd.exe /A c:\windows", argument je /A "%d".</system:String>
|
<system:String x:Key="fileManagerWindow">Vyberte správcu súborov</system:String>
|
||||||
<system:String x:Key="fileManager_tips2">"%f" je argument, ktorý predstavuje cestu k súboru. Používa sa na zvýraznenie názvu súboru/priečinka pri otváraní konkrétneho umiestnenia súboru v správcovi súborov tretej strany. Tento argument je k dispozícii len v položke "Arg. pre súbor". Ak správca súborov nemá túto funkciu, môžete použiť "%d".</system:String>
|
<system:String x:Key="fileManager_tips">Zadajte umiestnenie súboru správcu súborov, ktorý používate, a v prípade potreby pridajte argumenty. Predvolené argumenty sú "%d" a cesta sa zadáva na tomto mieste. Napríklad, ak sa vyžaduje príkaz, ako napríklad "totalcmd.exe /A c:\windows", argument je /A "%d".</system:String>
|
||||||
<system:String x:Key="fileManager_name">Správca súborov</system:String>
|
<system:String x:Key="fileManager_tips2">"%f" je argument, ktorý predstavuje cestu k súboru. Používa sa na zvýraznenie názvu súboru/priečinka pri otváraní konkrétneho umiestnenia súboru v správcovi súborov tretej strany. Tento argument je k dispozícii len v položke "Arg. pre súbor". Ak správca súborov nemá túto funkciu, môžete použiť "%d".</system:String>
|
||||||
<system:String x:Key="fileManager_profile_name">Názov profilu</system:String>
|
<system:String x:Key="fileManager_name">Správca súborov</system:String>
|
||||||
<system:String x:Key="fileManager_path">Cesta k správcovi súborov</system:String>
|
<system:String x:Key="fileManager_profile_name">Názov profilu</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg. pre priečinok</system:String>
|
<system:String x:Key="fileManager_path">Cesta k správcovi súborov</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg. pre súbor</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg. pre priečinok</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">Arg. pre súbor</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">Predvolený webový prehliadač</system:String>
|
|
||||||
<system:String x:Key="defaultBrowser_tips">Predvolené nastavenie je podľa nastavenia v systéme. Ak je zadaný osobitne, Flow použije tento prehliadač.</system:String>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">Prehliadač</system:String>
|
<system:String x:Key="defaultBrowserTitle">Predvolený webový prehliadač</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Názov prehliadača</system:String>
|
<system:String x:Key="defaultBrowser_tips">Predvolené nastavenie je podľa nastavenia v systéme. Ak je zadaný osobitne, Flow použije tento prehliadač.</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Cesta k prehliadaču</system:String>
|
<system:String x:Key="defaultBrowser_name">Prehliadač</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">Nové okno</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Názov prehliadača</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">Nová karta</system:String>
|
<system:String x:Key="defaultBrowser_path">Cesta k prehliadaču</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Privátny režim</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">Nové okno</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">Nová karta</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">Zmena priority</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Privátny režim</system:String>
|
||||||
<system:String x:Key="priority_tips">Väčšie číslo znamená, že výsledok bude vyššie. Skúste nastaviť napr. 5. Ak chcete, aby boli výsledky nižšie ako ktorékoľvek iné pluginy, zadajte záporné číslo</system:String>
|
|
||||||
<system:String x:Key="invalidPriority">Prosím, zadajte platné číslo pre prioritu!</system:String>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">Zmena priority</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">Starý aktivačný príkaz</system:String>
|
<system:String x:Key="priority_tips">Väčšie číslo znamená, že výsledok bude vyššie. Skúste nastaviť napr. 5. Ak chcete, aby boli výsledky nižšie ako ktorékoľvek iné pluginy, zadajte záporné číslo</system:String>
|
||||||
<system:String x:Key="newActionKeywords">Nový aktivačný príkaz</system:String>
|
<system:String x:Key="invalidPriority">Prosím, zadajte platné číslo pre prioritu!</system:String>
|
||||||
<system:String x:Key="cancel">Zrušiť</system:String>
|
|
||||||
<system:String x:Key="done">Hotovo</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">Nepodarilo sa nájsť zadaný plugin</system:String>
|
<system:String x:Key="oldActionKeywords">Starý aktivačný príkaz</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nový aktivačný príkaz nemôže byť prázdny</system:String>
|
<system:String x:Key="newActionKeywords">Nový aktivačný príkaz</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Nový aktivačný príkaz už bol priradený inému pluginu, prosím, zvoľte iný aktivačný príkaz</system:String>
|
<system:String x:Key="cancel">Zrušiť</system:String>
|
||||||
<system:String x:Key="success">Úspešné</system:String>
|
<system:String x:Key="done">Hotovo</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Úspešne dokončené</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">Nepodarilo sa nájsť zadaný plugin</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Zadajte aktivačný príkaz, ktorý je potrebný na spustenie pluginu. Ak nechcete zadať aktivačný príkaz, použite * a plugin bude spustený bez aktivačného príkazu.</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nový aktivačný príkaz nemôže byť prázdny</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Nový aktivačný príkaz už bol priradený inému pluginu, prosím, zvoľte iný aktivačný príkaz</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Klávesová skratka vlastného vyhľadávania</system:String>
|
<system:String x:Key="success">Úspešné</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Stlačením klávesovej skratky sa automaticky vloží zadaný výraz.</system:String>
|
<system:String x:Key="completedSuccessfully">Úspešne dokončené</system:String>
|
||||||
<system:String x:Key="preview">Náhľad</system:String>
|
<system:String x:Key="actionkeyword_tips">Zadajte aktivačný príkaz, ktorý je potrebný na spustenie pluginu. Ak nechcete zadať aktivačný príkaz, použite * a plugin bude spustený bez aktivačného príkazu.</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Klávesová skratka je nedostupná, prosím, zadajte novú skratku</system:String>
|
|
||||||
<system:String x:Key="invalidPluginHotkey">Neplatná klávesová skratka pluginu</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="update">Aktualizovať</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Klávesová skratka vlastného vyhľadávania</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="customeQueryHotkeyTips">Stlačením klávesovej skratky sa automaticky vloží zadaný výraz.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">Klávesová skratka je nedostupná</system:String>
|
<system:String x:Key="preview">Náhľad</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="hotkeyIsNotUnavailable">Klávesová skratka je nedostupná, prosím, zadajte novú skratku</system:String>
|
||||||
<system:String x:Key="reportWindow_version">Verzia</system:String>
|
<system:String x:Key="invalidPluginHotkey">Neplatná klávesová skratka pluginu</system:String>
|
||||||
<system:String x:Key="reportWindow_time">Čas</system:String>
|
<system:String x:Key="update">Aktualizovať</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">Prosím, napíšte nám, ako došlo k pádu aplikácie, aby sme to mohli opraviť</system:String>
|
|
||||||
<system:String x:Key="reportWindow_send_report">Odoslať hlásenie</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_cancel">Zrušiť</system:String>
|
<system:String x:Key="hotkeyUnavailable">Klávesová skratka je nedostupná</system:String>
|
||||||
<system:String x:Key="reportWindow_general">Všeobecné</system:String>
|
|
||||||
<system:String x:Key="reportWindow_exceptions">Výnimky</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exception_type">Typ výnimky</system:String>
|
<system:String x:Key="reportWindow_version">Verzia</system:String>
|
||||||
<system:String x:Key="reportWindow_source">Zdroj</system:String>
|
<system:String x:Key="reportWindow_time">Čas</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">Trasovanie zásobníka</system:String>
|
<system:String x:Key="reportWindow_reproduce">Prosím, napíšte nám, ako došlo k pádu aplikácie, aby sme to mohli opraviť</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">Odosiela sa</system:String>
|
<system:String x:Key="reportWindow_send_report">Odoslať hlásenie</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Hlásenie bolo úspešne odoslané</system:String>
|
<system:String x:Key="reportWindow_cancel">Zrušiť</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Odoslanie hlásenia zlyhalo</system:String>
|
<system:String x:Key="reportWindow_general">Všeobecné</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher zaznamenal chybu</system:String>
|
<system:String x:Key="reportWindow_exceptions">Výnimky</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_exception_type">Typ výnimky</system:String>
|
||||||
<system:String x:Key="pleaseWait">Čakajte, prosím...</system:String>
|
<system:String x:Key="reportWindow_source">Zdroj</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_stack_trace">Trasovanie zásobníka</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Vyhľadávajú sa aktualizácie</system:String>
|
<system:String x:Key="reportWindow_sending">Odosiela sa</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_already_on_latest">Už máte najnovšiu verziu Flow Launchera</system:String>
|
<system:String x:Key="reportWindow_report_succeed">Hlásenie bolo úspešne odoslané</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Bola nájdená aktualizácia</system:String>
|
<system:String x:Key="reportWindow_report_failed">Odoslanie hlásenia zlyhalo</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Aktualizuje sa...</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher zaznamenal chybu</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
|
||||||
|
<!-- General Notice -->
|
||||||
|
<system:String x:Key="pleaseWait">Čakajte, prosím...</system:String>
|
||||||
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">Vyhľadávajú sa aktualizácie</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_already_on_latest">Už máte najnovšiu verziu Flow Launchera</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_found">Bola nájdená aktualizácia</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">Aktualizuje sa...</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||||||
Flow Launcher nedokázal presunúť používateľské údaje do aktualizovanej verzie.
|
Flow Launcher nedokázal presunúť používateľské údaje do aktualizovanej verzie.
|
||||||
Prosím, presuňte profilový priečinok data z {0} do {1}
|
Prosím, presuňte profilový priečinok data z {0} do {1}
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_new_update">Nová aktualizácia</system:String>
|
<system:String x:Key="update_flowlauncher_new_update">Nová aktualizácia</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Je dostupná nová verzia Flow Launchera {0}</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">Je dostupná nová verzia Flow Launchera {0}</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Počas inštalácie aktualizácií došlo k chybe</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Počas inštalácie aktualizácií došlo k chybe</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Aktualizovať</system:String>
|
<system:String x:Key="update_flowlauncher_update">Aktualizovať</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_cancel">Zrušiť</system:String>
|
<system:String x:Key="update_flowlauncher_update_cancel">Zrušiť</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail">Aktualizácia zlyhala</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Aktualizácia zlyhala</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_check_connection">Skontrolujte pripojenie a skúste aktualizovať nastavenia servera proxy k github-cloud.s3.amazonaws.com.</system:String>
|
<system:String x:Key="update_flowlauncher_check_connection">Skontrolujte pripojenie a skúste aktualizovať nastavenia servera proxy k github-cloud.s3.amazonaws.com.</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Tento upgrade reštartuje Flow Launcher</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Tento upgrade reštartuje Flow Launcher</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">Nasledujúce súbory budú aktualizované</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">Nasledujúce súbory budú aktualizované</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_files">Aktualizovať súbory</system:String>
|
<system:String x:Key="update_flowlauncher_update_files">Aktualizovať súbory</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_description">Aktualizovať popis</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_description">Aktualizovať popis</system:String>
|
||||||
<!-- Welcome Window -->
|
|
||||||
<system:String x:Key="Skip">Preskočiť</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Vitajte vo Flow Launcheri</system:String>
|
<system:String x:Key="Skip">Preskočiť</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text01">Dobrý deň, toto je prvýkrát, čo spúšťate Flow Launcher!</system:String>
|
<system:String x:Key="Welcome_Page1_Title">Vitajte vo Flow Launcheri</system:String>
|
||||||
<system:String x:Key="Welcome_Page1_Text02">Pred spustením vám tento sprievodca pomôže s nastavením aplikácie Flow Launcher. Ak chcete, môžete ho preskočiť. Vyberte si jazyk</system:String>
|
<system:String x:Key="Welcome_Page1_Text01">Dobrý deň, toto je prvýkrát, čo spúšťate Flow Launcher!</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Title">Vyhľadávajte a spúšťajte všetky súbory a aplikácie v počítači</system:String>
|
<system:String x:Key="Welcome_Page1_Text02">Pred spustením vám tento sprievodca pomôže s nastavením aplikácie Flow Launcher. Ak chcete, môžete ho preskočiť. Vyberte si jazyk</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text01">Vyhľadávajte vo všetkých aplikáciách, súboroch, záložkách, YouTube, Twitteri a ďalších. Všetko z pohodlia klávesnice bez toho, aby ste sa dotkli myši.</system:String>
|
<system:String x:Key="Welcome_Page2_Title">Vyhľadávajte a spúšťajte všetky súbory a aplikácie v počítači</system:String>
|
||||||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher sa spúšťa pomocou dole uvedenej klávesovej skratky, poďte si to vyskúšať. Ak ju chcete zmeniť, kliknite na vstupné pole a stlačte požadovanú klávesovú skratku na klávesnici.</system:String>
|
<system:String x:Key="Welcome_Page2_Text01">Vyhľadávajte vo všetkých aplikáciách, súboroch, záložkách, YouTube, Twitteri a ďalších. Všetko z pohodlia klávesnice bez toho, aby ste sa dotkli myši.</system:String>
|
||||||
<system:String x:Key="Welcome_Page3_Title">Klávesové skratky</system:String>
|
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher sa spúšťa pomocou dole uvedenej klávesovej skratky, poďte si to vyskúšať. Ak ju chcete zmeniť, kliknite na vstupné pole a stlačte požadovanú klávesovú skratku na klávesnici.</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Title">Aktivačné príkazy a príkazy</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Klávesové skratky</system:String>
|
||||||
<system:String x:Key="Welcome_Page4_Text01">Vyhľadávajte na webe, spúšťajte aplikácie alebo spúšťajte rôzne funkcie pomocou pluginov Flow Launchera. Niektoré funkcie sa začínajú aktivačným príkazom a v prípade potreby ich možno použiť aj bez aktivačných príkazov. Vyskúšajte nižšie uvedené výrazy v aplikácii Flow Launcher.</system:String>
|
<system:String x:Key="Welcome_Page4_Title">Aktivačné príkazy a príkazy</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Spustite Flow Launcher</system:String>
|
<system:String x:Key="Welcome_Page4_Text01">Vyhľadávajte na webe, spúšťajte aplikácie alebo spúšťajte rôzne funkcie pomocou pluginov Flow Launchera. Niektoré funkcie sa začínajú aktivačným príkazom a v prípade potreby ich možno použiť aj bez aktivačných príkazov. Vyskúšajte nižšie uvedené výrazy v aplikácii Flow Launcher.</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Text01">Hotovo. Užite si Flow Launcher. Nezabudnite na klávesovú skratku na spustenie :)</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Spustite Flow Launcher</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
<system:String x:Key="Welcome_Page5_Text01">Hotovo. Užite si Flow Launcher. Nezabudnite na klávesovú skratku na spustenie :)</system:String>
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Späť/kontextová ponuka</system:String>
|
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Navigácia medzi položkami</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<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="HotkeyUpDownDesc">Späť/kontextová ponuka</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Spustiť ako správca</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Navigácia medzi položkami</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">História dopytov</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Otvoriť kontextovú ponuku</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Návrat na výsledky z kontextovej ponuky</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Otvoriť umiestnenie priečinka</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Automatické dokončovanie</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Spustiť ako správca</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Otvoriť/spustiť vybranú položku</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">História dopytov</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Otvoriť okno s nastaveniami</system:String>
|
<system:String x:Key="HotkeyESCDesc">Návrat na výsledky z kontextovej ponuky</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Znova načítať údaje pluginov</system:String>
|
<system:String x:Key="HotkeyTabDesc">Automatické dokončovanie</system:String>
|
||||||
<system:String x:Key="RecommendWeather">Počasie</system:String>
|
<system:String x:Key="HotkeyRunDesc">Otvoriť/spustiť vybranú položku</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Počasie na Googli</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Otvoriť okno s nastaveniami</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="HotkeyF5Desc">Znova načítať údaje pluginov</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">Príkazový riadok</system:String>
|
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendWeather">Počasie</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth v nastaveniach Windowsu</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Počasie na Googli</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendShellDesc">Príkazový riadok</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
||||||
|
<system:String x:Key="RecommendBluetoothDesc">Bluetooth v nastaveniach Windowsu</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,267 +1,289 @@
|
||||||
<?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">Kısayol tuşu ataması başarısız oldu: {0}</system:String>
|
<system:String x:Key="registerHotkeyFailed">Kısayol tuşu ataması başarısız oldu: {0}</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">{0} başlatılamıyor</system:String>
|
<system:String x:Key="couldnotStartCmd">{0} başlatılamıyor</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Geçersiz Flow Launcher eklenti dosyası formatı</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Geçersiz Flow Launcher eklenti dosyası formatı</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">Bu sorgu için başa sabitle</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">Bu sorgu için başa sabitle</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">Sabitlemeyi kaldır</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">Sabitlemeyi kaldır</system:String>
|
||||||
<system:String x:Key="executeQuery">Sorguyu çalıştır: {0}</system:String>
|
<system:String x:Key="executeQuery">Sorguyu çalıştır: {0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">Son çalıştırma zamanı: {0}</system:String>
|
<system:String x:Key="lastExecuteTime">Son çalıştırma zamanı: {0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">Aç</system:String>
|
<system:String x:Key="iconTrayOpen">Aç</system:String>
|
||||||
<system:String x:Key="iconTraySettings">Ayarlar</system:String>
|
<system:String x:Key="iconTraySettings">Ayarlar</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">Hakkında</system:String>
|
<system:String x:Key="iconTrayAbout">Hakkında</system:String>
|
||||||
<system:String x:Key="iconTrayExit">Çıkış</system:String>
|
<system:String x:Key="iconTrayExit">Çıkış</system:String>
|
||||||
<system:String x:Key="closeWindow">Close</system:String>
|
<system:String x:Key="closeWindow">Kapat</system:String>
|
||||||
<system:String x:Key="copy">Copy</system:String>
|
<system:String x:Key="copy">Kopyala</system:String>
|
||||||
<system:String x:Key="cut">Cut</system:String>
|
<system:String x:Key="cut">Kes</system:String>
|
||||||
<system:String x:Key="paste">Paste</system:String>
|
<system:String x:Key="paste">Yapıştır</system:String>
|
||||||
<system:String x:Key="fileTitle">File</system:String>
|
<system:String x:Key="fileTitle">Dosya</system:String>
|
||||||
<system:String x:Key="folderTitle">Folder</system:String>
|
<system:String x:Key="folderTitle">Klasör</system:String>
|
||||||
<system:String x:Key="textTitle">Text</system:String>
|
<system:String x:Key="textTitle">Yazı</system:String>
|
||||||
<system:String x:Key="GameMode">Game Mode</system:String>
|
<system:String x:Key="GameMode">Oyun Modu</system:String>
|
||||||
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
<system:String x:Key="GameModeToolTip">Kısayol Tuşlarının kullanımını durdurun.</system:String>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Flow Launcher Ayarları</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">Genel</system:String>
|
<system:String x:Key="flowlauncher_settings">Flow Launcher Ayarları</system:String>
|
||||||
<system:String x:Key="portableMode">Portable Mode</system:String>
|
<system:String x:Key="general">Genel</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="portableMode">Taşınabilir Mod</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Flow Launcher'u başlangıçta başlat</system:String>
|
<system:String x:Key="portableModeToolTIp">Tüm ayarları ve kullanıcı verilerini tek bir klasörde saklayın (Çıkarılabilir sürücüler veya bulut hizmetleri ile kullanıldığında kullanışlıdır).</system:String>
|
||||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Odak pencereden ayrıldığında Flow Launcher'u gizle</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Flow Launcher'u başlangıçta başlat</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">Güncelleme bildirimlerini gösterme</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Odak pencereden ayrıldığında Flow Launcher'u gizle</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">Pencere konumunu hatırla</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">Güncelleme bildirimlerini gösterme</system:String>
|
||||||
<system:String x:Key="language">Dil</system:String>
|
<system:String x:Key="rememberLastLocation">Pencere konumunu hatırla</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Pencere açıldığında</system:String>
|
<system:String x:Key="language">Dil</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryMode">Pencere açıldığında</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Son sorguyu sakla</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="LastQuerySelected">Son sorguyu sakla ve tümünü seç</system:String>
|
<system:String x:Key="LastQueryPreserved">Son sorguyu sakla</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Sorgu kutusunu temizle</system:String>
|
<system:String x:Key="LastQuerySelected">Son sorguyu sakla ve tümünü seç</system:String>
|
||||||
<system:String x:Key="maxShowResults">Maksimum sonuç sayısı</system:String>
|
<system:String x:Key="LastQueryEmpty">Sorgu kutusunu temizle</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Tam ekran modunda kısayol tuşunu gözardı et</system:String>
|
<system:String x:Key="maxShowResults">Maksimum sonuç sayısı</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Disable Flow Launcher activation when a full screen application is active (Recommended for games).</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Tam ekran modunda kısayol tuşunu gözardı et</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Tam ekran bir uygulama etkinken Flow Launcher etkinleştirmesini devre dışı bırakın (Oyunlar için önerilir).</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
<system:String x:Key="defaultFileManager">Varsayılan Dosya Yöneticisi</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">Klasör açarken kullanılacak dosya yöneticisini seçin.</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
<system:String x:Key="defaultBrowser">Varsayılan Tarayıcısı</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Python Konumu</system:String>
|
<system:String x:Key="defaultBrowserToolTip">Yeni Sekme, Yeni Pencere, Gizli Mod için Ayar.</system:String>
|
||||||
<system:String x:Key="autoUpdates">Otomatik Güncelle</system:String>
|
<system:String x:Key="pythonDirectory">Python Konumu</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">Seç</system:String>
|
<system:String x:Key="autoUpdates">Otomatik Güncelle</system:String>
|
||||||
<system:String x:Key="hideOnStartup">Başlangıçta Flow Launcher'u gizle</system:String>
|
<system:String x:Key="selectPythonDirectory">Seç</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Sistem çekmecesi simgesini gizle</system:String>
|
<system:String x:Key="hideOnStartup">Başlangıçta Flow Launcher'u gizle</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Sorgu Arama Hassasiyeti</system:String>
|
<system:String x:Key="hideNotifyIcon">Sistem çekmecesi simgesini gizle</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecision">Sorgu Arama Hassasiyeti</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Sonuçlar için gereken minimum maç puanını değiştirir.</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
|
<system:String x:Key="ShouldUsePinyin">Pinyin kullanılmalı</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="ShouldUsePinyinToolTip">Arama yapmak için Pinyin'in kullanılmasına izin verir. Pinyin, Çince'yi çevirmek için standart romanlaştırılmış yazım sistemidir</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">Mevcut temada bulanıklık efekti etkinken gölge efektine izin verilmez</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">Daha fazla eklenti bul</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">On</system:String>
|
<system:String x:Key="plugin">Eklenti</system:String>
|
||||||
<system:String x:Key="disable">Devre Dışı</system:String>
|
<system:String x:Key="browserMorePlugins">Daha fazla eklenti bul</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
<system:String x:Key="enable">Açık</system:String>
|
||||||
<system:String x:Key="actionKeywords">Anahtar Kelimeler</system:String>
|
<system:String x:Key="disable">Devre Dışı</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
<system:String x:Key="actionKeywordsTitle">Anahtar sözcüğü Ayar eylemi</system:String>
|
||||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
<system:String x:Key="actionKeywords">Anahtar Kelimeler</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
<system:String x:Key="currentActionKeywords">Varsayılan anahtar kelime eylemi</system:String>
|
||||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
<system:String x:Key="newActionKeyword">Yeni anahtar kelime eylemi</system:String>
|
||||||
<system:String x:Key="newPriority">New Priority</system:String>
|
<system:String x:Key="actionKeywordsTooltip">Anahtar kelime eylemini değiştir</system:String>
|
||||||
<system:String x:Key="priority">Priority</system:String>
|
<system:String x:Key="currentPriority">Mevcut öncelik</system:String>
|
||||||
<system:String x:Key="pluginDirectory">Eklenti Klasörü</system:String>
|
<system:String x:Key="newPriority">Yeni Öncelik</system:String>
|
||||||
<system:String x:Key="author">by</system:String>
|
<system:String x:Key="priority">Öncelik</system:String>
|
||||||
<system:String x:Key="plugin_init_time">Açılış Süresi:</system:String>
|
<system:String x:Key="pluginDirectory">Eklenti Klasörü</system:String>
|
||||||
<system:String x:Key="plugin_query_time">Sorgu Süresi:</system:String>
|
<system:String x:Key="author">Yapımcı:</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| Version</system:String>
|
<system:String x:Key="plugin_init_time">Açılış Süresi:</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Website</system:String>
|
<system:String x:Key="plugin_query_time">Sorgu Süresi:</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">Sürüm</system:String>
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="plugin_query_web">İnternet Sitesi</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
|
||||||
<system:String x:Key="install">Install</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">Temalar</system:String>
|
<system:String x:Key="pluginStore">Eklenti Mağazası</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">Daha fazla tema bul</system:String>
|
<system:String x:Key="refresh">Yenile</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
<system:String x:Key="install">İndir</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">Pencere Yazı Tipi</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">Sonuç Yazı Tipi</system:String>
|
<system:String x:Key="theme">Temalar</system:String>
|
||||||
<system:String x:Key="windowMode">Pencere Modu</system:String>
|
<system:String x:Key="browserMoreThemes">Daha fazla tema bul</system:String>
|
||||||
<system:String x:Key="opacity">Saydamlık</system:String>
|
<system:String x:Key="howToCreateTheme">Nasıl bir tema yaratılır</system:String>
|
||||||
<system:String x:Key="theme_load_failure_path_not_exists">{0} isimli tema bulunamadı, varsayılan temaya dönülüyor.</system:String>
|
<system:String x:Key="hiThere">Merhaba</system:String>
|
||||||
<system:String x:Key="theme_load_failure_parse_error">{0} isimli tema yüklenirken hata oluştu, varsayılan temaya dönülüyor.</system:String>
|
<system:String x:Key="queryBoxFont">Pencere Yazı Tipi</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
<system:String x:Key="resultItemFont">Sonuç Yazı Tipi</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
<system:String x:Key="windowMode">Pencere Modu</system:String>
|
||||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
<system:String x:Key="opacity">Saydamlık</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">{0} isimli tema bulunamadı, varsayılan temaya dönülüyor.</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">{0} isimli tema yüklenirken hata oluştu, varsayılan temaya dönülüyor.</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
<system:String x:Key="ThemeFolder">Tema klasörü</system:String>
|
||||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
<system:String x:Key="OpenThemeFolder">Tema Klasörünü Aç</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
<system:String x:Key="ColorScheme">Renk düzeni</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="ColorSchemeSystem">Sistem Varsayılanı</system:String>
|
||||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
<system:String x:Key="ColorSchemeLight">Aydınlık</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">Koyu</system:String>
|
||||||
<system:String x:Key="hotkey">Kısayol Tuşu</system:String>
|
<system:String x:Key="SoundEffect">Ses Efekti</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Flow Launcher Kısayolu</system:String>
|
<system:String x:Key="SoundEffectTip">Arama penceresi açıldığında küçük bir ses oynat</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="Animation">Animasyon</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Açık Sonuç Değiştiricileri</system:String>
|
<system:String x:Key="AnimationTip">Arayüzde Animasyon Kullan</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">Kısayol Tuşunu Göster</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="hotkey">Kısayol Tuşu</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">Özel Sorgu Kısayolları</system:String>
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher Kısayolu</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||||
<system:String x:Key="delete">Sil</system:String>
|
<system:String x:Key="openResultModifiers">Açık Sonuç Değiştiricileri</system:String>
|
||||||
<system:String x:Key="edit">Düzenle</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
<system:String x:Key="add">Ekle</system:String>
|
<system:String x:Key="showOpenResultHotkey">Kısayol Tuşunu Göster</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">Lütfen bir öğe seçin</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">{0} eklentisi için olan kısayolu silmek istediğinize emin misiniz?</system:String>
|
<system:String x:Key="customQueryHotkey">Özel Sorgu Kısayolları</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="customQuery">Query</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="delete">Sil</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="edit">Düzenle</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="add">Ekle</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="pleaseSelectAnItem">Lütfen bir öğe seçin</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">{0} eklentisi için olan kısayolu silmek istediğinize emin misiniz?</system:String>
|
||||||
<system:String x:Key="proxy">Vekil Sunucu</system:String>
|
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
||||||
<system:String x:Key="enableProxy">HTTP vekil sunucuyu etkinleştir.</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="server">Sunucu Adresi</system:String>
|
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
||||||
<system:String x:Key="port">Port</system:String>
|
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
||||||
<system:String x:Key="userName">Kullanıcı Adı</system:String>
|
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
||||||
<system:String x:Key="password">Parola</system:String>
|
|
||||||
<system:String x:Key="testProxy">Ayarları Sına</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">Kaydet</system:String>
|
<system:String x:Key="proxy">Vekil Sunucu</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">Sunucu adresi boş olamaz</system:String>
|
<system:String x:Key="enableProxy">HTTP vekil sunucuyu etkinleştir.</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">Port boş olamaz</system:String>
|
<system:String x:Key="server">Sunucu Adresi</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">Port biçimi geçersiz</system:String>
|
<system:String x:Key="port">Port</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">Vekil sunucu ayarları başarıyla kaydedildi</system:String>
|
<system:String x:Key="userName">Kullanıcı Adı</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">Vekil sunucu doğru olarak ayarlandı</system:String>
|
<system:String x:Key="password">Parola</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">Vekil sunucuya bağlanılırken hata oluştu</system:String>
|
<system:String x:Key="testProxy">Ayarları Sına</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">Kaydet</system:String>
|
||||||
<system:String x:Key="about">Hakkında</system:String>
|
<system:String x:Key="serverCantBeEmpty">Sunucu adresi boş olamaz</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="portCantBeEmpty">Port boş olamaz</system:String>
|
||||||
<system:String x:Key="github">Github</system:String>
|
<system:String x:Key="invalidPortFormat">Port biçimi geçersiz</system:String>
|
||||||
<system:String x:Key="docs">Docs</system:String>
|
<system:String x:Key="saveProxySuccessfully">Vekil sunucu ayarları başarıyla kaydedildi</system:String>
|
||||||
<system:String x:Key="version">Sürüm</system:String>
|
<system:String x:Key="proxyIsCorrect">Vekil sunucu doğru olarak ayarlandı</system:String>
|
||||||
<system:String x:Key="about_activate_times">Şu ana kadar Flow Launcher'u {0} kez aktifleştirdiniz.</system:String>
|
<system:String x:Key="proxyConnectFailed">Vekil sunucuya bağlanılırken hata oluştu</system:String>
|
||||||
<system:String x:Key="checkUpdates">Güncellemeleri Kontrol Et</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">Uygulamanın yeni sürümü ({0}) mevcut, Lütfen Flow Launcher'u yeniden başlatın.</system:String>
|
<!-- Setting About -->
|
||||||
<system:String x:Key="checkUpdatesFailed">Güncelleme kontrolü başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın api.github.com adresine ulaşabilir olduğunu kontrol edin.</system:String>
|
<system:String x:Key="about">Hakkında</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">Website</system:String>
|
||||||
Güncellemenin yüklenmesi başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın github-cloud.s3.amazonaws.com
|
<system:String x:Key="github">Github</system:String>
|
||||||
adresine ulaşabilir olduğunu kontrol edin ya da https://github.com/Flow-Launcher/Flow.Launcher/releases adresinden güncellemeyi elle indirin.
|
<system:String x:Key="docs">Docs</system:String>
|
||||||
|
<system:String x:Key="version">Sürüm</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">Şu ana kadar Flow Launcher'u {0} kez aktifleştirdiniz.</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Güncellemeleri Kontrol Et</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">Uygulamanın yeni sürümü ({0}) mevcut, Lütfen Flow Launcher'u yeniden başlatın.</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">Güncelleme kontrolü başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın api.github.com adresine ulaşabilir olduğunu kontrol edin.</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
|
Güncellemenin yüklenmesi başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın github-cloud.s3.amazonaws.com
|
||||||
|
adresine ulaşabilir olduğunu kontrol edin ya da https://github.com/Flow-Launcher/Flow.Launcher/releases adresinden güncellemeyi elle indirin.
|
||||||
</system:String>
|
</system:String>
|
||||||
<system:String x:Key="releaseNotes">Sürüm Notları:</system:String>
|
<system:String x:Key="releaseNotes">Sürüm Notları:</system:String>
|
||||||
<system:String x:Key="documentation">Usage Tips</system:String>
|
<system:String x:Key="documentation">Usage Tips</system:String>
|
||||||
<system:String x:Key="devtool">DevTools</system:String>
|
<system:String x:Key="devtool">DevTools</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="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<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="fileManagerWindow">Select File Manager</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_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_name">File Manager</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_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_name">File Manager</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">Default Web 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>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</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_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</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>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">Eski Anahtar Kelime</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="newActionKeywords">Yeni Anahtar Kelime</system:String>
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||||
<system:String x:Key="cancel">İptal</system:String>
|
|
||||||
<system:String x:Key="done">Tamam</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">Belirtilen eklenti bulunamadı</system:String>
|
<system:String x:Key="oldActionKeywords">Eski Anahtar Kelime</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">Yeni anahtar kelime boş olamaz</system:String>
|
<system:String x:Key="newActionKeywords">Yeni Anahtar Kelime</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Yeni anahtar kelime başka bir eklentiye atanmış durumda. Lütfen başka bir anahtar kelime seçin</system:String>
|
<system:String x:Key="cancel">İptal</system:String>
|
||||||
<system:String x:Key="success">Başarılı</system:String>
|
<system:String x:Key="done">Tamam</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">Belirtilen eklenti bulunamadı</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">Anahtar kelime belirlemek istemiyorsanız * kullanın</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">Yeni anahtar kelime boş olamaz</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">Yeni anahtar kelime başka bir eklentiye atanmış durumda. Lütfen başka bir anahtar kelime seçin</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">Özel Sorgu Kısayolları</system:String>
|
<system:String x:Key="success">Başarılı</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
||||||
<system:String x:Key="preview">Önizleme</system:String>
|
<system:String x:Key="actionkeyword_tips">Anahtar kelime belirlemek istemiyorsanız * kullanın</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">Kısayol tuşu kullanılabilir değil, lütfen başka bir kısayol tuşu seçin</system:String>
|
|
||||||
<system:String x:Key="invalidPluginHotkey">Geçersiz eklenti kısayol tuşu</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="update">Güncelle</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">Özel Sorgu Kısayolları</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">Kısayol tuşu kullanılabilir değil</system:String>
|
<system:String x:Key="preview">Önizleme</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="hotkeyIsNotUnavailable">Kısayol tuşu kullanılabilir değil, lütfen başka bir kısayol tuşu seçin</system:String>
|
||||||
<system:String x:Key="reportWindow_version">Sürüm</system:String>
|
<system:String x:Key="invalidPluginHotkey">Geçersiz eklenti kısayol tuşu</system:String>
|
||||||
<system:String x:Key="reportWindow_time">Tarih</system:String>
|
<system:String x:Key="update">Güncelle</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">Sorunu çözebilmemiz için lütfen uygulamanın ne yaparken çöktüğünü belirtin.</system:String>
|
|
||||||
<system:String x:Key="reportWindow_send_report">Raporu Gönder</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_cancel">İptal</system:String>
|
<system:String x:Key="hotkeyUnavailable">Kısayol tuşu kullanılabilir değil</system:String>
|
||||||
<system:String x:Key="reportWindow_general">Genel</system:String>
|
|
||||||
<system:String x:Key="reportWindow_exceptions">Özel Durumlar</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exception_type">Özel Durum Tipi</system:String>
|
<system:String x:Key="reportWindow_version">Sürüm</system:String>
|
||||||
<system:String x:Key="reportWindow_source">Kaynak</system:String>
|
<system:String x:Key="reportWindow_time">Tarih</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">Yığın İzleme</system:String>
|
<system:String x:Key="reportWindow_reproduce">Sorunu çözebilmemiz için lütfen uygulamanın ne yaparken çöktüğünü belirtin.</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">Gönderiliyor</system:String>
|
<system:String x:Key="reportWindow_send_report">Raporu Gönder</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">Hata raporu başarıyla gönderildi</system:String>
|
<system:String x:Key="reportWindow_cancel">İptal</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">Hata raporu gönderimi başarısız oldu</system:String>
|
<system:String x:Key="reportWindow_general">Genel</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher'ta bir hata oluştu</system:String>
|
<system:String x:Key="reportWindow_exceptions">Özel Durumlar</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_exception_type">Özel Durum Tipi</system:String>
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="reportWindow_source">Kaynak</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_stack_trace">Yığın İzleme</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
<system:String x:Key="reportWindow_sending">Gönderiliyor</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="reportWindow_report_succeed">Hata raporu başarıyla gönderildi</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="reportWindow_report_failed">Hata raporu gönderimi başarısız oldu</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher'ta bir hata oluştu</system:String>
|
||||||
<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.
|
<!-- General Notice -->
|
||||||
Please manually move your profile data folder from {0} to {1}
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
||||||
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</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_update_found">Update found</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
||||||
|
<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.
|
||||||
|
Please manually move your profile data folder from {0} to {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">New Update</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Flow Launcher'un yeni bir sürümü ({0}) mevcut</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">Flow Launcher'un yeni bir sürümü ({0}) mevcut</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">Güncellemelerin kurulması sırasında bir hata oluştu</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">Güncellemelerin kurulması sırasında bir hata oluştu</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update">Güncelle</system:String>
|
<system:String x:Key="update_flowlauncher_update">Güncelle</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_cancel">İptal</system:String>
|
<system:String x:Key="update_flowlauncher_update_cancel">İptal</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
<system:String x:Key="update_flowlauncher_fail">Update Failed</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">Bu güncelleme Flow Launcher'u yeniden başlatacaktır</system:String>
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Bu güncelleme Flow Launcher'u yeniden başlatacaktır</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_files">Aşağıdaki dosyalar güncelleştirilecektir</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_files">Aşağıdaki dosyalar güncelleştirilecektir</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_files">Güncellenecek dosyalar</system:String>
|
<system:String x:Key="update_flowlauncher_update_files">Güncellenecek dosyalar</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_update_description">Güncelleme açıklaması</system:String>
|
<system:String x:Key="update_flowlauncher_update_update_description">Güncelleme açıklaması</system:String>
|
||||||
<!-- Welcome Window -->
|
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Skip">Skip</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_Title">Welcome to 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_Text01">Hello, this is the first time you are running 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_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_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_Title">Search and run all files and applications on your PC</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_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_Page3_Title">Hotkeys</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_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page3_Title">Hotkeys</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_Title">Action Keyword and Commands</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Let's Start 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_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendWeather">Weather</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetooth">Bluetooth</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="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,267 +1,289 @@
|
||||||
<?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">登錄快速鍵:{0} 失敗</system:String>
|
<system:String x:Key="registerHotkeyFailed">登錄快捷鍵:{0} 失敗</system:String>
|
||||||
<system:String x:Key="couldnotStartCmd">啟動命令 {0} 失敗</system:String>
|
<system:String x:Key="couldnotStartCmd">啟動命令 {0} 失敗</system:String>
|
||||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">無效的 Flow Launcher 外掛格式</system:String>
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">無效的 Flow Launcher 外掛格式</system:String>
|
||||||
<system:String x:Key="setAsTopMostInThisQuery">在目前查詢中置頂</system:String>
|
<system:String x:Key="setAsTopMostInThisQuery">在目前查詢中置頂</system:String>
|
||||||
<system:String x:Key="cancelTopMostInThisQuery">取消置頂</system:String>
|
<system:String x:Key="cancelTopMostInThisQuery">取消置頂</system:String>
|
||||||
<system:String x:Key="executeQuery">執行查詢:{0}</system:String>
|
<system:String x:Key="executeQuery">執行查詢:{0}</system:String>
|
||||||
<system:String x:Key="lastExecuteTime">上次執行時間:{0}</system:String>
|
<system:String x:Key="lastExecuteTime">上次執行時間:{0}</system:String>
|
||||||
<system:String x:Key="iconTrayOpen">開啟</system:String>
|
<system:String x:Key="iconTrayOpen">開啟</system:String>
|
||||||
<system:String x:Key="iconTraySettings">設定</system:String>
|
<system:String x:Key="iconTraySettings">設定</system:String>
|
||||||
<system:String x:Key="iconTrayAbout">關於</system:String>
|
<system:String x:Key="iconTrayAbout">關於</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="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>
|
||||||
<!-- Setting General -->
|
|
||||||
<system:String x:Key="flowlauncher_settings">Flow Launcher 設定</system:String>
|
<!-- Setting General -->
|
||||||
<system:String x:Key="general">一般</system:String>
|
<system:String x:Key="flowlauncher_settings">Flow Launcher 設定</system:String>
|
||||||
<system:String x:Key="portableMode">Portable Mode</system:String>
|
<system:String x:Key="general">一般</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="portableMode">Portable Mode</system:String>
|
||||||
<system:String x:Key="startFlowLauncherOnSystemStartup">開機時啟動</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="hideFlowLauncherWhenLoseFocus">失去焦點時自動隱藏 Flow Launcher</system:String>
|
<system:String x:Key="startFlowLauncherOnSystemStartup">開機時啟動</system:String>
|
||||||
<system:String x:Key="dontPromptUpdateMsg">不顯示新版本提示</system:String>
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">失去焦點時自動隱藏 Flow Launcher</system:String>
|
||||||
<system:String x:Key="rememberLastLocation">記住上次啟動位置</system:String>
|
<system:String x:Key="dontPromptUpdateMsg">不顯示新版本提示</system:String>
|
||||||
<system:String x:Key="language">語言</system:String>
|
<system:String x:Key="rememberLastLocation">記住上次啟動位置</system:String>
|
||||||
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
<system:String x:Key="language">語言</system:String>
|
||||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
||||||
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
||||||
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
||||||
<system:String x:Key="maxShowResults">最大結果顯示個數</system:String>
|
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
||||||
<system:String x:Key="ignoreHotkeysOnFullscreen">全螢幕模式下忽略熱鍵</system:String>
|
<system:String x:Key="maxShowResults">最大結果顯示個數</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="ignoreHotkeysOnFullscreen">全螢幕模式下忽略熱鍵</system:String>
|
||||||
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">全螢幕模式下停用快捷鍵(推薦用於遊戲時)。</system:String>
|
||||||
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
<system:String x:Key="defaultFileManager">預設檔案管理器</system:String>
|
||||||
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
<system:String x:Key="defaultFileManagerToolTip">選擇打開資料夾時要使用的檔案管理器。</system:String>
|
||||||
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
<system:String x:Key="defaultBrowser">預設瀏覽器</system:String>
|
||||||
<system:String x:Key="pythonDirectory">Python 路徑</system:String>
|
<system:String x:Key="defaultBrowserToolTip">設定新增分頁、視窗和無痕模式。</system:String>
|
||||||
<system:String x:Key="autoUpdates">自動更新</system:String>
|
<system:String x:Key="pythonDirectory">Python 路徑</system:String>
|
||||||
<system:String x:Key="selectPythonDirectory">選擇</system:String>
|
<system:String x:Key="autoUpdates">自動更新</system:String>
|
||||||
<system:String x:Key="hideOnStartup">啟動時不顯示主視窗</system:String>
|
<system:String x:Key="selectPythonDirectory">選擇</system:String>
|
||||||
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
<system:String x:Key="hideOnStartup">啟動時不顯示主視窗</system:String>
|
||||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
<system:String x:Key="hideNotifyIcon">隱藏任務欄圖標</system:String>
|
||||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
<system:String x:Key="querySearchPrecision">查詢搜索精確度</system:String>
|
||||||
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</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="ShouldUsePinyin">拼音搜索</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="ShouldUsePinyinToolTip">允許使用拼音來搜索</system:String>
|
||||||
<!-- Setting Plugin -->
|
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
||||||
<system:String x:Key="plugin">Plugin</system:String>
|
|
||||||
<system:String x:Key="browserMorePlugins">瀏覽更多外掛</system:String>
|
<!-- Setting Plugin -->
|
||||||
<system:String x:Key="enable">On</system:String>
|
<system:String x:Key="plugin">插件</system:String>
|
||||||
<system:String x:Key="disable">停用</system:String>
|
<system:String x:Key="browserMorePlugins">瀏覽更多外掛</system:String>
|
||||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
<system:String x:Key="enable">啟用</system:String>
|
||||||
<system:String x:Key="actionKeywords">觸發關鍵字</system:String>
|
<system:String x:Key="disable">停用</system:String>
|
||||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
<system:String x:Key="actionKeywordsTitle">觸發關鍵字設定</system:String>
|
||||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
<system:String x:Key="actionKeywords">觸發關鍵字</system:String>
|
||||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
<system:String x:Key="currentActionKeywords">目前觸發關鍵字</system:String>
|
||||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
<system:String x:Key="newActionKeyword">新觸發關鍵字</system:String>
|
||||||
<system:String x:Key="newPriority">New Priority</system:String>
|
<system:String x:Key="actionKeywordsTooltip">更改觸發關鍵字</system:String>
|
||||||
<system:String x:Key="priority">Priority</system:String>
|
<system:String x:Key="currentPriority">目前優先</system:String>
|
||||||
<system:String x:Key="pluginDirectory">外掛資料夾</system:String>
|
<system:String x:Key="newPriority">新增優先</system:String>
|
||||||
<system:String x:Key="author">作者</system:String>
|
<system:String x:Key="priority">優先</system:String>
|
||||||
<system:String x:Key="plugin_init_time">載入耗時:</system:String>
|
<system:String x:Key="pluginDirectory">外掛資料夾</system:String>
|
||||||
<system:String x:Key="plugin_query_time">查詢耗時:</system:String>
|
<system:String x:Key="author">作者</system:String>
|
||||||
<system:String x:Key="plugin_query_version">| Version</system:String>
|
<system:String x:Key="plugin_init_time">載入耗時:</system:String>
|
||||||
<system:String x:Key="plugin_query_web">Website</system:String>
|
<system:String x:Key="plugin_query_time">查詢耗時:</system:String>
|
||||||
<!-- Setting Plugin Store -->
|
<system:String x:Key="plugin_query_version">| 版本</system:String>
|
||||||
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
<system:String x:Key="plugin_query_web">官方網站</system:String>
|
||||||
<system:String x:Key="refresh">Refresh</system:String>
|
|
||||||
<system:String x:Key="install">Install</system:String>
|
|
||||||
<!-- Setting Theme -->
|
<!-- Setting Plugin Store -->
|
||||||
<system:String x:Key="theme">主題</system:String>
|
<system:String x:Key="pluginStore">插件商店</system:String>
|
||||||
<system:String x:Key="browserMoreThemes">瀏覽更多主題</system:String>
|
<system:String x:Key="refresh">重新整理</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
<system:String x:Key="install">安裝</system:String>
|
||||||
<system:String x:Key="hiThere">Hi There</system:String>
|
|
||||||
<system:String x:Key="queryBoxFont">查詢框字體</system:String>
|
<!-- Setting Theme -->
|
||||||
<system:String x:Key="resultItemFont">結果項字體</system:String>
|
<system:String x:Key="theme">主題</system:String>
|
||||||
<system:String x:Key="windowMode">視窗模式</system:String>
|
<system:String x:Key="browserMoreThemes">瀏覽更多主題</system:String>
|
||||||
<system:String x:Key="opacity">透明度</system:String>
|
<system:String x:Key="howToCreateTheme">如何創建一個主題</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="hiThere">你好呀</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="queryBoxFont">查詢框字體</system:String>
|
||||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
<system:String x:Key="resultItemFont">結果項字體</system:String>
|
||||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
<system:String x:Key="windowMode">視窗模式</system:String>
|
||||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
<system:String x:Key="opacity">透明度</system:String>
|
||||||
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
<system:String x:Key="theme_load_failure_path_not_exists">找不到主題 {0} ,將回到預設主題</system:String>
|
||||||
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
<system:String x:Key="theme_load_failure_parse_error">無法載入主題 {0} ,將回到預設主題</system:String>
|
||||||
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
<system:String x:Key="ThemeFolder">主題資料夾</system:String>
|
||||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
<system:String x:Key="OpenThemeFolder">打開主題資料夾</system:String>
|
||||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
<system:String x:Key="ColorScheme">顏色主題</system:String>
|
||||||
<system:String x:Key="Animation">Animation</system:String>
|
<system:String x:Key="ColorSchemeSystem">系統預設</system:String>
|
||||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
<system:String x:Key="ColorSchemeLight">亮色系</system:String>
|
||||||
<!-- Setting Hotkey -->
|
<system:String x:Key="ColorSchemeDark">暗色系</system:String>
|
||||||
<system:String x:Key="hotkey">熱鍵</system:String>
|
<system:String x:Key="SoundEffect">音效</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkey">Flow Launcher 執行熱鍵</system:String>
|
<system:String x:Key="SoundEffectTip">搜索窗口打開時播放音效</system:String>
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="Animation">動畫</system:String>
|
||||||
<system:String x:Key="openResultModifiers">開放結果修飾符</system:String>
|
<system:String x:Key="AnimationTip">使用介面動畫</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
|
||||||
<system:String x:Key="showOpenResultHotkey">顯示熱鍵</system:String>
|
<!-- Setting Hotkey -->
|
||||||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
<system:String x:Key="hotkey">快捷鍵</system:String>
|
||||||
<system:String x:Key="customQueryHotkey">自定義熱鍵查詢</system:String>
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher 快捷鍵</system:String>
|
||||||
<system:String x:Key="customQuery">Query</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">執行快捷鍵以顯示 / 隱藏 Flow Launcher。</system:String>
|
||||||
<system:String x:Key="delete">刪除</system:String>
|
<system:String x:Key="openResultModifiers">開放結果修飾符</system:String>
|
||||||
<system:String x:Key="edit">編輯</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
<system:String x:Key="add">新增</system:String>
|
<system:String x:Key="showOpenResultHotkey">顯示快捷鍵</system:String>
|
||||||
<system:String x:Key="pleaseSelectAnItem">請選擇一項</system:String>
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
<system:String x:Key="deleteCustomHotkeyWarning">確定要刪除外掛 {0} 的熱鍵嗎?</system:String>
|
<system:String x:Key="customQueryHotkey">自定義查詢快捷鍵</system:String>
|
||||||
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
<system:String x:Key="customQuery">查詢</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="delete">刪除</system:String>
|
||||||
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
<system:String x:Key="edit">編輯</system:String>
|
||||||
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
<system:String x:Key="add">新增</system:String>
|
||||||
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
<system:String x:Key="pleaseSelectAnItem">請選擇一項</system:String>
|
||||||
<!-- Setting Proxy -->
|
<system:String x:Key="deleteCustomHotkeyWarning">確定要刪除外掛 {0} 的熱鍵嗎?</system:String>
|
||||||
<system:String x:Key="proxy">HTTP 代理</system:String>
|
<system:String x:Key="queryWindowShadowEffect">查詢窗口陰影效果</system:String>
|
||||||
<system:String x:Key="enableProxy">啟用 HTTP 代理</system:String>
|
<system:String x:Key="shadowEffectCPUUsage">陰影效果將佔用大量的 GPU 資源。如果你的電腦效能有限,不建議使用。</system:String>
|
||||||
<system:String x:Key="server">HTTP 伺服器</system:String>
|
<system:String x:Key="windowWidthSize">窗口寬度</system:String>
|
||||||
<system:String x:Key="port">Port</system:String>
|
<system:String x:Key="useGlyphUI">使用 Segoe Fluent 圖標</system:String>
|
||||||
<system:String x:Key="userName">使用者</system:String>
|
<system:String x:Key="useGlyphUIEffect">在支援的情況下,在查詢結果使用 Segoe Fluent 圖標</system:String>
|
||||||
<system:String x:Key="password">密碼</system:String>
|
|
||||||
<system:String x:Key="testProxy">測試代理</system:String>
|
<!-- Setting Proxy -->
|
||||||
<system:String x:Key="save">儲存</system:String>
|
<system:String x:Key="proxy">HTTP 代理</system:String>
|
||||||
<system:String x:Key="serverCantBeEmpty">伺服器不能為空</system:String>
|
<system:String x:Key="enableProxy">啟用 HTTP 代理</system:String>
|
||||||
<system:String x:Key="portCantBeEmpty">Port 不能為空</system:String>
|
<system:String x:Key="server">HTTP 伺服器</system:String>
|
||||||
<system:String x:Key="invalidPortFormat">不正確的 Port 格式</system:String>
|
<system:String x:Key="port">埠</system:String>
|
||||||
<system:String x:Key="saveProxySuccessfully">儲存代理設定成功</system:String>
|
<system:String x:Key="userName">使用者</system:String>
|
||||||
<system:String x:Key="proxyIsCorrect">代理設定完成</system:String>
|
<system:String x:Key="password">密碼</system:String>
|
||||||
<system:String x:Key="proxyConnectFailed">代理連線失敗</system:String>
|
<system:String x:Key="testProxy">測試代理</system:String>
|
||||||
<!-- Setting About -->
|
<system:String x:Key="save">儲存</system:String>
|
||||||
<system:String x:Key="about">關於</system:String>
|
<system:String x:Key="serverCantBeEmpty">伺服器不能為空</system:String>
|
||||||
<system:String x:Key="website">Website</system:String>
|
<system:String x:Key="portCantBeEmpty">Port 不能為空</system:String>
|
||||||
<system:String x:Key="github">Github</system:String>
|
<system:String x:Key="invalidPortFormat">不正確的 Port 格式</system:String>
|
||||||
<system:String x:Key="docs">Docs</system:String>
|
<system:String x:Key="saveProxySuccessfully">儲存代理設定成功</system:String>
|
||||||
<system:String x:Key="version">版本</system:String>
|
<system:String x:Key="proxyIsCorrect">代理設定完成</system:String>
|
||||||
<system:String x:Key="about_activate_times">您已經啟動了 Flow Launcher {0} 次</system:String>
|
<system:String x:Key="proxyConnectFailed">代理連線失敗</system:String>
|
||||||
<system:String x:Key="checkUpdates">檢查更新</system:String>
|
|
||||||
<system:String x:Key="newVersionTips">發現有新版本 {0}, 請重新啟動 Flow Launcher。</system:String>
|
<!-- Setting About -->
|
||||||
<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="about">關於</system:String>
|
||||||
<system:String x:Key="downloadUpdatesFailed">
|
<system:String x:Key="website">官方網站</system:String>
|
||||||
Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com,
|
<system:String x:Key="github">Github</system:String>
|
||||||
or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
<system:String x:Key="docs">文檔</system:String>
|
||||||
|
<system:String x:Key="version">版本</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="newVersionTips">發現有新版本 {0}, 請重新啟動 Flow Launcher。</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">檢查更新失敗,請檢查你對 api.github.com 的連線和代理設定。</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
|
下載更新失敗,請檢查您對 github-cloud.s3.amazonaws.com 的連線和代理設定,
|
||||||
|
或是到 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="welcomewindow">Wizard</system:String>
|
<system:String x:Key="welcomewindow">嚮導</system:String>
|
||||||
<!-- FileManager Setting Dialog -->
|
|
||||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
<!-- FileManager Setting Dialog -->
|
||||||
<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="fileManagerWindow">選擇檔案管理器</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_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_name">File Manager</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_profile_name">Profile Name</system:String>
|
<system:String x:Key="fileManager_name">檔案管理器</system:String>
|
||||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
<system:String x:Key="fileManager_profile_name">檔案名稱</system:String>
|
||||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
<system:String x:Key="fileManager_path">檔案管理器路徑</system:String>
|
||||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||||
<!-- DefaultBrowser Setting Dialog -->
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||||
<system:String x:Key="defaultBrowserTitle">Default Web 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>
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowserTitle">預設瀏覽器</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
<system:String x:Key="defaultBrowser_tips">默認設定是依照作業系統的預設瀏覽器設定。如果要指定,Flow 將使用指定的瀏覽器。</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
<system:String x:Key="defaultBrowser_name">瀏覽器</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">瀏覽器名稱</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_path">瀏覽器路徑</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">新增視窗</system:String>
|
||||||
<!-- Priority Setting Dialog -->
|
<system:String x:Key="defaultBrowser_newTab">新增分頁</system:String>
|
||||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
<system:String x:Key="defaultBrowser_parameter">無痕模式</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>
|
<!-- Priority Setting Dialog -->
|
||||||
<!-- Action Keyword Setting Dialog -->
|
<system:String x:Key="changePriorityWindow">更改優先度</system:String>
|
||||||
<system:String x:Key="oldActionKeywords">舊觸發關鍵字</system:String>
|
<system:String x:Key="priority_tips">數字越大,查詢結過會排在越前面。嘗試將其設定為 5。如果你希望查詢結果低於任何其他插件,請提供負數</system:String>
|
||||||
<system:String x:Key="newActionKeywords">新觸發關鍵字</system:String>
|
<system:String x:Key="invalidPriority">請為優先度提供一個有效的整數!</system:String>
|
||||||
<system:String x:Key="cancel">取消</system:String>
|
|
||||||
<system:String x:Key="done">確定</system:String>
|
<!-- Action Keyword Setting Dialog -->
|
||||||
<system:String x:Key="cannotFindSpecifiedPlugin">找不到指定的外掛</system:String>
|
<system:String x:Key="oldActionKeywords">舊觸發關鍵字</system:String>
|
||||||
<system:String x:Key="newActionKeywordsCannotBeEmpty">新觸發關鍵字不能為空白</system:String>
|
<system:String x:Key="newActionKeywords">新觸發關鍵字</system:String>
|
||||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">新觸發關鍵字已經被指派給另一外掛,請設定其他關鍵字。</system:String>
|
<system:String x:Key="cancel">取消</system:String>
|
||||||
<system:String x:Key="success">成功</system:String>
|
<system:String x:Key="done">確定</system:String>
|
||||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
<system:String x:Key="cannotFindSpecifiedPlugin">找不到指定的外掛</system:String>
|
||||||
<system:String x:Key="actionkeyword_tips">如果不想設定觸發關鍵字,可以使用*代替</system:String>
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">新觸發關鍵字不能為空白</system:String>
|
||||||
<!-- Custom Query Hotkey Dialog -->
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">新觸發關鍵字已經被指派給另一外掛,請設定其他關鍵字。</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTitle">自定義熱鍵查詢</system:String>
|
<system:String x:Key="success">成功</system:String>
|
||||||
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
<system:String x:Key="completedSuccessfully">成功完成</system:String>
|
||||||
<system:String x:Key="preview">預覽</system:String>
|
<system:String x:Key="actionkeyword_tips">如果不想設定觸發關鍵字,可以使用*代替</system:String>
|
||||||
<system:String x:Key="hotkeyIsNotUnavailable">熱鍵不存在,請設定一個新的熱鍵</system:String>
|
|
||||||
<system:String x:Key="invalidPluginHotkey">外掛熱鍵無法使用</system:String>
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
<system:String x:Key="update">更新</system:String>
|
<system:String x:Key="customeQueryHotkeyTitle">自定義熱鍵查詢</system:String>
|
||||||
<!-- Hotkey Control -->
|
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
||||||
<system:String x:Key="hotkeyUnavailable">熱鍵無法使用</system:String>
|
<system:String x:Key="preview">預覽</system:String>
|
||||||
<!-- Crash Reporter -->
|
<system:String x:Key="hotkeyIsNotUnavailable">熱鍵不存在,請設定一個新的熱鍵</system:String>
|
||||||
<system:String x:Key="reportWindow_version">版本</system:String>
|
<system:String x:Key="invalidPluginHotkey">外掛熱鍵無法使用</system:String>
|
||||||
<system:String x:Key="reportWindow_time">時間</system:String>
|
<system:String x:Key="update">更新</system:String>
|
||||||
<system:String x:Key="reportWindow_reproduce">請告訴我們如何重現此問題,以便我們進行修復</system:String>
|
|
||||||
<system:String x:Key="reportWindow_send_report">發送報告</system:String>
|
<!-- Hotkey Control -->
|
||||||
<system:String x:Key="reportWindow_cancel">取消</system:String>
|
<system:String x:Key="hotkeyUnavailable">熱鍵無法使用</system:String>
|
||||||
<system:String x:Key="reportWindow_general">一般</system:String>
|
|
||||||
<system:String x:Key="reportWindow_exceptions">例外訊息</system:String>
|
<!-- Crash Reporter -->
|
||||||
<system:String x:Key="reportWindow_exception_type">例外類型</system:String>
|
<system:String x:Key="reportWindow_version">版本</system:String>
|
||||||
<system:String x:Key="reportWindow_source">例外來源</system:String>
|
<system:String x:Key="reportWindow_time">時間</system:String>
|
||||||
<system:String x:Key="reportWindow_stack_trace">堆疊資訊</system:String>
|
<system:String x:Key="reportWindow_reproduce">請告訴我們如何重現此問題,以便我們進行修復</system:String>
|
||||||
<system:String x:Key="reportWindow_sending">傳送中</system:String>
|
<system:String x:Key="reportWindow_send_report">發送報告</system:String>
|
||||||
<system:String x:Key="reportWindow_report_succeed">傳送成功</system:String>
|
<system:String x:Key="reportWindow_cancel">取消</system:String>
|
||||||
<system:String x:Key="reportWindow_report_failed">傳送失敗</system:String>
|
<system:String x:Key="reportWindow_general">一般</system:String>
|
||||||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher 出錯啦</system:String>
|
<system:String x:Key="reportWindow_exceptions">例外訊息</system:String>
|
||||||
<!-- General Notice -->
|
<system:String x:Key="reportWindow_exception_type">例外類型</system:String>
|
||||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
<system:String x:Key="reportWindow_source">例外來源</system:String>
|
||||||
<!-- update -->
|
<system:String x:Key="reportWindow_stack_trace">堆疊資訊</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
<system:String x:Key="reportWindow_sending">傳送中</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="reportWindow_report_succeed">傳送成功</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
<system:String x:Key="reportWindow_report_failed">傳送失敗</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher 出錯啦</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
|
||||||
|
<!-- General Notice -->
|
||||||
|
<system:String x:Key="pleaseWait">請稍後...</system:String>
|
||||||
|
|
||||||
|
<!-- update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">正在檢查更新</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_already_on_latest">您已經擁有最新的 Flow Launcher 版本</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_found">找到更新</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">更新中...</system:String>
|
||||||
|
<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}
|
||||||
</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 新版本 V{0}</system:String>
|
<system:String x:Key="update_flowlauncher_update_new_version_available">發現 Flow Launcher 新版本 V{0}</system:String>
|
||||||
<system:String x:Key="update_flowlauncher_update_error">更新 Flow Launcher 出錯</system:String>
|
<system:String x:Key="update_flowlauncher_update_error">更新 Flow Launcher 時發生錯誤</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">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">此更新需要重新啟動 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 -->
|
|
||||||
<system:String x:Key="Skip">Skip</system:String>
|
<!-- Welcome Window -->
|
||||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
<system:String x:Key="Skip">跳過</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_Title">歡迎使用 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_Text01">你好,這是你第一次運行 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_Page1_Text02">在開始之前,此嚮導將幫助設定 Flow Launcher。如果你想,你可以跳過這個。請選擇一種語言</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_Title">Search and run all files and applications on your PC</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_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_Page3_Title">Hotkeys</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_Page4_Title">Action Keyword and Commands</system:String>
|
<system:String x:Key="Welcome_Page3_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_Title">Action Keyword and Commands</system:String>
|
||||||
<system:String x:Key="Welcome_Page5_Title">Let's Start 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_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
||||||
<!-- General Guide & Hotkey -->
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
||||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
<!-- General Guide & Hotkey -->
|
||||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
|
||||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
||||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">以管理員身分執行</system:String>
|
||||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
<system:String x:Key="HotkeyCtrlHDesc">查詢歷史</system:String>
|
||||||
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
<system:String x:Key="RecommendWeather">Weather</system:String>
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
||||||
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
<system:String x:Key="HotkeyCtrlIDesc">開啟視窗設定</system:String>
|
||||||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
<system:String x:Key="HotkeyF5Desc">充新載入插件數據</system:String>
|
||||||
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
|
||||||
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
<system:String x:Key="RecommendWeather">天氣</system:String>
|
||||||
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
<system:String x:Key="RecommendWeatherDesc">Google 搜索的天氣結果</system:String>
|
||||||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
<system:String x:Key="RecommendShellDesc">Shell 指令</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="RecommendBluetooth">藍牙</system:String>
|
||||||
|
<system:String x:Key="RecommendBluetoothDesc">Windows 設定中的藍牙</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronymsDesc">便利貼</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Elegir</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Elegir</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copiar url</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copiar url</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copiar la url del marcador al portapapeles</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copiar la url del marcador al portapapeles</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Cargar Navegador de:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Cargar navegador desde:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Nombre del Navegador</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Nombre del Navegador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Ruta del Directorio de Datos</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Ruta del Directorio de Datos</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Añadir</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Añadir</system:String>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Escolher</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Escolher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copiar URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copiar URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copiar URL do marcador para a área de transferência</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copiar URL do marcador para a área de transferência</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Carregar navegador de:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Carregar navegador em:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Nome do navegador</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Nome do navegador</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_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>
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,22 @@
|
||||||
<?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">
|
||||||
<!-- Plugin Info -->
|
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">浏览器书签</system:String>
|
<!-- Plugin Info -->
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">搜索您的浏览器书签</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">浏览器书签</system:String>
|
||||||
<!-- Settings -->
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">搜索您的浏览器书签</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">书签数据</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">在以下位置打开书签:</system:String>
|
<!-- Settings -->
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">新窗口</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">书签数据</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">新标签</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">在以下位置打开书签:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">设置浏览器路径:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">新窗口</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">选择</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">新标签</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">复制网址</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">设置浏览器路径:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">将书签的网址复制到剪贴板</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">选择</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">从以下浏览器加载:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">复制网址</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">浏览器名称</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">将书签的网址复制到剪贴板</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">数据文件路径</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">从以下浏览器加载:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">增加</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">浏览器名称</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">删除</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">数据文件路径</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">增加</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">删除</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,20 @@
|
||||||
<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">Open bookmarks in:</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">Set browser from path:</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">複製網址</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">複製書籤網址</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Load Browser From:</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Load Browser From:</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">Data Directory Path</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_removeBrowserBookmark">刪除</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">刪除</system:String>
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,14 @@
|
||||||
<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">Calculadora</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 hacer cálculos matemáticos. (Pruebe con 5*3-2 en 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">No es un 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">Expresión incorrecta o incompleta (¿Olvidó algún paréntesis?)</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 número al portapapeles</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">El separador decimal que se usará en el 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">Usar configuración del sistema</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">Coma (,)</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">Punto (.)</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">Número máximo de decimales</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,14 +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">計算機</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">為 Flow Launcher 提供數學計算功能。(試著在 Flow Launcher 輸入 5*3-2)</system:String>
|
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">計算機</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Not a number (NaN)</system:String>
|
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">為 Flow Launcher 提供數學計算功能。(試著在 Flow Launcher 輸入 5*3-2)</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_not_a_number">Not a number (NaN)</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_expression_not_complete">Expression wrong or incomplete (Did you forget some parentheses?)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">Decimal separator</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_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">Decimal separator</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_output_decimal_seperator_help">The decimal separator to be used in the output.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Comma (,)</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_dot">Dot (.)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Comma (,)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. decimal places</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Dot (.)</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. decimal places</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
|
|
||||||
<!--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">Por favor, seleccione primero</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">Are you sure you want to delete {0}?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this {0}?</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this {0}?</system:String>
|
||||||
|
|
@ -16,9 +16,9 @@
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
||||||
|
|
||||||
<!--Controls-->
|
<!--Controls-->
|
||||||
<system:String x:Key="plugin_explorer_delete">Delete</system:String>
|
<system:String x:Key="plugin_explorer_delete">Eliminar</system:String>
|
||||||
<system:String x:Key="plugin_explorer_edit">Edit</system:String>
|
<system:String x:Key="plugin_explorer_edit">Editar</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add">Add</system:String>
|
<system:String x:Key="plugin_explorer_add">Añadir</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">Quick Access Links</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>
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
<!--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_copyfilefolder">Copy</system:String>
|
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder">Delete</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder">Eliminar</system:String>
|
||||||
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
<system:String x:Key="plugin_explorer_path">Path:</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>
|
||||||
|
|
|
||||||
|
|
@ -1,62 +1,67 @@
|
||||||
<?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">
|
||||||
<!--Dialogues-->
|
|
||||||
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
<!--Dialogues-->
|
||||||
<system:String x:Key="plugin_explorer_select_folder_link_warning">Musisz wybrać któryś folder z listy</system:String>
|
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete_folder_link">Czy jesteś pewien że chcesz usunąć {0}?</system:String>
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">Musisz wybrać któryś folder z listy</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this {0}?</system:String>
|
<system:String x:Key="plugin_explorer_delete_folder_link">Czy jesteś pewien że chcesz usunąć {0}?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this {0}?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Successfully deleted the {0}</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</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_deletefilefoldersuccess_detail">Successfully deleted the {0}</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_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_windowsSearchServiceNotRunning">The required service for Windows Index Search does not appear to be running</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_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</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_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_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</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>
|
||||||
<!--Controls-->
|
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete">Usuń</system:String>
|
|
||||||
<system:String x:Key="plugin_explorer_edit">Edytuj</system:String>
|
<!--Controls-->
|
||||||
<system:String x:Key="plugin_explorer_add">Dodaj</system:String>
|
<system:String x:Key="plugin_explorer_delete">Usuń</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_edit">Edytuj</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_add">Dodaj</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_done">Zapisz</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_done">Zapisz</system:String>
|
||||||
<!--Plugin Infos-->
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_description">Search and manage files and folders. Explorer utilises Windows Index Search</system:String>
|
|
||||||
<!--Context menu items-->
|
<!--Plugin Infos-->
|
||||||
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
|
<system:String x:Key="plugin_explorer_plugin_description">Search and manage files and folders. Explorer utilises Windows Index Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder">Usu</system:String>
|
|
||||||
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
<!--Context menu items-->
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</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_deletefilefolder">Usu</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
|
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the file or folder</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the file or folder</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add the current {0} to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add the current {0} to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove the current {0} from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove the current {0} from Quick Access</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Abre a localização que contém o ficheiro ou a pasta</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Abre a localização que contém o ficheiro ou a pasta</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwitheditor">Abrir com o editor:</system:String>
|
<system:String x:Key="plugin_explorer_openwitheditor">Abrir com o editor:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludefromindexsearch">Excluir diretório atual do índice de pesquisas</system:String>
|
<system:String x:Key="plugin_explorer_excludefromindexsearch">Excluir diretório atual do índice de pesquisas</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluído do índice de pesquisa</system:String>
|
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluído do índice de pesquisas</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions">Abrir opções de indexação do Windows</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions">Abrir opções de indexação do Windows</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Gerir ficheiros e pastas indexadas</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Gerir ficheiros e pastas indexadas</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Não foi possível abrir as opções de indexação do Windows</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Não foi possível abrir as opções de indexação do Windows</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1,62 +1,67 @@
|
||||||
<?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">
|
||||||
<!--Dialogues-->
|
|
||||||
<system:String x:Key="plugin_explorer_make_selection_warning">请先进行选择</system:String>
|
<!--Dialogues-->
|
||||||
<system:String x:Key="plugin_explorer_select_folder_link_warning">请选择一个文件夹链接</system:String>
|
<system:String x:Key="plugin_explorer_make_selection_warning">请先进行选择</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete_folder_link">您确定要删除 {0} 吗?</system:String>
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">请选择一个文件夹链接</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">您确定要永久删除此 {0} 吗?</system:String>
|
<system:String x:Key="plugin_explorer_delete_folder_link">您确定要删除 {0} 吗?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">删除成功</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">您确定要永久删除此 {0} 吗?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">已成功删除 {0}</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">删除成功</system:String>
|
||||||
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">使用全局操作关键字可能会在搜索过程中带来太多结果。请使用一个特定的操作关键字。</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">已成功删除 {0}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">无法使用全局动作关键词作为快速访问关键字,请指定动作关键字</system:String>
|
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">使用全局操作关键字可能会在搜索过程中带来太多结果。请使用一个特定的操作关键字。</system:String>
|
||||||
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">Windows 索引搜索所需的服务似乎没有运行</system:String>
|
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">无法使用全局动作关键词作为快速访问关键字,请指定动作关键字</system:String>
|
||||||
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">若要解决这个问题,请启动 Windows 搜索服务。点击此处删除警告</system:String>
|
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">Windows 索引搜索所需的服务似乎没有运行</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative">警告消息已关闭。 作为搜索文件和文件夹的一个替代办法,你想要安装 Everything 插件吗?{0}{0}选择 '是'安装Everything插件',或者'否' 退出</system:String>
|
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">若要解决这个问题,请启动 Windows 搜索服务。点击此处删除警告</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">资源管理器选项</system:String>
|
<system:String x:Key="plugin_explorer_alternative">警告消息已关闭。 作为搜索文件和文件夹的一个替代办法,你想要安装 Everything 插件吗?{0}{0}选择 '是'安装Everything插件',或者'否' 退出</system:String>
|
||||||
<!--Controls-->
|
<system:String x:Key="plugin_explorer_alternative_title">资源管理器选项</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete">删除</system:String>
|
|
||||||
<system:String x:Key="plugin_explorer_edit">编辑</system:String>
|
<!--Controls-->
|
||||||
<system:String x:Key="plugin_explorer_add">增加</system:String>
|
<system:String x:Key="plugin_explorer_delete">删除</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">自定义动作关键字</system:String>
|
<system:String x:Key="plugin_explorer_edit">编辑</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速访问链接</system:String>
|
<system:String x:Key="plugin_explorer_add">增加</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">索引搜索排除的路径</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">自定义动作关键字</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">索引选项</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速访问链接</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">搜索激活:</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">索引搜索排除的路径</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">路径搜索激活:</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">索引选项</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">文件内容搜索:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">搜索激活:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">索引搜索:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">路径搜索激活:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">快速访问</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">文件内容搜索:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_current">当前触发关键字</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">索引搜索:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_done">确认</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">快速访问</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled">启用</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_current">当前触发关键字</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">当禁用时,Flow Launcher 将不会执行此搜索选项,并且还会恢复到“*”以释放动作关键字</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_done">确认</system:String>
|
||||||
<!--Plugin Infos-->
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled">启用</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_name">文件管理器</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">当禁用时,Flow Launcher 将不会执行此搜索选项,并且还会恢复到“*”以释放动作关键字</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_description">利用Windows索引来搜索和管理文件和文件夹。</system:String>
|
|
||||||
<!--Context menu items-->
|
<!--Plugin Infos-->
|
||||||
<system:String x:Key="plugin_explorer_copypath">复制路径</system:String>
|
<system:String x:Key="plugin_explorer_plugin_name">文件管理器</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfilefolder">复制</system:String>
|
<system:String x:Key="plugin_explorer_plugin_description">利用Windows索引来搜索和管理文件和文件夹。</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder">删除</system:String>
|
|
||||||
<system:String x:Key="plugin_explorer_path">路径:</system:String>
|
<!--Context menu items-->
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">删除所选内容</system:String>
|
<system:String x:Key="plugin_explorer_copypath">复制路径</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser">以其他用户身份运行</system:String>
|
<system:String x:Key="plugin_explorer_copyfilefolder">复制</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">使用其他用户帐户运行所选内容</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder">删除</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder">打开文件所在文件夹</system:String>
|
<system:String x:Key="plugin_explorer_path">路径:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">打开文件或文件夹所在目录</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">删除所选内容</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwitheditor">使用编辑器打开:</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser">以其他用户身份运行</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludefromindexsearch">从索引搜索中排除当前目录和子目录</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">使用其他用户帐户运行所选内容</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">从索引搜索中排除</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder">打开文件所在文件夹</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions">打开Windows索引选项</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">打开文件或文件夹所在目录</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">管理索引文件和文件夹</system:String>
|
<system:String x:Key="plugin_explorer_openwitheditor">使用编辑器打开:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">无法打开Windows索引选项</system:String>
|
<system:String x:Key="plugin_explorer_excludefromindexsearch">从索引搜索中排除当前目录和子目录</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">添加到快速访问</system:String>
|
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">从索引搜索中排除</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">将 {0} 添加到快速访问中</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions">打开Windows索引选项</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess">添加完成</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">管理索引文件和文件夹</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">成功添加到快速访问</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">无法打开Windows索引选项</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess">删除完成</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">添加到快速访问</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">已成功从快速访问中删除</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">将 {0} 添加到快速访问中</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">添加到快速访问,以便可以使用Explorer的搜索关键字将其打开</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess">添加完成</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">从快速访问中删除</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">成功添加到快速访问</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">从快速访问中删除</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess">删除完成</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">从快速访问中删除 {0}</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">已成功从快速访问中删除</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">添加到快速访问,以便可以使用Explorer的搜索关键字将其打开</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">从快速访问中删除</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">从快速访问中删除</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">从快速访问中删除 {0}</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,62 +1,67 @@
|
||||||
<?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">
|
||||||
<!--Dialogues-->
|
|
||||||
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
<!--Dialogues-->
|
||||||
<system:String x:Key="plugin_explorer_select_folder_link_warning">請選擇一個資料夾</system:String>
|
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete_folder_link">你確認要刪除{0}嗎?</system:String>
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">請選擇一個資料夾</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this {0}?</system:String>
|
<system:String x:Key="plugin_explorer_delete_folder_link">你確認要刪除{0}嗎?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this {0}?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Successfully deleted the {0}</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</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_deletefilefoldersuccess_detail">Successfully deleted the {0}</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_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_windowsSearchServiceNotRunning">The required service for Windows Index Search does not appear to be running</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_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</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_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_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</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>
|
||||||
<!--Controls-->
|
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete">刪除</system:String>
|
|
||||||
<system:String x:Key="plugin_explorer_edit">編輯</system:String>
|
<!--Controls-->
|
||||||
<system:String x:Key="plugin_explorer_add">新增</system:String>
|
<system:String x:Key="plugin_explorer_delete">刪除</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_edit">編輯</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_add">新增</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_done">確</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_done">確</system:String>
|
||||||
<!--Plugin Infos-->
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_description">Search and manage files and folders. Explorer utilises Windows Index Search</system:String>
|
|
||||||
<!--Context menu items-->
|
<!--Plugin Infos-->
|
||||||
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
|
<system:String x:Key="plugin_explorer_plugin_description">Search and manage files and folders. Explorer utilises Windows Index Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder">刪除</system:String>
|
|
||||||
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
<!--Context menu items-->
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
<system:String x:Key="plugin_explorer_copyfilefolder">複製</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_deletefilefolder">刪除</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
|
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the file or folder</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the file or folder</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add the current {0} to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add the current {0} to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove the current {0} from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove the current {0} from Quick Access</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Indicador de Plugins</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">Sugiere palabras clave de plugins</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Pokazuje podpowiedzi jakich zainstalowanych wtyczek możesz użyć</system:String>
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Pokazuje podpowiedzi jakich zainstalowanych wtyczek możesz użyć</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,43 +1,48 @@
|
||||||
<?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">
|
||||||
<!--Dialogues-->
|
|
||||||
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">下载插件</system:String>
|
<!--Dialogues-->
|
||||||
<system:String x:Key="plugin_pluginsmanager_download_success">下载完成</system:String>
|
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">下载插件</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_download_error">错误:无法下载该插件</system:String>
|
<system:String x:Key="plugin_pluginsmanager_download_success">下载完成</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3} 您要卸载此插件吗? 卸载后,Flow Launcher 将自动重启。</system:String>
|
<system:String x:Key="plugin_pluginsmanager_download_error">错误:无法下载该插件</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3} 您要安装此插件吗? 安装后,Flow Launcher 将自动重启</system:String>
|
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3} 您要卸载此插件吗? 卸载后,Flow Launcher 将自动重启。</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_title">插件安装</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3} 您要安装此插件吗? 安装后,Flow Launcher 将自动重启</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_from_web">下载与安装 {0}</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_title">插件安装</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_uninstall_title">插件卸载</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_from_web">下载与安装 {0}</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_success_restart">插件安装成功。正在重新启动 Flow Launcher,请稍候...</system:String>
|
<system:String x:Key="plugin_pluginsmanager_uninstall_title">插件卸载</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">安装失败:无法从新插件中找到plugin.json元数据文件</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_success_restart">插件安装成功。正在重新启动 Flow Launcher,请稍候...</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">错误:具有相同或更高版本的 {0} 的插件已经存在。</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">安装失败:无法从新插件中找到plugin.json元数据文件</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_title">安装插件时出错</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">错误:具有相同或更高版本的 {0} 的插件已经存在。</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">尝试安装 {0} 时发生错误</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_title">安装插件时出错</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">无可用更新</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">尝试安装 {0} 时发生错误</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">所有插件都是最新的</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">无可用更新</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}您要更新此插件吗? 更新后,Flow Launcher 将自动重启。</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">所有插件都是最新的</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_title">插件更新</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}您要更新此插件吗? 更新后,Flow Launcher 将自动重启。</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_exists">该插件有更新,您想看看吗?</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_title">插件更新</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">此插件已安装</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_exists">该插件有更新,您想看看吗?</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_failed_title">插件列表下载失败</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">此插件已安装</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">请检查您是否可以连接到 github.com。这个错误意味着您可能无法安装或更新插件。</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_failed_title">插件列表下载失败</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">从未知源安装</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">请检查您是否可以连接到 github.com。这个错误意味着您可能无法安装或更新插件。</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">您正在从未知源安装此插件,它可能包含潜在风险!{0}{0}请确保您了解来源以及安全性。{0}{0}您想要继续吗?{0}{0}(您可以通过设置关闭此警告)</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">从未知源安装</system:String>
|
||||||
<!--Controls-->
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">您正在从未知源安装此插件,它可能包含潜在风险!{0}{0}请确保您了解来源以及安全性。{0}{0}您想要继续吗?{0}{0}(您可以通过设置关闭此警告)</system:String>
|
||||||
<!--Plugin Infos-->
|
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_name">插件管理</system:String>
|
<!--Controls-->
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_description">安装,卸载或更新 Flow Launcher 插件</system:String>
|
|
||||||
<system:String x:Key="plugin_pluginsmanager_unknown_author">未知作者</system:String>
|
<!--Plugin Infos-->
|
||||||
<!--Context menu items-->
|
<system:String x:Key="plugin_pluginsmanager_plugin_name">插件管理</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">打开网站</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_description">安装,卸载或更新 Flow Launcher 插件</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">访问插件的网站</system:String>
|
<system:String x:Key="plugin_pluginsmanager_unknown_author">未知作者</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">查看源代码</system:String>
|
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">查看插件源代码</system:String>
|
<!--Context menu items-->
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">提出增强建议或提交问题</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">打开网站</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">提出增强功能或将问题提交给插件开发人员</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">访问插件的网站</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">转到 Flow Launcher 的插件存储库</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">查看源代码</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">访问 PluginsManifest 存储库以查看社区提供的插件</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">查看插件源代码</system:String>
|
||||||
<!--Settings menu items-->
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">提出增强建议或提交问题</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">未知源安装警告</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">提出增强功能或将问题提交给插件开发人员</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">转到 Flow Launcher 的插件存储库</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">访问 PluginsManifest 存储库以查看社区提供的插件</system:String>
|
||||||
|
|
||||||
|
<!--Settings menu items-->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">未知源安装警告</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
||||||
<!--Dialogues-->
|
<!--Dialogues-->
|
||||||
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">Downloading plugin</system:String>
|
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">正在下載插件</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_download_success">Successfully downloaded</system:String>
|
<system:String x:Key="plugin_pluginsmanager_download_success">下載完成</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_download_error">Error: Unable to download the plugin</system:String>
|
<system:String x:Key="plugin_pluginsmanager_download_error">錯誤:無法下載插件</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_title">Plugin Install</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_title">安裝插件</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_from_web">Download and install {0}</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_from_web">下載並安裝 {0}</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_uninstall_title">Plugin Uninstall</system:String>
|
<system:String x:Key="plugin_pluginsmanager_uninstall_title">卸載插件</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_success_restart">Plugin successfully installed. Restarting Flow, please wait...</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_success_restart">插件安裝成功。正在重啟 Flow,請稍後...</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Unable to find the plugin.json metadata file from the extracted zip file.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Unable to find the plugin.json metadata file from the extracted zip file.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Error: A plugin which has the same or greater version with {0} already exists.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Error: A plugin which has the same or greater version with {0} already exists.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_title">Error installing plugin</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_title">安裝插件時發生錯誤</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Error occured while trying to install {0}</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">嘗試安裝 {0} 時發生錯誤</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">No update available</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">無可用更新</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</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_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">插件更新</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">已安裝此插件</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>
|
||||||
|
|
@ -29,15 +29,15 @@
|
||||||
<!--Controls-->
|
<!--Controls-->
|
||||||
|
|
||||||
<!--Plugin Infos-->
|
<!--Plugin Infos-->
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_name">插件管理</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String>
|
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String>
|
||||||
|
|
||||||
<!--Context menu items-->
|
<!--Context menu items-->
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Open website</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">打開網頁</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Visit the plugin's website</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">查看插件的網站</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">See source code</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">查看原始碼</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">See the plugin's source code</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">查看插件的原始碼</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggest an enhancement or submit an issue</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggest an enhancement or submit an issue</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggest an enhancement or submit an issue to the plugin developer</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggest an enhancement or submit an issue to the plugin developer</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Go to Flow's plugins repository</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Go to Flow's plugins repository</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">Terminar procesos</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">Cierra procesos en ejecución desde 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">termina todas las instancias de "{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">terminar {0} procesos</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">termina todas las instancias</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,15 @@
|
||||||
<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_delete">Delete</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete">Eliminar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit">Edit</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit">Editar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_add">Add</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_add">Añadir</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_name">Nombre</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable">Habilitar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable">Deshabilitar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_location">Location</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_location">Ubicación</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 los programas</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes">File Suffixes</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes">Sufijos de archivo</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>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_start">Index Start Menu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_start">Index Start Menu</system:String>
|
||||||
|
|
|
||||||
|
|
@ -1,50 +1,60 @@
|
||||||
<?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">
|
||||||
<!-- Program setting -->
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_delete">Usuń</system:String>
|
<!-- Program setting -->
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit">Edytuj</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete">Usuń</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_add">Dodaj</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit">Edytuj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_add">Dodaj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable">Aktywne</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable">Aktywne</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_location">Lokalizacja</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_location">Lokalizacja</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes">Rozszerzenia indeksowanych plików</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_reindex">Re-indeksuj</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes">Rozszerzenia indeksowanych plików</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_indexing">Indeksowanie</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_reindex">Re-indeksuj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_start">Indeksuj Menu Start</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_indexing">Indeksowanie</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">Indeksuj Menu Start</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_registry">Indeksuj rejestr</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_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_registry">Indeksuj rejestr</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</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_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">Hide app path</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_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_description_tooltip">Disabling this will also stop Flow from searching via the program desciption</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Rozszerzenia</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Disabling this will also stop Flow from searching via the program desciption</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Maksymalna głębokość</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Rozszerzenia</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_directory">Katalog:</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Maksymalna głębokość</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_browse">Przeglądaj</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Rozszerzenia plików:</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_directory">Katalog:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maksymalna głębokość wyszukiwania (-1 to nieograniczona):</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_browse">Przeglądaj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Musisz wybrać katalog programu</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Rozszerzenia plików:</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_max_search_depth">Maksymalna głębokość wyszukiwania (-1 to nieograniczona):</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_update">Aktualizuj</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher będzie indeksował tylko te pliki z podanymi rozszerzeniami:</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Musisz wybrać katalog programu</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Pomyślnie zaktualizowano rozszerzenia plików</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_suffixes_cannot_empty">Musisz podać rozszerzenia plików</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_update">Aktualizuj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Uruchom jako administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher będzie indeksował tylko te pliki z podanymi rozszerzeniami:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Pomyślnie zaktualizowano rozszerzenia plików</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_suffixes_cannot_empty">Musisz podać rozszerzenia plików</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Programy</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Szukaj i uruchamiaj programy z poziomu Flow Launchera</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_invalid_path">Invalid Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Uruchom jako administrator</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_args">Args</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_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 avaliable.</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_plugin_name">Programy</system:String>
|
||||||
<!-- Dialogs -->
|
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Szukaj i uruchamiaj programy z poziomu Flow Launchera</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Sukces</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_invalid_path">Invalid Path</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>
|
|
||||||
</ResourceDictionary>
|
<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_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 avaliable.</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>
|
||||||
|
|
||||||
|
<!-- Dialogs -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Sukces</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_run_as_administrator_not_supported_message">This app is not intended to be run as administrator</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,50 +1,60 @@
|
||||||
<?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">
|
||||||
<!-- Program setting -->
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_delete">删除</system:String>
|
<!-- Program setting -->
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit">编辑</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete">删除</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_add">增加</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit">编辑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_name">名称</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_add">增加</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable">启用</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_name">名称</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable">禁用</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable">启用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_location">位置</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable">禁用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_all_programs">所有程序</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_location">位置</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes">索引文件后缀</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_all_programs">所有程序</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_reindex">重新索引</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes">索引文件后缀</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_indexing">索引中</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_reindex">重新索引</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_start">索引开始菜单</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_indexing">索引中</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">启用时,Flow 将从开始菜单加载程序</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_start">索引开始菜单</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_registry">索引注册表</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">启用时,Flow 将从开始菜单加载程序</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">启用时,Flow 将从注册表中加载程序</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_registry">索引注册表</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">隐藏应用路径</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">启用时,Flow 将从注册表中加载程序</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">对于诸如UWP 或 lnk 等可执行文件,搜索时隐藏文件路径</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">隐藏应用路径</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_description">启用程序描述</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_tooltip">禁用它也会同时阻止 Flow 通过程序描述搜索</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">启用程序描述</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">后缀</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">禁用它也会同时阻止 Flow 通过程序描述搜索</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">最大深度</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">后缀</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_directory">目录</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">最大深度</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_browse">浏览</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">文件后缀:</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_directory">目录</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">最大搜索深度(-1 为无限制):</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_browse">浏览</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">请先选择一项</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">文件后缀:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">您确定要删除选定的程序源吗?</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">最大搜索深度(-1 为无限制):</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_update">更新</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher仅索引下列后缀的文件:</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">请先选择一项</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">成功更新索引文件后缀</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">您确定要删除选定的程序源吗?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">文件后缀不能为空</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">以其他用户身份运行</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_update">更新</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">以管理员身份运行</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher仅索引下列后缀的文件:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">打开文件所在文件夹</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">成功更新索引文件后缀</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_program">禁止显示该程序</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">文件后缀不能为空</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_name">程序</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_description">在 Flow Launcher 中搜索程序</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">以其他用户身份运行</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_invalid_path">无效路径</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">以管理员身份运行</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">自定义资源管理器</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">打开文件所在文件夹</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_args">参数</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_program">禁止显示该程序</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">您可以通过输入要使用的资源管理器的环境变量来自定义用于打开容器文件夹的资源管理器。 使用CMD来测试环境变量是否可用。</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">输入要为自定义资源管理器添加的自定义参数。 %s代表父目录,%f代表完整路径(仅适用于win32)。 检查资源管理器的网站以获取详细信息。</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_plugin_name">程序</system:String>
|
||||||
<!-- Dialogs -->
|
<system:String x:Key="flowlauncher_plugin_program_plugin_description">在 Flow Launcher 中搜索程序</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">成功</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">成功禁用了该程序以使其无法显示在查询中</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_invalid_path">无效路径</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator_not_supported_message">此应用程序不能作为管理员运行</system:String>
|
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">自定义资源管理器</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_args">参数</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">您可以通过输入要使用的资源管理器的环境变量来自定义用于打开容器文件夹的资源管理器。 使用CMD来测试环境变量是否可用。</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">输入要为自定义资源管理器添加的自定义参数。 %s代表父目录,%f代表完整路径(仅适用于win32)。 检查资源管理器的网站以获取详细信息。</system:String>
|
||||||
|
|
||||||
|
<!-- Dialogs -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">成功</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">此应用程序不能作为管理员运行</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,50 +1,60 @@
|
||||||
<?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">
|
||||||
<!-- Program setting -->
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_delete">刪除</system:String>
|
<!-- Program setting -->
|
||||||
<system:String x:Key="flowlauncher_plugin_program_edit">編輯</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_delete">刪除</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_add">新增</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_edit">編輯</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_add">新增</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable">啟</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable">啟</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_location">路徑</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_location">路徑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes">索引副檔名清單</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_reindex">重新建立索引</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes">索引副檔名清單</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_indexing">正在建立索引</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_reindex">重新建立索引</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_start">替開始選單建立索引</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_indexing">正在建立索引</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">替開始選單建立索引</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_index_registry">替登錄檔建立索引</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_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_index_registry">替登錄檔建立索引</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</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_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">Hide app path</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_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_description_tooltip">Disabling this will also stop Flow from searching via the program desciption</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">副檔名</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Disabling this will also stop Flow from searching via the program desciption</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">最大深度</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">副檔名</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_directory">目錄</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">最大深度</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_browse">瀏覽</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">副檔名</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_directory">目錄</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">最大搜尋深度(-1是無限的):</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_browse">瀏覽</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">請先選擇一項</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">副檔名</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_max_search_depth">最大搜尋深度(-1是無限的):</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_update">更新</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher 僅索引下列副檔名的檔案:</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">請先選擇一項</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">成功更新索引副檔名清單</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_suffixes_cannot_empty">副檔名不能為空</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_update">更新</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">以系統管理員身分執行</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher 僅索引下列副檔名的檔案:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">成功更新索引副檔名清單</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_suffixes_cannot_empty">副檔名不能為空</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_name">程式</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_description">在 Flow Launcher 中搜尋程式</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_invalid_path">Invalid Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">以系統管理員身分執行</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_args">Args</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_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 avaliable.</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_plugin_name">程式</system:String>
|
||||||
<!-- Dialogs -->
|
<system:String x:Key="flowlauncher_plugin_program_plugin_description">在 Flow Launcher 中搜尋程式</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">成</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_invalid_path">Invalid Path</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>
|
|
||||||
</ResourceDictionary>
|
<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_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 avaliable.</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>
|
||||||
|
|
||||||
|
<!-- Dialogs -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">成</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_run_as_administrator_not_supported_message">This app is not intended to be run as administrator</system:String>
|
||||||
|
|
||||||
|
</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">Reemplazar 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">No cerrar Símbolo del Sistema tras ejecutar el 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">Siempre ejecutar 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">Ejecutar como otro usuario</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</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">Permite ejecutar comandos del sistema desde Flow Launcher. Los comandos deben comenzar con ></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">este comando ha sido ejecutado {0} veces</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">ejecutar comando a través del shell de comandos</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">Ejecutar como administrador</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copiar 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">Sólo mostrar el número de comandos más usados:</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,14 +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">Zastąp Win+R</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Nie zamykaj wiersza poleceń po wykonaniu polecenia</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Zastąp Win+R</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_leave_cmd_open">Nie zamykaj wiersza poleceń po wykonaniu polecenia</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_always_run_as_administrator">Always run as administrator</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Wiersz poleceń</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_description">Pozwala wykonywać komend wiersza polecania z Flow Launchera. Polecania zaczynają się od ></system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Wiersz poleceń</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">to polecenie zostało wykonane {0} razy</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Pozwala wykonywać komend wiersza polecania z Flow Launchera. Polecania zaczynają się od ></system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">wykonaj to polecenie w wierszu poleceń</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">to polecenie zostało wykonane {0} razy</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Uruchom jako administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">wykonaj to polecenie w wierszu poleceń</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Uruchom jako administrator</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_copy">Copy the command</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,14 +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">取代 Win+R</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">執行後不關閉命令提示字元視窗</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">取代 Win+R</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_leave_cmd_open">執行後不關閉命令提示字元視窗</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_always_run_as_administrator">Always run as administrator</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">命令提示字元</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_description">提供從 Flow Launcher 中執行命令提示字元的功能,指令應該以>開頭</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">命令提示字元</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">此指令已執行了 {0} 次</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">提供從 Flow Launcher 中執行命令提示字元的功能,指令應該以>開頭</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">執行指令</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">此指令已執行了 {0} 次</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">以系統管理員身分執行</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">執行指令</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">以系統管理員身分執行</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_copy">Copy the command</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,32 +1,37 @@
|
||||||
<?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">
|
||||||
<!--Command List-->
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_command">コマンド</system:String>
|
<!--Command List-->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_desc">説明</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_command">コマンド</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">コンピュータをシャットダウンする</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_desc">説明</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">コンピュータを再起動する</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_shutdown_computer">コンピュータをシャットダウンする</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_log_off">ログオフ</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">コンピュータを再起動する</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_lock">このコンピュータをロックする</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_exit">Flow Launcherを終了する</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">ログオフ</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart">Flow Launcherを再起動する</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_lock">このコンピュータをロックする</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_setting">このアプリの設定</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_exit">Flow Launcherを終了する</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_sleep">スリープ</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart">Flow Launcherを再起動する</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">ゴミ箱を空にする</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_setting">このアプリの設定</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">スリープ</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_emptyrecyclebin">ゴミ箱を空にする</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_hibernate">Hibernate computer</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_save_all_settings">Save all Flow Launcher settings</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_reload_plugin_data">Refreshes plugin data with new content</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</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_userdata_location">Open the location where Flow Launcher's settings are stored</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String>
|
||||||
<!--Dialogs-->
|
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">成功しまし</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open the location where Flow Launcher's settings are stored</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>
|
<!--Dialogs-->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">成功しまし</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">システムコマンド</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">システム関連のコマンドを提供します。例:シャットダウン、ロック、設定など</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">システムコマンド</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">システム関連のコマンドを提供します。例:シャットダウン、ロック、設定など</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,32 +1,37 @@
|
||||||
<?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">
|
||||||
<!--Command List-->
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_command">命令</system:String>
|
<!--Command List-->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_desc">描述</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_command">命令</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">关闭电脑</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_desc">描述</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">重启这台电脑</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">以高级启动选项重启计算机,用于安全和调试模式以及其他选项</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">关闭电脑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_log_off">注销</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">重启这台电脑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_lock">锁定这台电脑</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">以高级启动选项重启计算机,用于安全和调试模式以及其他选项</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_exit">退出 Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">注销</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart">重启 Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_lock">锁定这台电脑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_setting">设置</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_exit">退出 Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_sleep">休眠这台电脑</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart">重启 Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">清空回收站</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_setting">设置</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_hibernate">休眠计算机</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">休眠这台电脑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">保存所有 Flow Launcher 设置</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">清空回收站</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">用新内容刷新插件数据</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_hibernate">休眠计算机</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">打开 Flow Launcher 的日志目录</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">保存所有 Flow Launcher 设置</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">检查新的 Flow Launcher 更新</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">用新内容刷新插件数据</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">访问 Flow Launcher 的文档以获取更多帮助以及使用技巧</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">打开 Flow Launcher 的日志目录</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">打开存储 Flow Launcher 设置的位置</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">检查新的 Flow Launcher 更新</system:String>
|
||||||
<!--Dialogs-->
|
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">访问 Flow Launcher 的文档以获取更多帮助以及使用技巧</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">成功</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">打开存储 Flow Launcher 设置的位置</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">所有 Flow Launcher 设置已保存</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">重新加载了所有插件数据</system:String>
|
<!--Dialogs-->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">您确定要关机吗?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">成功</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">您确定要重启吗</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">所有 Flow Launcher 设置已保存</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">您确定要以高级启动选项重启计算机吗?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">重新加载了所有插件数据</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">系统命令</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">您确定要关机吗?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">系统系统相关的命令。例如,关机,锁定,设置等</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">您确定要重启吗</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">您确定要以高级启动选项重启计算机吗?</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">系统命令</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">系统系统相关的命令。例如,关机,锁定,设置等</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,32 +1,37 @@
|
||||||
<?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">
|
||||||
<!--Command List-->
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_command">命令</system:String>
|
<!--Command List-->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_desc">描述</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_command">命令</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">電腦關機</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_desc">描述</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">電腦重新啟動</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_shutdown_computer">電腦關機</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_log_off">登出</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">電腦重新啟動</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_lock">鎖定電腦</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_exit">退出Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">登出</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart">重新啟動 Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_lock">鎖定電腦</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_setting">設定</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_exit">退出Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_sleep">睡眠</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart">重新啟動 Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">清空資源回收桶</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_setting">設定</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">睡眠</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_emptyrecyclebin">清空資源回收桶</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_hibernate">Hibernate computer</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_save_all_settings">Save all Flow Launcher settings</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_reload_plugin_data">Refreshes plugin data with new content</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</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_userdata_location">Open the location where Flow Launcher's settings are stored</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String>
|
||||||
<!--Dialogs-->
|
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">成</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open the location where Flow Launcher's settings are stored</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>
|
<!--Dialogs-->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">成</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">系統命令</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">系統相關的命令。例如,關機,鎖定,設定等</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">系統命令</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">系統相關的命令。例如,關機,鎖定,設定等</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
<?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_url_open_search_in">Open search in:</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_open_search_in">Abrir búsqueda en:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_new_window">New Window</system:String>
|
<system:String x:Key="flowlauncher_plugin_new_window">Nueva Ventana</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_new_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_new_tab">Nueva Pestaña</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 url:{0}</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_canot_open_url">Can't open url:{0}</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_canot_open_url">No se puede abrir la url:{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">Abre la URL escrita desde 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">Por favor, establezca la ruta de su navegador:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Choose</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Elija</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">Aplicación(*.exe)|*.exe|Todos los archivos|*.*</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,17 @@
|
||||||
<?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_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_url_open_search_in">Open search in:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_new_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_new_window">New Window</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_open_url">次のURLを開く:{0}</system:String>
|
<system:String x:Key="flowlauncher_plugin_new_tab">New Tab</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_canot_open_url">次のURLを開くことができません:{0}</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_open_url">次のURLを開く:{0}</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_description">入力したURLをFlow Launcherから開くプラグインです。</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_canot_open_url">次のURLを開くことができません:{0}</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_name">URL</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_description">入力したURLをFlow Launcherから開くプラグインです。</system:String>
|
||||||
</ResourceDictionary>
|
|
||||||
|
<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_filter">Application(*.exe)|*.exe|All files|*.*</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_description">從 Flow Launcher 開啟連結</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_description">從 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">選擇</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>
|
||||||
|
|
|
||||||
|
|
@ -1,43 +1,43 @@
|
||||||
<?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_websearch_window_title">Search Source Setting</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_window_title">Configuración de fuente de búsqueda</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">Abrir búsqueda en:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">Nueva Ventana</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">Nueva Pestaña</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">Establecer navegador desde ruta:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">Elegir</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Delete</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Eliminar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edit</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Add</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Añadir</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Palabra clave</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_search">Search</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_search">Buscar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete: </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Autocompletar la búsqueda: </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocompletar datos de: </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Por favor, seleccione una búsqueda</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">¿Seguro que desea eliminar {0}?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">Si quiere utilizar un motor de búsqueda, puede añadirlo a Flow. Por ejemplo, puede seguir el formato de la url en la barra de direcciones si desea buscar 'casino' en Netflix: "https://www. etflix.com/search?q=Casino. Para ello, cambie el término de búsqueda 'Casino' de la siguiente manera.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Agréguela al campo de URL. Ahora puede buscar en Netflix con Flow usando cualquier término de búsqueda.</system:String>
|
||||||
|
|
||||||
|
|
||||||
<!--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">Título</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable">Enable</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable">Habilitar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Select Icon</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Seleccionar icono</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_icon">Icon</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_icon">Ícono</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Cancel</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Cancelar</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Invalid web search</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Búsqueda web inválida</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Please enter a title</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Por favor ingrese un título</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Please enter an action keyword</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Por favor ingrese una palabra clave</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Please enter a URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Por favor, introduzca una URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">Action keyword already exists, please enter a different one</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">La palabra clave ya existe, por favor ingrese una diferente</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Success</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Éxitoso</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Sugerencia: No es necesario colocar imágenes personalizadas en este directorio, si la versión de Flow se actualiza se perderán. Flow copiará automáticamente cualquier imagen fuera de este directorio a la ubicación de imagen personalizada de WebSearch.</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Web Searches</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Búsqueda web</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Allows to perform web searches</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Permite realizar búsquedas en la web</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,38 +1,43 @@
|
||||||
<?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_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_window_title">Search Source Setting</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</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_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
||||||
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">削除</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">編集</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">削除</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">追加</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">編集</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">追加</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">キーワード</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">キーワード</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_search">検索</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">検索サジェスチョンを有効にする </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_search">検索</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">検索サジェスチョンを有効にする </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">web検索を選択してください</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">web検索を選択してください</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
||||||
<!--web search edit-->
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_title">タイトル</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable">有効</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">アイコンを選択</system:String>
|
<!--web search edit-->
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_icon">アイコン</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_title">タイトル</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_cancel">キャンセル</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable">有効</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">web検索を無効にする</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">アイコンを選択</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_title">タイトルを入力してください</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_icon">アイコン</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">キーワードを入力してください</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_cancel">キャンセル</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_url">URLを入力してください</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">web検索を無効にする</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">キーワードはすでに存在します。違うキーワードを入力してください</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_title">タイトルを入力してください</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_succeed">成功しまし</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">キーワードを入力してください</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_url">URLを入力してください</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Web検索</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">キーワードはすでに存在します。違うキーワードを入力してください</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Web検索を提供</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_succeed">成功しまし</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Web検索</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Web検索を提供</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,38 +1,43 @@
|
||||||
<?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_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_window_title">Search Source Setting</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</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_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
||||||
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Usuń</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edytuj</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Usuń</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Dodaj</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edytuj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Dodaj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Wyzwalacz</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_url">Adres URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Wyzwalacz</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_search">Szukaj</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_url">Adres URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Pokazuj podpowiedzi wyszukiwania </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_search">Szukaj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Pokazuj podpowiedzi wyszukiwania </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Musisz wybrać coś z listy</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Czy jesteś pewien że chcesz usunąć {0}?</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Musisz wybrać coś z listy</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Czy jesteś pewien że chcesz usunąć {0}?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
||||||
<!--web search edit-->
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_title">Tytuł</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable">Aktywne</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Wybierz ikonę</system:String>
|
<!--web search edit-->
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_icon">Ikona</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_title">Tytuł</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Anuluj</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable">Aktywne</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Niepoprawne wyszukanie</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Wybierz ikonę</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Musisz wpisać tytuł</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_icon">Ikona</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Musisz wpisać wyzwalacz</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Anuluj</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Musisz wpisać adres URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Niepoprawne wyszukanie</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">Ten wyzwalacz jest już używany, musisz wybrać inny</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Musisz wpisać tytuł</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Sukces</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Musisz wpisać wyzwalacz</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Musisz wpisać adres URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Wyszukiwarka WWW</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">Ten wyzwalacz jest już używany, musisz wybrać inny</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Szybkie wyszukiwanie na stronach WWW</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Sukces</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Wyszukiwarka WWW</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Szybkie wyszukiwanie na stronach WWW</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,38 +1,43 @@
|
||||||
<?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_websearch_window_title">搜索源设置</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">在以下位置打开</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_window_title">搜索源设置</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_window">新窗户</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">在以下位置打开</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">新标签页</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">新窗户</system:String>
|
||||||
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">设置浏览器路径:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">新标签页</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_choose">选择</system:String>
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">设置浏览器路径:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">删除</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">选择</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">编辑</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">删除</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">增加</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">编辑</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">确认</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">增加</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">触发关键字</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">确认</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_url">打开链接</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">触发关键字</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_search">搜索</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_url">打开链接</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">启用搜索建议 </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_search">搜索</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">自动补全数据: </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">启用搜索建议 </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">请选择一项</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">自动补全数据: </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">您确定要删除 {0} 吗?</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">请选择一项</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">如果您有您想要使用的网页搜索服务,您可以将其添加到 Flow。例如,如果您想要在 Netflix 上搜索“casino”,您可以遵循地址栏中的 URL 格式:"https://www.netflix.com/search?q=Casino"。要做到这一点,使用搜索词“Casino”。</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">您确定要删除 {0} 吗?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">如果您有您想要使用的网页搜索服务,您可以将其添加到 Flow。例如,如果您想要在 Netflix 上搜索“casino”,您可以遵循地址栏中的 URL 格式:"https://www.netflix.com/search?q=Casino"。要做到这一点,使用搜索词“Casino”。</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">将其添加到下面的 URL 部分。您现在可以使用任意的搜索词来从 Netflix 中搜索。</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
||||||
<!--web search edit-->
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">将其添加到下面的 URL 部分。您现在可以使用任意的搜索词来从 Netflix 中搜索。</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_title">标题</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable">启用</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">选择图标</system:String>
|
<!--web search edit-->
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_icon">图标</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_title">标题</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_cancel">取消</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable">启用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">非法的网页搜索</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">选择图标</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_title">请输入标题</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_icon">图标</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">请输入触发关键字</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_cancel">取消</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_url">请输入URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">非法的网页搜索</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">触发关键字已经存在,请选择一个新的关键字</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_title">请输入标题</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_succeed">操作成功</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">请输入触发关键字</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">提示:您不需要在此目录中放置自定义图像,当 Flow 更新时,该目录下内容将会丢失。Flow 会自动将此目录之外的所有图像复制到网页搜索的自定义图像位置。</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_url">请输入URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">网页搜索</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">触发关键字已经存在,请选择一个新的关键字</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">提供网页搜索能力</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_succeed">操作成功</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">提示:您不需要在此目录中放置自定义图像,当 Flow 更新时,该目录下内容将会丢失。Flow 会自动将此目录之外的所有图像复制到网页搜索的自定义图像位置。</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">网页搜索</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">提供网页搜索能力</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -1,38 +1,43 @@
|
||||||
<?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_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_window_title">Search Source Setting</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</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_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
||||||
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">刪除</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">選擇</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">編輯</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">刪除</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">新增</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">編輯</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">確定</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">新增</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">觸發關鍵字</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">確定</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">觸發關鍵字</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_search">搜尋</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">啟用搜尋建議 </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_search">搜尋</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">啟用搜尋建議 </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">請選擇一項</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">你確認要刪除{0}嗎</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">請選擇一項</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">你確認要刪除{0}嗎</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
|
||||||
<!--web search edit-->
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_title">標題</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable">啟用</system:String>
|
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">選擇圖示</system:String>
|
<!--web search edit-->
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_icon">圖示</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_title">標題</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_cancel">取消</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable">啟用</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">無效的網頁搜尋</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">選擇圖示</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_title">請輸入標題</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_icon">圖示</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">請輸入觸發關鍵字</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_cancel">取消</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_input_url">請輸入 URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">無效的網頁搜尋</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">觸發關鍵字已經存在,請選擇一個新的關鍵字</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_title">請輸入標題</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_succeed">操作成功</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">請輸入觸發關鍵字</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_input_url">請輸入 URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">網頁搜尋</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">觸發關鍵字已經存在,請選擇一個新的關鍵字</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">提供網頁搜尋功能</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_succeed">操作成功</system:String>
|
||||||
</ResourceDictionary>
|
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">網頁搜尋</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">提供網頁搜尋功能</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -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>Acerca de</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>Modo de juego</value>
|
||||||
<comment>Area Gaming</comment>
|
<comment>Area Gaming</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Gateway" xml:space="preserve">
|
<data name="Gateway" xml:space="preserve">
|
||||||
|
|
@ -827,7 +827,7 @@
|
||||||
<value>Keys</value>
|
<value>Keys</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Language" xml:space="preserve">
|
<data name="Language" xml:space="preserve">
|
||||||
<value>Language</value>
|
<value>Idioma</value>
|
||||||
<comment>Area TimeAndLanguage</comment>
|
<comment>Area TimeAndLanguage</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="LightColor" xml:space="preserve">
|
<data name="LightColor" xml:space="preserve">
|
||||||
|
|
|
||||||
|
|
@ -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></value>
|
<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">
|
||||||
|
|
@ -1117,7 +1117,7 @@
|
||||||
<comment>Area Control Panel (legacy settings)</comment>
|
<comment>Area Control Panel (legacy settings)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Password" xml:space="preserve">
|
<data name="Password" xml:space="preserve">
|
||||||
<value></value>
|
<value/>
|
||||||
</data>
|
</data>
|
||||||
<data name="password.cpl" xml:space="preserve">
|
<data name="password.cpl" xml:space="preserve">
|
||||||
<value>password.cpl</value>
|
<value>password.cpl</value>
|
||||||
|
|
@ -1572,7 +1572,7 @@
|
||||||
<comment>Area Control Panel (legacy settings)</comment>
|
<comment>Area Control Panel (legacy settings)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Version" xml:space="preserve">
|
<data name="Version" xml:space="preserve">
|
||||||
<value></value>
|
<value/>
|
||||||
<comment>Means The "Windows Version"</comment>
|
<comment>Means The "Windows Version"</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="VideoPlayback" xml:space="preserve">
|
<data name="VideoPlayback" xml:space="preserve">
|
||||||
|
|
|
||||||
|
|
@ -721,7 +721,7 @@
|
||||||
<comment>Area Control Panel (legacy settings)</comment>
|
<comment>Area Control Panel (legacy settings)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Glance" xml:space="preserve">
|
<data name="Glance" xml:space="preserve">
|
||||||
<value>Reprodução automática</value>
|
<value>Reprodução Automática</value>
|
||||||
<comment>Area Personalization, Deprecated in Windows 10, version 1809 and later</comment>
|
<comment>Area Personalization, Deprecated in Windows 10, version 1809 and later</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="GraphicsSettings" xml:space="preserve">
|
<data name="GraphicsSettings" xml:space="preserve">
|
||||||
|
|
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
<value>藍色光</value>
|
<value>藍色光</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Bluetooth" xml:space="preserve">
|
<data name="Bluetooth" xml:space="preserve">
|
||||||
<value>Bluetooth</value>
|
<value>藍牙</value>
|
||||||
<comment>Area Device</comment>
|
<comment>Area Device</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="BluetoothDevices" xml:space="preserve">
|
<data name="BluetoothDevices" 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">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue