Unverified Commit c56aec58 authored by KaMe's avatar KaMe Committed by GitHub

Update media translation to 3.52

Update media translation to 3.52
parent e3d0352b
...@@ -2,24 +2,24 @@ ...@@ -2,24 +2,24 @@
return [ return [
'title' => [ 'title' => [
'media' => 'Multimedia', 'media' => 'Media',
'edit media' => 'Editar multimedia', 'edit media' => 'Edit media',
], ],
'breadcrumb' => [ 'breadcrumb' => [
'media' => 'Multimedia', 'media' => 'Media',
], ],
'table' => [ 'table' => [
'filename' => 'Nombre del archivo', 'filename' => 'Filename',
'width' => 'Ancho', 'width' => 'Width',
'height' => 'Alto', 'height' => 'Height',
], ],
'form' => [ 'form' => [
'alt_attribute' => 'Atributo Alt', 'alt_attribute' => 'Alt attribute',
'description' => 'Descripción', 'description' => 'Description',
'keywords' => 'Palabras claves', 'keywords' => 'Keywords',
], ],
'validation' => [ 'validation' => [
'max_size' => 'Tamaño (:size) máximo alcanzado de la carpeta multimedia.', 'max_size' => 'Maximum folder size (:size) of the Media folder reached.',
], ],
'file-sizes' => [ 'file-sizes' => [
'B' => 'Bytes', 'B' => 'Bytes',
...@@ -28,8 +28,17 @@ return [ ...@@ -28,8 +28,17 @@ return [
'GB' => 'Gb', 'GB' => 'Gb',
'TB' => 'Tb', 'TB' => 'Tb',
], ],
'choose file' => 'Elija un archivo', 'choose file' => 'Choose a file',
'insert' => 'Insertar este archivo', 'insert' => 'Insert this file',
'file picker' => 'Selector de archivo', 'file picker' => 'File Picker',
'Browse' => 'Examinar...', 'Browse' => 'Browse ...',
'upload file' => 'Upload a file',
'remove media' => 'Remove media',
'list resource' => 'List media',
'create resource' => 'Create media',
'edit resource' => 'Edit media',
'destroy resource' => 'Delete media',
'file too large' => 'File is too large. Must be below :size MB.',
'some files not moved' => 'Some files were not moved',
'files moved successfully' => 'Files moved successfully',
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment