Skip to content

Commit 5605519

Browse files
committed
New translations en.xaml (Spanish, Latin America)
[ci skip]
1 parent 3175315 commit 5605519

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Flow.Launcher/Languages/es-419.xaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,16 @@
371371

372372
<!-- FileManager Setting Dialog -->
373373
<system:String x:Key="fileManagerWindow">Seleccionar Gestor de Archivos</system:String>
374+
<system:String x:Key="fileManager_learnMore">Learn more</system:String>
374375
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments as required. The &quot;%d&quot; represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The &quot;%f&quot; represents the file path to open for, used by the Arg for File field and for commands opening specific files.</system:String>
375376
<system:String x:Key="fileManager_tips2">For example, if the file manager uses a command such as &quot;totalcmd.exe /A c:\windows&quot; to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A &quot;%d&quot;. Certain file managers like QTTabBar may just require a path to be supplied, in this instance use &quot;%d&quot; as the File Manager Path and leave the rest of the fileds blank.</system:String>
376377
<system:String x:Key="fileManager_name">Gestor de Archivos</system:String>
377378
<system:String x:Key="fileManager_profile_name">Nombre de Perfil</system:String>
378379
<system:String x:Key="fileManager_path">Ruta del Gestor de Archivos</system:String>
379380
<system:String x:Key="fileManager_directory_arg">Arg para Carpeta</system:String>
380381
<system:String x:Key="fileManager_file_arg">Arg para Archivo</system:String>
382+
<system:String x:Key="fileManagerPathNotFound">The file manager '{0}' could not be located at '{1}'. Would you like to continue?</system:String>
383+
<system:String x:Key="fileManagerPathError">File Manager Path Error</system:String>
381384

382385
<!-- DefaultBrowser Setting Dialog -->
383386
<system:String x:Key="defaultBrowserTitle">Navegador Web Predeterminado</system:String>
@@ -469,6 +472,14 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
469472
<system:String x:Key="reportWindow_upload_log">1. Upload log file: {0}</system:String>
470473
<system:String x:Key="reportWindow_copy_below">2. Copy below exception message</system:String>
471474

475+
<!-- File Open Error -->
476+
<system:String x:Key="fileManagerNotFoundTitle">File Manager Error</system:String>
477+
<system:String x:Key="fileManagerNotFound">
478+
The specified file manager could not be found. Please check the Custom File Manager setting under Settings &gt; General.
479+
</system:String>
480+
<system:String x:Key="errorTitle">Error</system:String>
481+
<system:String x:Key="folderOpenError">An error occurred while opening the folder. {0}</system:String>
482+
472483
<!-- General Notice -->
473484
<system:String x:Key="pleaseWait">Por favor espere...</system:String>
474485

0 commit comments

Comments
 (0)