-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
c89f401
commit 9f9ec94
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
OC.L10N.register( | ||
"fulltextsearch_elasticsearch", | ||
{ | ||
"Full text search - Elasticsearch Platform" : "Elasticsearch Platform - платформа за търсене на пълен текст", | ||
"Index using ElasticSearch" : "Индексиране с помощта на ElasticSearch", | ||
"Extension to the _Full text search_ app to communicate with ElasticSearch." : "Разширение към приложението _Full text search_ за комуникация с ElasticSearch.", | ||
"Elastic Search" : "Elastic Search /Еластично търсене/", | ||
"Address of the Servlet" : "Адрес на сървлета", | ||
"Include your credential in case authentication is required." : "Включете вашите идентификационни данни, в случай че е нужно удостоверяване.", | ||
"Index" : "Индекс", | ||
"Name of your index." : "Име на вашия индекс.", | ||
"[Advanced] Analyzer tokenizer" : "[Разширен] Анализатор токенизатор", | ||
"Some language might needs a specific tokenizer." : "Някой език, може да се нуждае от специфичен токенизатор. " | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ "translations": { | ||
"Full text search - Elasticsearch Platform" : "Elasticsearch Platform - платформа за търсене на пълен текст", | ||
"Index using ElasticSearch" : "Индексиране с помощта на ElasticSearch", | ||
"Extension to the _Full text search_ app to communicate with ElasticSearch." : "Разширение към приложението _Full text search_ за комуникация с ElasticSearch.", | ||
"Elastic Search" : "Elastic Search /Еластично търсене/", | ||
"Address of the Servlet" : "Адрес на сървлета", | ||
"Include your credential in case authentication is required." : "Включете вашите идентификационни данни, в случай че е нужно удостоверяване.", | ||
"Index" : "Индекс", | ||
"Name of your index." : "Име на вашия индекс.", | ||
"[Advanced] Analyzer tokenizer" : "[Разширен] Анализатор токенизатор", | ||
"Some language might needs a specific tokenizer." : "Някой език, може да се нуждае от специфичен токенизатор. " | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |