Skip to content

Commit c56aec5

Browse files
authored
Update media translation to 3.52
Update media translation to 3.52
1 parent e3d0352 commit c56aec5

File tree

1 file changed

+23
-14
lines changed
  • Modules/Translation/Resources/lang/media/es

1 file changed

+23
-14
lines changed

Modules/Translation/Resources/lang/media/es/media.php

+23-14
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
return [
44
'title' => [
5-
'media' => 'Multimedia',
6-
'edit media' => 'Editar multimedia',
5+
'media' => 'Media',
6+
'edit media' => 'Edit media',
77
],
88
'breadcrumb' => [
9-
'media' => 'Multimedia',
9+
'media' => 'Media',
1010
],
1111
'table' => [
12-
'filename' => 'Nombre del archivo',
13-
'width' => 'Ancho',
14-
'height' => 'Alto',
12+
'filename' => 'Filename',
13+
'width' => 'Width',
14+
'height' => 'Height',
1515
],
1616
'form' => [
17-
'alt_attribute' => 'Atributo Alt',
18-
'description' => 'Descripción',
19-
'keywords' => 'Palabras claves',
17+
'alt_attribute' => 'Alt attribute',
18+
'description' => 'Description',
19+
'keywords' => 'Keywords',
2020
],
2121
'validation' => [
22-
'max_size' => 'Tamaño (:size) máximo alcanzado de la carpeta multimedia.',
22+
'max_size' => 'Maximum folder size (:size) of the Media folder reached.',
2323
],
2424
'file-sizes' => [
2525
'B' => 'Bytes',
@@ -28,8 +28,17 @@
2828
'GB' => 'Gb',
2929
'TB' => 'Tb',
3030
],
31-
'choose file' => 'Elija un archivo',
32-
'insert' => 'Insertar este archivo',
33-
'file picker' => 'Selector de archivo',
34-
'Browse' => 'Examinar...',
31+
'choose file' => 'Choose a file',
32+
'insert' => 'Insert this file',
33+
'file picker' => 'File Picker',
34+
'Browse' => 'Browse ...',
35+
'upload file' => 'Upload a file',
36+
'remove media' => 'Remove media',
37+
'list resource' => 'List media',
38+
'create resource' => 'Create media',
39+
'edit resource' => 'Edit media',
40+
'destroy resource' => 'Delete media',
41+
'file too large' => 'File is too large. Must be below :size MB.',
42+
'some files not moved' => 'Some files were not moved',
43+
'files moved successfully' => 'Files moved successfully',
3544
];

0 commit comments

Comments
 (0)