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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-22 05:33:12 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-22 05:33:12 +0300
commitd6395b9b1a8226dcae4bce43455ed47c094711a0 (patch)
tree4c029eb9cae1cd153561582b4dc854610c4a0365 /l10n
parentba404ccc25717ae94db955a354ef18d2ecbfbc6b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ca.js2
-rw-r--r--l10n/ca.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index ca171e0..1c07ab5 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "la cerca ha retornat {total} resultats en {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "la cerca a {title} de '{search}' ha retornat {total} resultats en {time} ms",
"Search" : "Cerca",
"Index not found" : "Índex no trobat",
"Process timed out" : "Temps d'espera exhaurit",
diff --git a/l10n/ca.json b/l10n/ca.json
index 59bcc1c..0f480a6 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "the search returned {total} results in {time} ms" : "la cerca ha retornat {total} resultats en {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "la cerca a {title} de '{search}' ha retornat {total} resultats en {time} ms",
"Search" : "Cerca",
"Index not found" : "Índex no trobat",
"Process timed out" : "Temps d'espera exhaurit",