New translations config.php (Spanish)

This commit is contained in:
Fatih Alp 2020-05-12 19:08:08 +03:00
parent f4bd95e953
commit e63ce6faf1

View File

@ -2,22 +2,22 @@
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.',
], ],
'max' => [ 'max' => [
'name' => 'Max Upload Size', 'name' => 'Tamaño máximo de carga',
'instructions' => 'Specify the max upload size in <strong>megabytes</strong>.', 'instructions' => 'Especifique el tamaño máximo de carga en <strong>megabytes</strong>.',
'warning' => 'If not specified the folder max and then server max will be used instead.', 'warning' => 'Si no se especifica la carpeta max, se utilizará el servidor max.',
], ],
'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.',
], ],
], ],
]; ];