From ae2695ea1f41ce0931a481956552b6581407dc67 Mon Sep 17 00:00:00 2001 From: vjrj Date: Wed, 28 Feb 2018 11:26:00 +0100 Subject: [PATCH] i18n subs limit --- public/locales/en/common.json | 4 +++- public/locales/es/common.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 8e980ee..30f5d8d 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -228,5 +228,7 @@ "Write a place to center the map", "geo-not-perms-error": "Upppps: it seems we do not have permission to know your location", "geo-not-avail-error": "Upppps: it seems your location is not available", - "geo-not-timeout-error": "Upppps: Your device is taking too long to know your location" + "geo-not-timeout-error": "Upppps: Your device is taking too long to know your location", + "Estás subscrito a una zona muy grande": + "You are subscribed to a very large area" } diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 5e6c074..be7a976 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -315,5 +315,7 @@ "Escribe un lugar para centrar el mapa", "geo-not-perms-error": "Upppps: parece que no tenemos permiso para conocer tu ubicación", "geo-not-avail-error": "Upppps: parece tu ubicación no está disponible", - "geo-not-timeout-error": "Upppps: tu dispositivo está tardando demasiado en conocer tu ubicación" + "geo-not-timeout-error": "Upppps: tu dispositivo está tardando demasiado en conocer tu ubicación", + "Estás subscrito a una zona muy grande": + "Estás subscrito a una zona muy grande" }