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:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-19 05:22:58 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-10-19 05:22:58 +0300
commit3d839d627c7ebe20c727068294f3e825ba07da13 (patch)
treef72ef435c612d4e84d5c4399fff0d75528a32460
parentc70b9bc89c167082b0891d3d44068f5b8f57831b (diff)
parent07d0618bf01cea939258db0234e4083dbeb6f038 (diff)
Merge remote-tracking branch 'origin/stable14' into stable14
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
-rw-r--r--l10n/sv.js7
-rw-r--r--l10n/sv.json7
-rw-r--r--l10n/tr.js8
-rw-r--r--l10n/tr.json8
6 files changed, 30 insertions, 4 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index de5d0a6..442db4b 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -10,7 +10,9 @@ OC.L10N.register(
"Search on %s" : "Recherche sur %s",
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Merci de consulter le wiki pour la documentation sur l'installation et la configuration de la recherche en texte intégral dans votre instance Nextcloud",
"General" : "Général",
+ "Search Platform" : "Plateforme de recherche",
"Select the app to index content and answer search queries." : "Sélectionner l'application pour indexer le contenu et répondre à des recherches.",
+ "Navigation Icon" : "Icône de navigation",
"Enable global search within all your content." : "Activer la recherche dans tous votre contenu."
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index 7621d41..e86bb3a 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -8,7 +8,9 @@
"Search on %s" : "Recherche sur %s",
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Merci de consulter le wiki pour la documentation sur l'installation et la configuration de la recherche en texte intégral dans votre instance Nextcloud",
"General" : "Général",
+ "Search Platform" : "Plateforme de recherche",
"Select the app to index content and answer search queries." : "Sélectionner l'application pour indexer le contenu et répondre à des recherches.",
+ "Navigation Icon" : "Icône de navigation",
"Enable global search within all your content." : "Activer la recherche dans tous votre contenu."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/sv.js b/l10n/sv.js
index dafa85e..f51b687 100644
--- a/l10n/sv.js
+++ b/l10n/sv.js
@@ -1,9 +1,14 @@
OC.L10N.register(
"fulltextsearch",
{
+ "Search" : "Sök",
"Full text search" : "Fulltextsökning",
"Index not found" : "Index hittades inte",
"Search on %s" : "Sök på %s",
- "General" : "Allmänt"
+ "General" : "Allmänt",
+ "Search Platform" : "Sökplattform",
+ "Select the app to index content and answer search queries." : "Välj app för att indexera innehåll och svara på sökfrågor.",
+ "Navigation Icon" : "Navigations-ikon",
+ "Enable global search within all your content." : "Aktivera global sökning för all din data."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
index 6dee703..5bc2e53 100644
--- a/l10n/sv.json
+++ b/l10n/sv.json
@@ -1,7 +1,12 @@
{ "translations": {
+ "Search" : "Sök",
"Full text search" : "Fulltextsökning",
"Index not found" : "Index hittades inte",
"Search on %s" : "Sök på %s",
- "General" : "Allmänt"
+ "General" : "Allmänt",
+ "Search Platform" : "Sökplattform",
+ "Select the app to index content and answer search queries." : "Välj app för att indexera innehåll och svara på sökfrågor.",
+ "Navigation Icon" : "Navigations-ikon",
+ "Enable global search within all your content." : "Aktivera global sökning för all din data."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/tr.js b/l10n/tr.js
index d0eeda1..d90eb60 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -1,12 +1,18 @@
OC.L10N.register(
"fulltextsearch",
{
+ "Search" : "Arama",
"Full text search" : "Tam metin arama",
"Index not found" : "Dizin bulunamadı",
"Tick not found" : "İşaret bulunamadı",
"Core of the full-text search framework for Nextcloud" : "Nextcloud tam metin arama çatısının çekirdek uygulaması",
"Core App of the full-text search framework for your Nextcloud." : "Nextcloud tam metin arama çatısının çekirdek uygulaması.",
"Search on %s" : "%s üzerine arama",
- "General" : "Genel"
+ "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Nextcloud tam metin arama özelliğinin kurulması ve yapılandırılması için wiki belgelerine bakabilirsiniz",
+ "General" : "Genel",
+ "Search Platform" : "Arama Platformu",
+ "Select the app to index content and answer search queries." : "İçeriği dizine ekleyecek ve arama sorgularını yanıtlayacak uygulamayı seçin",
+ "Navigation Icon" : "Gezinme Simgesi",
+ "Enable global search within all your content." : "Tüm içeriğiniz üzerinde genel aramayı etkinleştirin."
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/tr.json b/l10n/tr.json
index 3a88bf0..0895d91 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,10 +1,16 @@
{ "translations": {
+ "Search" : "Arama",
"Full text search" : "Tam metin arama",
"Index not found" : "Dizin bulunamadı",
"Tick not found" : "İşaret bulunamadı",
"Core of the full-text search framework for Nextcloud" : "Nextcloud tam metin arama çatısının çekirdek uygulaması",
"Core App of the full-text search framework for your Nextcloud." : "Nextcloud tam metin arama çatısının çekirdek uygulaması.",
"Search on %s" : "%s üzerine arama",
- "General" : "Genel"
+ "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Nextcloud tam metin arama özelliğinin kurulması ve yapılandırılması için wiki belgelerine bakabilirsiniz",
+ "General" : "Genel",
+ "Search Platform" : "Arama Platformu",
+ "Select the app to index content and answer search queries." : "İçeriği dizine ekleyecek ve arama sorgularını yanıtlayacak uygulamayı seçin",
+ "Navigation Icon" : "Gezinme Simgesi",
+ "Enable global search within all your content." : "Tüm içeriğiniz üzerinde genel aramayı etkinleştirin."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file