Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2014-08-24 21:24:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:14:45 +0400
commitc1573b9becddcaf3156294d11b3ee6945d2ec08a (patch)
treeebb409f47778d6116f8e4159e902510f5b5f1c8e /plugins/Live/lang/es.json
parentfb52fd827ebb2fc804c3da764acebbe3a844c248 (diff)
refs #5863 another try to move translations into plugins. This time we always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
Diffstat (limited to 'plugins/Live/lang/es.json')
-rw-r--r--plugins/Live/lang/es.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/plugins/Live/lang/es.json b/plugins/Live/lang/es.json
new file mode 100644
index 0000000000..a290476af7
--- /dev/null
+++ b/plugins/Live/lang/es.json
@@ -0,0 +1,39 @@
+{
+ "Live": {
+ "AveragePageGenerationTime": "Cada página tomó en promedio %1$s para cargarle a este visitante.",
+ "CalculatedOverNPageViews": "Calculado usando las últimas %1$s páginas vistas de este visitante.",
+ "ClickToViewMoreAboutVisit": "Clic para ver más información acerca de la visita",
+ "ConvertedNGoals": "%s Objetivos Convertidos",
+ "EcommerceSummaryConversions": "%1$s%2$s pedidos de un total de %3$s%4$s, %5$s artículos comprados.",
+ "FirstVisit": "Primer visita",
+ "GoalType": "Tipo",
+ "HideMap": "ocultar mapa",
+ "KeywordRankedOnSearchResultForThisVisitor": "La palabra clave %1$s ha sido clasificada %2$s en la página de resultados de la búsqueda %3$s para este visitante.",
+ "LastHours": "Últimas %s horas",
+ "LastMinutes": "Últimos %s minutos",
+ "LastVisit": "Última visita",
+ "LinkVisitorLog": "Ver registro detallado de visitas",
+ "LoadMoreVisits": "Cargar más visitas",
+ "MorePagesNotDisplayed": "más páginas de este visitante no son mostradas",
+ "NbVisitor": "1 visitante",
+ "NbVisitors": "%s visitantes",
+ "NextVisitor": "Siguiente visitante",
+ "NoMoreVisits": "No hay más visitas de este visitante.",
+ "PageRefreshed": "Número de veces que esta página ha sido vista \/ refrescada en una fila",
+ "PluginDescription": "Espiar a tus visitantes, en vivo, en tiempo real!",
+ "PreviousVisitor": "Visitante anterior",
+ "RealTimeVisitorCount": "Tiempo Real Contador de Visitantes",
+ "Referrer_URL": "URL de referencia",
+ "ShowMap": "mostrar mapa",
+ "SimpleRealTimeWidget_Message": "%s y %s en los últimos %s",
+ "ViewVisitorProfile": "Ver perfil de visitante",
+ "VisitedPages": "Páginas Visitadas",
+ "VisitorLog": "Registro de visitantes",
+ "VisitorLogDocumentation": "Esta tabla muestra las últimas visitas en el rango de fecha seleccionado.%s Si el rango de fecha incluye hoy, ¡usted puede ver sus visitantes en tiempo real! %s La información mostrada aquí es siempre en tiempo real, sin tener en cuenta si está usando o cada cuanto tiempo está usando el trabajo de cron para archivar.",
+ "VisitorProfile": "Perfil de Visitante",
+ "VisitorsInRealTime": "Visitantes en Tiempo Real",
+ "VisitorsLastVisit": "La última visita de este visitante fue hace %s días.",
+ "VisitsFrom": "%1$s%2$s visitas%3$s desde",
+ "VisitSummary": "Pasado un total de %1$s%2$s en el sitio%3$s y %4$svisto %5$s paginas en %6$s visitas.%7$s"
+ }
+} \ No newline at end of file