New translations config.php (Spanish)

This commit is contained in:
Fatih Alp 2020-05-12 19:08:39 +03:00
parent 0bb001690d
commit 09dc24393a

View File

@ -2,25 +2,25 @@
return [ return [
'folders' => [ 'folders' => [
'name' => 'Folders', 'name' => 'Carpetas',
'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.', 'instructions' => 'Especifique qué carpetas están disponibles para este campo. Déjelo en blanco para mostrar todas las carpetas.',
'warning' => 'Existing folder permissions take precedence over selected folders.', 'warning' => 'Los permisos de carpeta existentes tienen prioridad sobre las carpetas seleccionadas.',
], ],
'min' => [ 'min' => [
'label' => 'Minimum Selections', 'label' => 'Selecciones mínimas',
'instructions' => 'Enter the minimum number of allowed selections.', 'instructions' => 'Ingrese el número mínimo de selecciones permitidas.',
], ],
'max' => [ 'max' => [
'label' => 'Maximum Selections', 'label' => 'Selecciones máximas',
'instructions' => 'Enter the maximum number of allowed selections.', 'instructions' => 'Ingrese el número máximo de selecciones permitidas.',
], ],
'mode' => [ 'mode' => [
'name' => 'Input Mode', 'name' => 'Modo de entrada',
'instructions' => 'How should users provide file input?', 'instructions' => '¿Cómo deben proporcionar los usuarios la entrada de archivos?',
'option' => [ 'option' => [
'default' => 'Upload and/or select files.', 'default' => 'Cargar y / o seleccionar archivos.',
'select' => 'Select files only.', 'select' => 'Seleccionar solo archivos.',
'upload' => 'Upload files only.', 'upload' => 'Subir solo archivos.',
], ],
], ],
]; ];