|
37 | 37 | <system:String x:Key="GameMode">Modo Juego</system:String> |
38 | 38 | <system:String x:Key="GameModeToolTip">Suspende el uso de atajos de teclado.</system:String> |
39 | 39 | <system:String x:Key="PositionReset">Restablecer posición</system:String> |
40 | | - <system:String x:Key="PositionResetToolTip">Restablece la posición de la ventana de búsqueda</system:String> |
| 40 | + <system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String> |
41 | 41 |
|
42 | 42 | <!-- Setting General --> |
43 | 43 | <system:String x:Key="flowlauncher_settings">Configuración</system:String> |
|
70 | 70 | <system:String x:Key="LastQueryEmpty">Limpiar la última consulta</system:String> |
71 | 71 | <system:String x:Key="LastQueryActionKeywordPreserved">Conservar última palabra clave de acción</system:String> |
72 | 72 | <system:String x:Key="LastQueryActionKeywordSelected">Seleccionar última palabra clave de acción</system:String> |
73 | | - <system:String x:Key="KeepMaxResults">Altura de la ventana fija</system:String> |
74 | | - <system:String x:Key="KeepMaxResultsToolTip">La altura de la ventana no se puede ajustar arrastrando el ratón.</system:String> |
75 | 73 | <system:String x:Key="maxShowResults">Número máximo de resultados mostrados</system:String> |
76 | 74 | <system:String x:Key="maxShowResultsToolTip">También puede ajustarse rápidamente usando Ctrl+Más(+) y Ctrl+Menos(-).</system:String> |
77 | 75 | <system:String x:Key="ignoreHotkeysOnFullscreen">Ignorar atajos de teclado en modo pantalla completa</system:String> |
|
102 | 100 | <system:String x:Key="AlwaysPreview">Mostrar siempre vista previa</system:String> |
103 | 101 | <system:String x:Key="AlwaysPreviewToolTip">Muestra siempre el panel de vista previa al iniciar Flow. Pulsar {0} para mostrar/ocultar la vista previa.</system:String> |
104 | 102 | <system:String x:Key="shadowEffectNotAllowed">El efecto de sombra no está permitido si el tema actual tiene activado el efecto de desenfoque</system:String> |
105 | | - <system:String x:Key="BackdropType">Tipo de telón de fondo</system:String> |
106 | | - <system:String x:Key="BackdropTypesNone">Ninguno</system:String> |
107 | | - <system:String x:Key="BackdropTypesAcrylic">Acrílico</system:String> |
108 | | - <system:String x:Key="BackdropTypesMica">Mica</system:String> |
109 | | - <system:String x:Key="BackdropTypesMicaAlt">Mica Alt</system:String> |
110 | 103 |
|
111 | 104 | <!-- Setting Plugin --> |
112 | 105 | <system:String x:Key="searchplugin">Buscar complemento</system:String> |
|
198 | 191 | <system:String x:Key="AnimationSpeedCustom">Personalizada</system:String> |
199 | 192 | <system:String x:Key="Clock">Reloj</system:String> |
200 | 193 | <system:String x:Key="Date">Fecha</system:String> |
| 194 | + <system:String x:Key="BackdropType">Tipo de telón de fondo</system:String> |
| 195 | + <system:String x:Key="BackdropTypesNone">Ninguno</system:String> |
| 196 | + <system:String x:Key="BackdropTypesAcrylic">Acrílico</system:String> |
| 197 | + <system:String x:Key="BackdropTypesMica">Mica</system:String> |
| 198 | + <system:String x:Key="BackdropTypesMicaAlt">Mica Alt</system:String> |
201 | 199 | <system:String x:Key="TypeIsDarkToolTip">Este tema soporta dos modos (claro/oscuro).</system:String> |
202 | 200 | <system:String x:Key="TypeHasBlurToolTip">Este tema soporta fondo transparente desenfocado.</system:String> |
| 201 | + <system:String x:Key="ShowPlaceholder">Show placeholder</system:String> |
| 202 | + <system:String x:Key="ShowPlaceholderTip">Display placeholder when query is empty</system:String> |
| 203 | + <system:String x:Key="PlaceholderText">Placeholder text</system:String> |
| 204 | + <system:String x:Key="PlaceholderTextTip">Change placeholder text. Input empty will use: {0}</system:String> |
| 205 | + <system:String x:Key="KeepMaxResults">Fixed Window Size</system:String> |
| 206 | + <system:String x:Key="KeepMaxResultsToolTip">The window size is not adjustable by dragging.</system:String> |
203 | 207 |
|
204 | 208 | <!-- Setting Hotkey --> |
205 | 209 | <system:String x:Key="hotkey">Atajo de teclado</system:String> |
|
0 commit comments