New translations setting.php (Spanish)

This commit is contained in:
Fatih Alp 2020-05-12 19:07:05 +03:00
parent e7c224a11e
commit 3ac7deffd2

View File

@ -5,15 +5,15 @@ return [
'name' => 'Aprobar automáticamente', 'name' => 'Aprobar automáticamente',
], ],
'default_view_type' => [ 'default_view_type' => [
'name' => 'Default View Type', 'name' => 'Tipo de vista predeterminado',
], ],
'hide_zero_price' => [ 'hide_zero_price' => [
'name' => 'Hide Price if Zero', 'name' => 'Ocultar precio si cero',
'instructions' => 'Hide the price if the ad price is 0', 'instructions' => 'Ocultar el precio si el precio del anuncio es 0',
], ],
'estimated_pending_time' => [ 'estimated_pending_time' => [
'name' => 'Estimated Pending Time', 'name' => 'Tiempo pendiente estimado',
'instructions' => 'In Hours', 'instructions' => 'En horas',
], ],
'default_published_time' => [ 'default_published_time' => [
'name' => 'Tiempo de publicación predeterminado', 'name' => 'Tiempo de publicación predeterminado',
@ -48,7 +48,7 @@ return [
'name' => 'Monedas activas', 'name' => 'Monedas activas',
], ],
'latest-limit' => [ 'latest-limit' => [
'name' => 'Latest Limit', 'name' => 'Límite más reciente',
], ],
'site_address' => [ 'site_address' => [
'name' => 'Dirección del sitio', 'name' => 'Dirección del sitio',
@ -80,16 +80,16 @@ return [
'name' => 'Anuncio predeterminado GET', 'name' => 'Anuncio predeterminado GET',
], ],
'thumbnail_width' => [ 'thumbnail_width' => [
'name' => 'Thumbnail Width', 'name' => 'Ancho de miniaturas',
], ],
'thumbnail_height' => [ 'thumbnail_height' => [
'name' => 'Thumbnail Height', 'name' => 'Altura de miniatura',
], ],
'picture_width' => [ 'picture_width' => [
'name' => 'Picture Width', 'name' => 'Ancho de imagen',
], ],
'picture_height' => [ 'picture_height' => [
'name' => 'Picture Height', 'name' => 'Altura de imagen',
], ],
'twitter' => [ 'twitter' => [
'name' => 'Gorjeo', 'name' => 'Gorjeo',
@ -125,6 +125,6 @@ return [
'name' => 'Código estadístico de Google', 'name' => 'Código estadístico de Google',
], ],
'register_email_field' => [ 'register_email_field' => [
'name' => 'Member Registration Email Requirement', 'name' => 'Requisito de registro de miembro por correo electrónico',
], ],
]; ];