diff --git a/addons/default/visiosoft/singlefile-field_type/resources/lang/es/config.php b/addons/default/visiosoft/singlefile-field_type/resources/lang/es/config.php
index 4b1f9d9e2..616aaddbd 100644
--- a/addons/default/visiosoft/singlefile-field_type/resources/lang/es/config.php
+++ b/addons/default/visiosoft/singlefile-field_type/resources/lang/es/config.php
@@ -2,22 +2,22 @@
return [
'folders' => [
- 'name' => 'Folders',
- 'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.',
- 'warning' => 'Existing folder permissions take precedence over selected folders.',
+ 'name' => 'Carpetas',
+ 'instructions' => 'Especifique qué carpetas están disponibles para este campo. Déjelo en blanco para mostrar todas las carpetas.',
+ 'warning' => 'Los permisos de carpeta existentes tienen prioridad sobre las carpetas seleccionadas.',
],
'max' => [
- 'name' => 'Max Upload Size',
- 'instructions' => 'Specify the max upload size in megabytes.',
- 'warning' => 'If not specified the folder max and then server max will be used instead.',
+ 'name' => 'Tamaño máximo de carga',
+ 'instructions' => 'Especifique el tamaño máximo de carga en megabytes.',
+ 'warning' => 'Si no se especifica la carpeta max, se utilizará el servidor max.',
],
'mode' => [
- 'name' => 'Input Mode',
- 'instructions' => 'How should users provide file input?',
+ 'name' => 'Modo de entrada',
+ 'instructions' => '¿Cómo deben proporcionar los usuarios la entrada de archivos?',
'option' => [
- 'default' => 'Upload and/or select files.',
- 'select' => 'Select files only.',
- 'upload' => 'Upload files only.',
+ 'default' => 'Cargar y / o seleccionar archivos.',
+ 'select' => 'Seleccionar solo archivos.',
+ 'upload' => 'Subir solo archivos.',
],
],
];