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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-30 05:31:38 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-30 05:31:38 +0300
commit44a1f1126c8397751cb78afa9a929c60a033ce99 (patch)
tree58b2e653cde8e7b4096043618b02996ae3a62cfe
parentaceb22821d125ae396453d8b686206ae6b2553e0 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 794271d..3a76357 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "la búsqueda encontró {total} resultados en {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "la búsqueda en {title} con '{search}' encontró {total} resultados en {time} ms",
"Search" : "Buscar",
"Index not found" : "Índice no encontrado",
"Process timed out" : "Tiempo de proceso agotado",
diff --git a/l10n/es.json b/l10n/es.json
index 4ce8999..cfd0de2 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "the search returned {total} results in {time} ms" : "la búsqueda encontró {total} resultados en {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "la búsqueda en {title} con '{search}' encontró {total} resultados en {time} ms",
"Search" : "Buscar",
"Index not found" : "Índice no encontrado",
"Process timed out" : "Tiempo de proceso agotado",