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>2022-06-12 05:54:46 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-12 05:54:46 +0300
commit58cff012459f9d754681dee13ed9c11f59c081f4 (patch)
treedec00df3a791821f35c05ffcf7f06af104a74a5d
parentd128d8381713e334e57bb622ed6304c50190e2a1 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ja.js1
-rw-r--r--l10n/ja.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/ja.js b/l10n/ja.js
index 406bd9b..2c56add 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -2,6 +2,7 @@ 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" : "\"{search}\" を 「{title}」 で検索すると、{time} ms で {total} 件返却されます",
"Search" : "検索",
"Index not found" : "インデックスが見つかりません",
"Process timed out" : "プロセスがタイムアウトしました",
diff --git a/l10n/ja.json b/l10n/ja.json
index 9da5a50..81da998 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -1,5 +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" : "\"{search}\" を 「{title}」 で検索すると、{time} ms で {total} 件返却されます",
"Search" : "検索",
"Index not found" : "インデックスが見つかりません",
"Process timed out" : "プロセスがタイムアウトしました",