Unverified Commit 56f86ba3 authored by KaMe's avatar KaMe Committed by GitHub

Update media translation to 3.52

Update media translation to 3.52
parent c56aec58
...@@ -2,24 +2,24 @@ ...@@ -2,24 +2,24 @@
return [ return [
'title' => [ 'title' => [
'media' => 'Media', 'media' => 'Multimedia',
'edit media' => 'Edit media', 'edit media' => 'Editar multimedia',
], ],
'breadcrumb' => [ 'breadcrumb' => [
'media' => 'Media', 'media' => 'Multimedia',
], ],
'table' => [ 'table' => [
'filename' => 'Filename', 'filename' => 'Nombre del archivo',
'width' => 'Width', 'width' => 'Ancho',
'height' => 'Height', 'height' => 'Alto',
], ],
'form' => [ 'form' => [
'alt_attribute' => 'Alt attribute', 'alt_attribute' => 'Atributo Alt',
'description' => 'Description', 'description' => 'Descripción',
'keywords' => 'Keywords', 'keywords' => 'Palabras claves',
], ],
'validation' => [ 'validation' => [
'max_size' => 'Maximum folder size (:size) of the Media folder reached.', 'max_size' => 'Tamaño (:size) máximo alcanzado de la carpeta multimedia.',
], ],
'file-sizes' => [ 'file-sizes' => [
'B' => 'Bytes', 'B' => 'Bytes',
...@@ -28,17 +28,17 @@ return [ ...@@ -28,17 +28,17 @@ return [
'GB' => 'Gb', 'GB' => 'Gb',
'TB' => 'Tb', 'TB' => 'Tb',
], ],
'choose file' => 'Choose a file', 'choose file' => 'Elija un archivo',
'insert' => 'Insert this file', 'insert' => 'Insertar este archivo',
'file picker' => 'File Picker', 'file picker' => 'Selector de archivo',
'Browse' => 'Browse ...', 'Browse' => 'Examinar...',
'upload file' => 'Upload a file', 'upload file' => 'Subir un archivo',
'remove media' => 'Remove media', 'remove media' => 'Quitar Multiemdia',
'list resource' => 'List media', 'list resource' => 'Lista multimedia',
'create resource' => 'Create media', 'create resource' => 'Crear multimedia',
'edit resource' => 'Edit media', 'edit resource' => 'Editar multimedia',
'destroy resource' => 'Delete media', 'destroy resource' => 'Eliminar multimedia',
'file too large' => 'File is too large. Must be below :size MB.', 'file too large' => 'Archivo es muy pesado. debe ser menor a :size MB.',
'some files not moved' => 'Some files were not moved', 'some files not moved' => 'Algunos archivos no fueron movidos.',
'files moved successfully' => 'Files moved successfully', 'files moved successfully' => 'archivos fueron movidos con éxito.',
]; ];
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