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:
Diffstat (limited to 'l10n')
-rw-r--r--l10n/eo.js10
-rw-r--r--l10n/eo.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/eo.js b/l10n/eo.js
new file mode 100644
index 0000000..c0ed095
--- /dev/null
+++ b/l10n/eo.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Search" : "Serĉi",
+ "Full text search" : "Plenteksta serĉo",
+ "Index not found" : "Indekso ne trovita",
+ "Core of the full-text search framework for Nextcloud" : "Baza framo por plenteksta serĉo en Nextcloud",
+ "Core App of the full-text search framework for your Nextcloud." : "Baza aplikaĵo pri framo por plenteksta serĉo en Nextcloud"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eo.json b/l10n/eo.json
new file mode 100644
index 0000000..582a1f8
--- /dev/null
+++ b/l10n/eo.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Search" : "Serĉi",
+ "Full text search" : "Plenteksta serĉo",
+ "Index not found" : "Indekso ne trovita",
+ "Core of the full-text search framework for Nextcloud" : "Baza framo por plenteksta serĉo en Nextcloud",
+ "Core App of the full-text search framework for your Nextcloud." : "Baza aplikaĵo pri framo por plenteksta serĉo en Nextcloud"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file