From e8d6da8cd593ad46b98878579bc886ffa603e9f8 Mon Sep 17 00:00:00 2001 From: Jose Erick Carreon Date: Sat, 28 Nov 2020 06:29:30 -0600 Subject: [PATCH] Added translations (#5101) Added translations for coordinate fields. --- publishable/lang/es/generic.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/publishable/lang/es/generic.php b/publishable/lang/es/generic.php index 4351ae19c7..322c92b3ee 100644 --- a/publishable/lang/es/generic.php +++ b/publishable/lang/es/generic.php @@ -44,6 +44,7 @@ 'exception' => 'Excepción', 'featured' => 'Destacados', 'field_does_not_exist' => 'El campo no existe', + 'find_by_place' => 'Buscar por lugar', 'home' => 'Página de Inicio', 'how_to_use' => 'Cómo utilizar', 'index' => 'Índice', @@ -52,10 +53,12 @@ 'keep_sidebar_open' => '¡Yarr! ¡Suelta las anclas! (Y mantén la barra lateral abierta) ', 'key' => 'Clave', 'last_modified' => 'Última modificación', + 'latitude' => 'Latitud', 'length' => 'Longitud', 'locale' => 'Idioma', 'login' => 'Iniciar sesión', 'logout' => 'Cerrar sesión', + 'longitude' => 'Longitud', 'media' => 'Medios', 'menu_builder' => 'Constructor de menús', 'mimetype_not_allowed' => 'Tipo de contenido no permitido',