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-08-01 05:32:56 +0300
committerNextcloud bot <bot@nextcloud.com>2019-08-01 05:32:56 +0300
commit3337a0b2882c9a76a7d0a24424f2928b6b916e73 (patch)
tree6ddbc991ff79bb5776e930695f7ee8fa2f0f83fe /l10n
parent44a1f1126c8397751cb78afa9a929c60a033ce99 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ja.js3
-rw-r--r--l10n/ja.json3
-rw-r--r--l10n/sr.js2
-rw-r--r--l10n/sr.json2
4 files changed, 10 insertions, 0 deletions
diff --git a/l10n/ja.js b/l10n/ja.js
index 02f6557..7f78766 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -1,8 +1,11 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "検索結果{total}件{time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "{title}で{search}を検索すると{time}msで{total}が返ってきます",
"Search" : "検索",
"Index not found" : "インデックスが見つかりません",
+ "Process timed out" : "プロセスがタイムアウトしました",
"Full text search" : "全文検索",
"Core of the full-text search framework for Nextcloud" : "NextCloudの全文検索フレームワークのコア",
"Core App of the full-text search framework for your Nextcloud." : "NextCloudの全文検索フレームワークのコアアプリケーション",
diff --git a/l10n/ja.json b/l10n/ja.json
index 4ca87ac..0aa9e9f 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -1,6 +1,9 @@
{ "translations": {
+ "the search returned {total} results in {time} ms" : "検索結果{total}件{time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "{title}で{search}を検索すると{time}msで{total}が返ってきます",
"Search" : "検索",
"Index not found" : "インデックスが見つかりません",
+ "Process timed out" : "プロセスがタイムアウトしました",
"Full text search" : "全文検索",
"Core of the full-text search framework for Nextcloud" : "NextCloudの全文検索フレームワークのコア",
"Core App of the full-text search framework for your Nextcloud." : "NextCloudの全文検索フレームワークのコアアプリケーション",
diff --git a/l10n/sr.js b/l10n/sr.js
index 81e8e1b..4853f21 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "претрага је вратила укупно {total} резултата за {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "претрага у {title} за '{search}' је вратила {total} резултата за {time} ms",
"Search" : "Претрага",
"Index not found" : "Индекс није нађен",
"Process timed out" : "Истекло време извршавања процеса",
diff --git a/l10n/sr.json b/l10n/sr.json
index 849c7f0..3887c72 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "the search returned {total} results in {time} ms" : "претрага је вратила укупно {total} резултата за {time} ms",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "претрага у {title} за '{search}' је вратила {total} резултата за {time} ms",
"Search" : "Претрага",
"Index not found" : "Индекс није нађен",
"Process timed out" : "Истекло време извршавања процеса",