mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations field.php (Spanish)
This commit is contained in:
parent
09c487ba28
commit
2ca92e0c7b
@ -20,16 +20,16 @@ return [
|
|||||||
'name' => 'Precio'
|
'name' => 'Precio'
|
||||||
],
|
],
|
||||||
'date' => [
|
'date' => [
|
||||||
'name' => 'Date'
|
'name' => 'Fecha'
|
||||||
],
|
],
|
||||||
'photo' => [
|
'photo' => [
|
||||||
'name' => 'Photo'
|
'name' => 'Foto'
|
||||||
],
|
],
|
||||||
'video' => [
|
'video' => [
|
||||||
'name' => 'Video'
|
'name' => 'Vídeo'
|
||||||
],
|
],
|
||||||
'map' => [
|
'map' => [
|
||||||
'name' => 'Map'
|
'name' => 'Mapa'
|
||||||
],
|
],
|
||||||
'stock' => [
|
'stock' => [
|
||||||
'name' => 'Valores'
|
'name' => 'Valores'
|
||||||
@ -85,21 +85,21 @@ return [
|
|||||||
'status' => [
|
'status' => [
|
||||||
'name' => 'Estado',
|
'name' => 'Estado',
|
||||||
'option' => [
|
'option' => [
|
||||||
'approved' => 'Approved',
|
'approved' => 'Aprobado',
|
||||||
'expired' => 'Expired',
|
'expired' => 'Caducado',
|
||||||
'unpublished' => 'Unpublished',
|
'unpublished' => 'Inédito',
|
||||||
'pending_admin' => 'Pending Admin',
|
'pending_admin' => 'Administrador pendiente',
|
||||||
'pending_user' => 'Pending User'
|
'pending_user' => 'Usuario pendiente'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'pending_adv' => [
|
'pending_adv' => [
|
||||||
'name' => 'Anuncios pendientes'
|
'name' => 'Anuncios pendientes'
|
||||||
],
|
],
|
||||||
'finish_at' => [
|
'finish_at' => [
|
||||||
'name' => 'Finish At'
|
'name' => 'Terminar en'
|
||||||
],
|
],
|
||||||
'cover_photo' => [
|
'cover_photo' => [
|
||||||
'name' => 'Cover Photo'
|
'name' => 'Foto de cubierta'
|
||||||
],
|
],
|
||||||
'favs_adv' => [
|
'favs_adv' => [
|
||||||
'name' => 'Anuncios Fav'
|
'name' => 'Anuncios Fav'
|
||||||
@ -107,8 +107,8 @@ return [
|
|||||||
'my_adv' => [
|
'my_adv' => [
|
||||||
'name' => 'ADVS'
|
'name' => 'ADVS'
|
||||||
],
|
],
|
||||||
'description' => 'Description',
|
'description' => 'Descripción',
|
||||||
'explanation' => 'Explanation',
|
'explanation' => 'Explicación',
|
||||||
'type' => [
|
'type' => [
|
||||||
'name' => 'Tipo'
|
'name' => 'Tipo'
|
||||||
],
|
],
|
||||||
@ -118,22 +118,22 @@ return [
|
|||||||
'value' => [
|
'value' => [
|
||||||
'name' => 'Valor'
|
'name' => 'Valor'
|
||||||
],
|
],
|
||||||
'list' => 'List',
|
'list' => 'Lista',
|
||||||
'home' => 'Casa',
|
'home' => 'Casa',
|
||||||
'list-page' => 'Página de lista',
|
'list-page' => 'Página de lista',
|
||||||
'search' => 'Buscar',
|
'search' => 'Buscar',
|
||||||
'recommended' => 'Anuncios recomendados para usted',
|
'recommended' => 'Anuncios recomendados para usted',
|
||||||
'filter' => 'Filter',
|
'filter' => 'Filtrar',
|
||||||
'sort' => 'Sort',
|
'sort' => 'Ordenar',
|
||||||
'sort_by' => 'Ordenar por',
|
'sort_by' => 'Ordenar por',
|
||||||
'pick_option' => 'Elige una opción',
|
'pick_option' => 'Elige una opción',
|
||||||
'pick_ordering' => 'Ordering',
|
'pick_ordering' => 'Ordenar',
|
||||||
'price_high' => 'Precio mayor a menor',
|
'price_high' => 'Precio mayor a menor',
|
||||||
'price_low' => 'Price Low to High',
|
'price_low' => 'Precios de barato a caro',
|
||||||
'newest' => 'El más nuevo',
|
'newest' => 'El más nuevo',
|
||||||
'oldest' => 'Oldest',
|
'oldest' => 'Más antiguo',
|
||||||
'address_a_z' => 'Address (A to Z)',
|
'address_a_z' => 'Dirección (de la A a la Z)',
|
||||||
'address_z_a' => 'Address (Z to A)',
|
'address_z_a' => 'Dirección (Z a A)',
|
||||||
'categories' => 'Categorias',
|
'categories' => 'Categorias',
|
||||||
'all_categories' => 'todas las categorias',
|
'all_categories' => 'todas las categorias',
|
||||||
'location' => 'Ubicación',
|
'location' => 'Ubicación',
|
||||||
@ -147,7 +147,7 @@ return [
|
|||||||
'search_desc' => 'Puede agregar y administrar sus selecciones de búsqueda favoritas aquí.',
|
'search_desc' => 'Puede agregar y administrar sus selecciones de búsqueda favoritas aquí.',
|
||||||
'complaint_placeholder' => 'Escriba los detalles de su queja aquí.',
|
'complaint_placeholder' => 'Escriba los detalles de su queja aquí.',
|
||||||
'show_details' => 'Mostrar detalles',
|
'show_details' => 'Mostrar detalles',
|
||||||
'ad_actions' => 'Ad Actions',
|
'ad_actions' => 'Acciones publicitarias',
|
||||||
'edit' => 'Editar',
|
'edit' => 'Editar',
|
||||||
'approve' => 'Aprobar',
|
'approve' => 'Aprobar',
|
||||||
'passive' => "Pasivo",
|
'passive' => "Pasivo",
|
||||||
@ -183,7 +183,7 @@ return [
|
|||||||
'send_us_your_feedback' => 'Envíenos sus comentarios',
|
'send_us_your_feedback' => 'Envíenos sus comentarios',
|
||||||
'online_shopping' => 'OBTENER',
|
'online_shopping' => 'OBTENER',
|
||||||
'approved' => 'Aprobado exitosamente',
|
'approved' => 'Aprobado exitosamente',
|
||||||
'extended' => 'Extended Successfully',
|
'extended' => 'Extendido exitosamente',
|
||||||
'declined' => 'Rechazado con éxito',
|
'declined' => 'Rechazado con éxito',
|
||||||
'search_on_map' => 'Buscar en el mapa',
|
'search_on_map' => 'Buscar en el mapa',
|
||||||
'post_free_ad' => 'Publicar anuncio gratis',
|
'post_free_ad' => 'Publicar anuncio gratis',
|
||||||
@ -233,10 +233,10 @@ return [
|
|||||||
'name' => 'Mis anuncios',
|
'name' => 'Mis anuncios',
|
||||||
],
|
],
|
||||||
'sold_out' => [
|
'sold_out' => [
|
||||||
'name' => 'Sold out',
|
'name' => 'Agotado',
|
||||||
],
|
],
|
||||||
'edit_category' => 'Edit Category',
|
'edit_category' => 'Editar categoria',
|
||||||
'set_category' => 'Set Category',
|
'set_category' => 'Establecer categoría',
|
||||||
'max' => [
|
'max' => [
|
||||||
'name' => 'Max',
|
'name' => 'Max',
|
||||||
],
|
],
|
||||||
@ -244,49 +244,49 @@ return [
|
|||||||
'name' => 'Min',
|
'name' => 'Min',
|
||||||
],
|
],
|
||||||
'in_the_last_24_hours' => [
|
'in_the_last_24_hours' => [
|
||||||
'name' => 'In The Last 24 Hours'
|
'name' => 'En las últimas 24 horas'
|
||||||
],
|
],
|
||||||
'in_the_last_week' => [
|
'in_the_last_week' => [
|
||||||
'name' => 'In The Last Week'
|
'name' => 'En la ultima semana'
|
||||||
],
|
],
|
||||||
'in_the_last_month' => [
|
'in_the_last_month' => [
|
||||||
'name' => 'In The Last Month'
|
'name' => 'En el último mes'
|
||||||
],
|
],
|
||||||
'ads_with_photo' => [
|
'ads_with_photo' => [
|
||||||
'name' => 'Ads With Photo'
|
'name' => 'Anuncios con foto'
|
||||||
],
|
],
|
||||||
'ads_with_video' => [
|
'ads_with_video' => [
|
||||||
'name' => 'Ads With Video'
|
'name' => 'Anuncios con video'
|
||||||
],
|
],
|
||||||
'yes' => [
|
'yes' => [
|
||||||
'name' => 'Yes'
|
'name' => 'si'
|
||||||
],
|
],
|
||||||
"no_location" => "No location is selected.",
|
"no_location" => "No se seleccionó ninguna ubicación.",
|
||||||
"continue" => 'Continue',
|
"continue" => 'Seguir',
|
||||||
"gallery" => 'Gallery',
|
"gallery" => 'Galería',
|
||||||
|
|
||||||
// Pending screen
|
// Pending screen
|
||||||
'pending_message_1' => 'The Ad is in the Approval Process',
|
'pending_message_1' => 'El anuncio está en proceso de aprobación.',
|
||||||
'pending_message_2' => "Ad's Update Date",
|
'pending_message_2' => "Fecha de actualización del anuncio",
|
||||||
'pending_message_3' => 'Estimated Waiting Time',
|
'pending_message_3' => 'Tiempo estimado de espera',
|
||||||
'pending_message_4' => 'The time spent in the approval process will be added to the doping time.',
|
'pending_message_4' => 'El tiempo empleado en el proceso de aprobación se agregará al tiempo de dopaje.',
|
||||||
'pending_message_5' => 'No transactions can be made from the call center regarding the ad in the approval process.',
|
'pending_message_5' => 'No se pueden realizar transacciones desde el centro de llamadas con respecto al anuncio en el proceso de aprobación.',
|
||||||
'hours' => 'hours',
|
'hours' => 'horas',
|
||||||
|
|
||||||
// Preview page
|
// Preview page
|
||||||
'preview_text' => [
|
'preview_text' => [
|
||||||
'part_1' => 'If the following information about your ad is correct, click the "Continue" button and go to the next step.',
|
'part_1' => 'Si la siguiente información sobre su anuncio es correcta, haga clic en el botón "Continuar" y vaya al siguiente paso.',
|
||||||
'part_2' => 'If not, click the "Edit" button.',
|
'part_2' => 'De lo contrario, haga clic en el botón "Editar".',
|
||||||
],
|
],
|
||||||
'views' => 'Views',
|
'views' => 'Puntos de vista',
|
||||||
|
|
||||||
// Detail page
|
// Detail page
|
||||||
"no_street_view" => "No street view image in this location",
|
"no_street_view" => "No hay imagen de Street View en esta ubicación.",
|
||||||
'edit_my_contact_info' => 'Edit My Contact Information',
|
'edit_my_contact_info' => 'Editar mi información de contacto',
|
||||||
'update_my_contact_info' => 'update my contact info',
|
'update_my_contact_info' => 'actualizar mi información de contacto',
|
||||||
'contact_info' => 'Contact information',
|
'contact_info' => 'Información del contacto',
|
||||||
'ad_info' => 'Ad Information',
|
'ad_info' => 'Información del anuncio',
|
||||||
|
|
||||||
// Select cat
|
// Select cat
|
||||||
'select_category_step_by_step' => 'Select Category Step by Step',
|
'select_category_step_by_step' => 'Seleccione categoría paso a paso',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user