diff options
| -rw-r--r-- | CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | www/lang/locale-es.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ea2a93c..797350c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ git clone https://github.com/<your github username>/zmNinja.git * Now connect your copy to my repository (needed for future pushes) ``` -git add upstream https://github.com/pliablepixels/zmNinja.git +git remote add upstream https://github.com/pliablepixels/zmNinja.git ``` diff --git a/www/lang/locale-es.json b/www/lang/locale-es.json index c7fe5228..51759fca 100644 --- a/www/lang/locale-es.json +++ b/www/lang/locale-es.json @@ -129,11 +129,14 @@ "kFrom" :"Desde", "kFromDate" :"Desde la Fecha", "kFromTime" :"Hasta la Hora", + "kGifNoCrosswalk" :"Lo sentimos, tienes que tener instalado Android versión 5.0 (Lollipop) o superior para poder utilizar esta función.", + "kGifWarning" :"La animación GIF será solamente de los cuadros donde se ha detectado la alarma y a 1 fps.", "kGlobalConfiguration" :"Configuración Global", "kGraphAlarmed" :"alertado", "kGraphAll" :"todos", "kGraphError" :"Hubo un error renderizando la gráfica. Por favor revise los registros.", "kH264VideoSupport" :"Soporta Vídeo H264", + "kHelp" :"Ayuda", "kHideMonsWithoutEvents" :"Ocultar monitores sin eventos.", "kHideTip" :"ocultar sugerencia", "kHighBWDisplay" :"alto ancho de banda", @@ -152,6 +155,7 @@ "kLiveView" :"Vista en Vivo", "kLoad" :"carga", "kLoading" :"cargando", + "kLoadingEvents" :"cargando eventos", "kLoadingGraph" :"cargando gráfica", "kLoadingMonitors" :"cargando monitores", "kLocalTimeZone" :"Usar hora local", @@ -203,6 +207,7 @@ "kMore" :"más", "kNeedToKnow" :"Necesito saber los detalles de tu usuario y dirección para comenzar", "kNegotiatingStreamAuth" :"negociando el stream de autenticación", + "kNewPost" :"nuevo post", "kNews" :"Noticias", "kNext" :"Siguiente", "kNextEvent" :"evento siguiente", |
