New translations field.php (Spanish)

This commit is contained in:
Fatih Alp 2020-09-23 18:41:29 +03:00
parent a10ea77dac
commit aefcc3a11a

View File

@ -20,7 +20,7 @@ return [
'name' => 'Precio' 'name' => 'Precio'
], ],
'standard_price' => [ 'standard_price' => [
'name' => 'Standard Price' 'name' => 'Precio estándar'
], ],
'date' => [ 'date' => [
'name' => 'Fecha' 'name' => 'Fecha'
@ -267,8 +267,8 @@ return [
"no_location" => "No se seleccionó ninguna ubicación.", "no_location" => "No se seleccionó ninguna ubicación.",
"continue" => 'Seguir', "continue" => 'Seguir',
"gallery" => 'Galería', "gallery" => 'Galería',
"ads" => 'Ads', "ads" => 'Anuncios',
"were_found" => 'were found.', "were_found" => 'fueron encontrados.',
// Pending screen // Pending screen
'pending_message_1' => 'El anuncio está en proceso de aprobación.', 'pending_message_1' => 'El anuncio está en proceso de aprobación.',
@ -296,5 +296,5 @@ return [
'select_category_step_by_step' => 'Seleccione categoría paso a paso', 'select_category_step_by_step' => 'Seleccione categoría paso a paso',
// New create page // New create page
'options' => 'Options', 'options' => 'Opciones',
]; ];