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>2017-03-25 04:13:37 +0300
committerNextcloud bot <bot@nextcloud.com>2017-03-25 04:13:37 +0300
commit5d938df2341fb3bf9d5f3595638a4126d15b7246 (patch)
tree28f9c3c92f3720c3b35c70b2356f10d557b13f3a
parent98a0de29224ad1ee367dc45f79dde219ba07d6a9 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/ca.js38
-rw-r--r--l10n/ca.json36
-rw-r--r--l10n/cs_CZ.js90
-rw-r--r--l10n/cs_CZ.json88
-rw-r--r--l10n/el.js33
-rw-r--r--l10n/el.json31
-rw-r--r--l10n/hu_HU.js90
-rw-r--r--l10n/hu_HU.json88
-rw-r--r--l10n/is.js43
-rw-r--r--l10n/is.json41
-rw-r--r--l10n/lv.js51
-rw-r--r--l10n/lv.json49
-rw-r--r--l10n/nb.js40
-rw-r--r--l10n/nb.json38
-rw-r--r--l10n/sq.js45
-rw-r--r--l10n/sq.json43
-rw-r--r--l10n/sv.js57
-rw-r--r--l10n/sv.json55
-rw-r--r--l10n/zh_CN.js66
-rw-r--r--l10n/zh_CN.json64
20 files changed, 730 insertions, 356 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
new file mode 100644
index 0000000..37f6822
--- /dev/null
+++ b/l10n/ca.js
@@ -0,0 +1,38 @@
+OC.L10N.register(
+ "nextant",
+ {
+ "Go to folder" : "Anar a la carpeta",
+ "never" : "mai",
+ "Nextant is not configured yet" : "Nextant no s'ha configurat encara",
+ "Text successfully extracted" : "Text extret correctament",
+ "Document successfully updated" : "El Document s'ha pujat correctament",
+ "Cannot find any document" : "No es pot trobar cap document",
+ "Test document deleted" : "Test de document eliminat",
+ "Your configuration has been saved" : "La vostra configuració s'ha guardat",
+ "Configuration failed to be saved. Please reload this page." : "Error al guardar la configuració. Si us plau, recarregueu la pàgina.",
+ "Nextant (Full-Text Search)" : "Nextant (Full-Text Search)",
+ "Saving" : "Guardant",
+ "Settings" : "Paràmetres",
+ "Nextant Version :" : "Versió Nextant:",
+ "Core :" : "Nucli:",
+ "Test and Save" : "Proba i desa:",
+ "Indexing Files" : "Indexant arxius",
+ "Maximum File Size (Mb) :" : "Mida màxima de l'arxiu: (Mb) :",
+ "Edit your filters" : "Editeu els vostres filtres",
+ "Last index :" : "Últim index:",
+ "Checking" : "Comprobant",
+ "Nextant Status" : "Estat Nextant",
+ "Disabled" : "Deshabilitat",
+ "Using Database" : "Utilitzant base de dades",
+ "hours" : "hores",
+ "days" : "dies",
+ "Number of documents :" : "Nombre de documents : ",
+ "Number of segments :" : "Nombre de segments : ",
+ "Force index" : "Força index",
+ "Indexing in progress" : "Indexació en procés",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Documents Office",
+ "Image (Jpeg, Tiff)" : "Imatge (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Arxiu d'audio (mp3, flac)"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
new file mode 100644
index 0000000..a573d34
--- /dev/null
+++ b/l10n/ca.json
@@ -0,0 +1,36 @@
+{ "translations": {
+ "Go to folder" : "Anar a la carpeta",
+ "never" : "mai",
+ "Nextant is not configured yet" : "Nextant no s'ha configurat encara",
+ "Text successfully extracted" : "Text extret correctament",
+ "Document successfully updated" : "El Document s'ha pujat correctament",
+ "Cannot find any document" : "No es pot trobar cap document",
+ "Test document deleted" : "Test de document eliminat",
+ "Your configuration has been saved" : "La vostra configuració s'ha guardat",
+ "Configuration failed to be saved. Please reload this page." : "Error al guardar la configuració. Si us plau, recarregueu la pàgina.",
+ "Nextant (Full-Text Search)" : "Nextant (Full-Text Search)",
+ "Saving" : "Guardant",
+ "Settings" : "Paràmetres",
+ "Nextant Version :" : "Versió Nextant:",
+ "Core :" : "Nucli:",
+ "Test and Save" : "Proba i desa:",
+ "Indexing Files" : "Indexant arxius",
+ "Maximum File Size (Mb) :" : "Mida màxima de l'arxiu: (Mb) :",
+ "Edit your filters" : "Editeu els vostres filtres",
+ "Last index :" : "Últim index:",
+ "Checking" : "Comprobant",
+ "Nextant Status" : "Estat Nextant",
+ "Disabled" : "Deshabilitat",
+ "Using Database" : "Utilitzant base de dades",
+ "hours" : "hores",
+ "days" : "dies",
+ "Number of documents :" : "Nombre de documents : ",
+ "Number of segments :" : "Nombre de segments : ",
+ "Force index" : "Força index",
+ "Indexing in progress" : "Indexació en procés",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Documents Office",
+ "Image (Jpeg, Tiff)" : "Imatge (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Arxiu d'audio (mp3, flac)"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
deleted file mode 100644
index 6f51840..0000000
--- a/l10n/cs_CZ.js
+++ /dev/null
@@ -1,90 +0,0 @@
-OC.L10N.register(
- "nextant",
- {
- "Go to folder" : "Jít do složky",
- "never" : "nikdy",
- "Nextant is not configured yet" : "Nextant ještě není nakonfigurován",
- "Ping querying your Solr Server" : "Dotazování pingem vašeho Solr serveru",
- "Verifying Schema integrity" : "Ověřování integrity schématu",
- "Test simple text extract query" : "Vyzkoušet jednoduchý dotaz na extrakci textu",
- "Test update document query" : "dotaz zkoušky aktualizace dokumentu",
- "Test search query" : "Vyzkoušet vyhledávací dotaz",
- "Removing the test document" : "Odstraňování zkušebního dokumentu",
- "All test went fine. Saving your configuration" : "Všechny testy proběhly v pořádku. Ukládání vaší konfigurace",
- "The format of the address is not correct" : "Formát adresy není platný",
- "Apache Solr is up, running and responding to ping query" : "Apache Solr běží a odpovídá na ping dotaz",
- "Apache Solr is not responding to ping query (Error #%1$s)" : "Apache Solr neodpovídá na na ping dotaz (chyba #%1$s)",
- "Schema is fine" : "Schéma je v pořádku",
- "Were not able to verify/fix schema integrity (Error #%1$s)" : "Nepodařilo se ověřit/opravit integritu schématu (chyba #%1$s)",
- "Text successfully extracted" : "Text úspěšně extrahován",
- "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Extrakce selhala. Zkontrolujte konfiguraci vašeho Solr serveru (chyba #%1$s)",
- "Error Updating field - Can't find original document - (Error #%1$s)" : "Chyba aktualizace pole - nelze najít původní dokument - (chyba #%1$s)",
- "Error during commit (Error #%1$s)" : "Chyba při commitu (chyba #%1$s",
- "Error during updating field (Error #%1$s)" : "Chyba při aktualizaci pole (chyba #%1$s)",
- "Document successfully updated" : "Dokument úspěšně aktualizován",
- "Found exactly what we were looking for" : "Nalezena přesná shoda s hledaným výrazem",
- "We found something, but not what we were expecting." : "Něco bylo nalezeno, ale ne to, co bylo očekáváno",
- "Cannot find any document" : "Nelze najít žádný dokument",
- "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Vyhledávání selhalo. Prosím, zkontrolujte konfiguraci vašeho Solr serveru (chyba #%1$s)",
- "Test document deleted" : "Zkušební dokument smazán",
- "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Nepodařilo se smazat zkušební dokument. Prosím, zkontrolujte konfiguraci vašeho Solr serveru (chyba #%1$s)",
- "Your configuration has been saved" : "Vaše konfigurace byla uložena",
- "Configuration failed to be saved. Please reload this page." : "Konfiguraci se nepodařilo uložit. Prosím, obnovte tuto stránku.",
- "Nextant (Full-Text Search)" : "Nextant (full-textové vyhledávání)",
- "Specify the address of your Solr, and the name of the core to use." : "Specifikujte adresu vašeho Solru a jméno ádra, které se má použít",
- "If you do not have a Solr servlet running, you can find few guides on how to install one on the Wiki." : "Pokud nemáte Solr server, můžete pár návodů k instalaci najít na wiki.",
- "You can also find there more information about this interface." : "Také zde můžete nalézt další informace o tomto rozhraní",
- "Saving" : "Ukládání",
- "Settings" : "Nastavení",
- "Nextant Version :" : "Nextant verze:",
- "Address of your Solr Servlet :" : "Adresa vašeho Solr servletu :",
- "Core :" : "Jádro :",
- "Timeout (in seconds) :" : "Čas vypršení požadavku (sekundy) :",
- "Test and Save" : "Vyzkoušet a uložit",
- "Indexing Files" : "Indexování souborů",
- "Maximum File Size (Mb) :" : "Maximální velikost souboru (Mb) :",
- "Edit your filters" : "Upravte vaše filtry",
- "Index Files Tree :" : "Indexovat strom souborů :",
- "Disable default search from Files" : "Zakázat výchozí hledání ze souborů",
- "Index Public Links :" : "Index veřejných odkazů :",
- "Index Federated Shares :" : "Indexovat sdružená sdílení :",
- "Index External Storages :" : "Externí úložiště indexu :",
- "Index Encrypted Files :" : "Indexovat šifrované soubory :",
- "Last index :" : "Poslední index :",
- "Indexing Bookmarks" : "Indexování záložek",
- "The App Bookmarks is not installed/enabled." : "Aplikace záložky není nainstalována/povolena",
- "The App Bookmarks is enabled, your bookmarks will be index." : "Aplikace záložky je povolena, vaše záložky budou indexovány",
- "Checking" : "Kontrola",
- "Nextant Status" : "Stav Nextantu",
- "Resource Level :" : "Úroveň zdroje :",
- "Higher performance" : "Vyšší výkon",
- "High performance" : "Vysoký výkon",
- "Medium performance" : "Střední výkon",
- "Low performance" : "Nízký výkon",
- "Lower performance" : "Nižší výkon",
- "Live Index :" : "Živý index :",
- "Disabled" : "Zakázáno",
- "Using Semaphore" : "Používá se semafor",
- "Using Database" : "Používá se databáze",
- "Minimum Background Index delay :" : "Nejmenší spoždění indexu na pozadí :",
- "hours" : "hodiny",
- "Maximum Background Index delay :" : "Největší zpoždění indexace na pozadí :",
- "days" : "dny",
- "Nextcloud Cron :" : "Cron Nextcloudu :",
- "Number of documents :" : "Počet dokumentů :",
- "Number of segments :" : "Počet dokumentů :",
- "we recommand doing the very first indexing of your files using the ./occ nextant:index command." : "doporučujeme dělat první indexování vašich souborů pomocí příkazu ./occ nextant:index.",
- "However, you can force it to be started as a background process." : "Ale můžete vynutit spuštění jako proces na pozadí.",
- "Force first index as a cronjob" : "Vynutit první indexování jako Cron úlohu",
- "Force index" : "Vynutit index",
- "Indexing is scheduled within the next few hours (cron)" : "Indexování je naplánováno za pár hodin (cron)",
- "Indexing in progress" : "Indexování probíhá",
- "Type of files to extract" : "Typ souborů k extrakci",
- "Text File (Text, Html, Subtitles, Source Code, ...)" : "Textový soubor (text, Html, titulky, zdrojový kód, ...)",
- "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
- "Office Documents" : "Kancelářské dokumenty",
- "Image (Jpeg, Tiff)" : "Obrázek (Jpeg, Tiff)",
- "Audio File (mp3, flac)" : "Audio soubor (Mp3, Flac)",
- "Extensions you wish to ignore (.java .xml)" : "Přípony, které si přejete ignorovat (.java .xml)"
-},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
deleted file mode 100644
index 29a12f4..0000000
--- a/l10n/cs_CZ.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{ "translations": {
- "Go to folder" : "Jít do složky",
- "never" : "nikdy",
- "Nextant is not configured yet" : "Nextant ještě není nakonfigurován",
- "Ping querying your Solr Server" : "Dotazování pingem vašeho Solr serveru",
- "Verifying Schema integrity" : "Ověřování integrity schématu",
- "Test simple text extract query" : "Vyzkoušet jednoduchý dotaz na extrakci textu",
- "Test update document query" : "dotaz zkoušky aktualizace dokumentu",
- "Test search query" : "Vyzkoušet vyhledávací dotaz",
- "Removing the test document" : "Odstraňování zkušebního dokumentu",
- "All test went fine. Saving your configuration" : "Všechny testy proběhly v pořádku. Ukládání vaší konfigurace",
- "The format of the address is not correct" : "Formát adresy není platný",
- "Apache Solr is up, running and responding to ping query" : "Apache Solr běží a odpovídá na ping dotaz",
- "Apache Solr is not responding to ping query (Error #%1$s)" : "Apache Solr neodpovídá na na ping dotaz (chyba #%1$s)",
- "Schema is fine" : "Schéma je v pořádku",
- "Were not able to verify/fix schema integrity (Error #%1$s)" : "Nepodařilo se ověřit/opravit integritu schématu (chyba #%1$s)",
- "Text successfully extracted" : "Text úspěšně extrahován",
- "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Extrakce selhala. Zkontrolujte konfiguraci vašeho Solr serveru (chyba #%1$s)",
- "Error Updating field - Can't find original document - (Error #%1$s)" : "Chyba aktualizace pole - nelze najít původní dokument - (chyba #%1$s)",
- "Error during commit (Error #%1$s)" : "Chyba při commitu (chyba #%1$s",
- "Error during updating field (Error #%1$s)" : "Chyba při aktualizaci pole (chyba #%1$s)",
- "Document successfully updated" : "Dokument úspěšně aktualizován",
- "Found exactly what we were looking for" : "Nalezena přesná shoda s hledaným výrazem",
- "We found something, but not what we were expecting." : "Něco bylo nalezeno, ale ne to, co bylo očekáváno",
- "Cannot find any document" : "Nelze najít žádný dokument",
- "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Vyhledávání selhalo. Prosím, zkontrolujte konfiguraci vašeho Solr serveru (chyba #%1$s)",
- "Test document deleted" : "Zkušební dokument smazán",
- "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Nepodařilo se smazat zkušební dokument. Prosím, zkontrolujte konfiguraci vašeho Solr serveru (chyba #%1$s)",
- "Your configuration has been saved" : "Vaše konfigurace byla uložena",
- "Configuration failed to be saved. Please reload this page." : "Konfiguraci se nepodařilo uložit. Prosím, obnovte tuto stránku.",
- "Nextant (Full-Text Search)" : "Nextant (full-textové vyhledávání)",
- "Specify the address of your Solr, and the name of the core to use." : "Specifikujte adresu vašeho Solru a jméno ádra, které se má použít",
- "If you do not have a Solr servlet running, you can find few guides on how to install one on the Wiki." : "Pokud nemáte Solr server, můžete pár návodů k instalaci najít na wiki.",
- "You can also find there more information about this interface." : "Také zde můžete nalézt další informace o tomto rozhraní",
- "Saving" : "Ukládání",
- "Settings" : "Nastavení",
- "Nextant Version :" : "Nextant verze:",
- "Address of your Solr Servlet :" : "Adresa vašeho Solr servletu :",
- "Core :" : "Jádro :",
- "Timeout (in seconds) :" : "Čas vypršení požadavku (sekundy) :",
- "Test and Save" : "Vyzkoušet a uložit",
- "Indexing Files" : "Indexování souborů",
- "Maximum File Size (Mb) :" : "Maximální velikost souboru (Mb) :",
- "Edit your filters" : "Upravte vaše filtry",
- "Index Files Tree :" : "Indexovat strom souborů :",
- "Disable default search from Files" : "Zakázat výchozí hledání ze souborů",
- "Index Public Links :" : "Index veřejných odkazů :",
- "Index Federated Shares :" : "Indexovat sdružená sdílení :",
- "Index External Storages :" : "Externí úložiště indexu :",
- "Index Encrypted Files :" : "Indexovat šifrované soubory :",
- "Last index :" : "Poslední index :",
- "Indexing Bookmarks" : "Indexování záložek",
- "The App Bookmarks is not installed/enabled." : "Aplikace záložky není nainstalována/povolena",
- "The App Bookmarks is enabled, your bookmarks will be index." : "Aplikace záložky je povolena, vaše záložky budou indexovány",
- "Checking" : "Kontrola",
- "Nextant Status" : "Stav Nextantu",
- "Resource Level :" : "Úroveň zdroje :",
- "Higher performance" : "Vyšší výkon",
- "High performance" : "Vysoký výkon",
- "Medium performance" : "Střední výkon",
- "Low performance" : "Nízký výkon",
- "Lower performance" : "Nižší výkon",
- "Live Index :" : "Živý index :",
- "Disabled" : "Zakázáno",
- "Using Semaphore" : "Používá se semafor",
- "Using Database" : "Používá se databáze",
- "Minimum Background Index delay :" : "Nejmenší spoždění indexu na pozadí :",
- "hours" : "hodiny",
- "Maximum Background Index delay :" : "Největší zpoždění indexace na pozadí :",
- "days" : "dny",
- "Nextcloud Cron :" : "Cron Nextcloudu :",
- "Number of documents :" : "Počet dokumentů :",
- "Number of segments :" : "Počet dokumentů :",
- "we recommand doing the very first indexing of your files using the ./occ nextant:index command." : "doporučujeme dělat první indexování vašich souborů pomocí příkazu ./occ nextant:index.",
- "However, you can force it to be started as a background process." : "Ale můžete vynutit spuštění jako proces na pozadí.",
- "Force first index as a cronjob" : "Vynutit první indexování jako Cron úlohu",
- "Force index" : "Vynutit index",
- "Indexing is scheduled within the next few hours (cron)" : "Indexování je naplánováno za pár hodin (cron)",
- "Indexing in progress" : "Indexování probíhá",
- "Type of files to extract" : "Typ souborů k extrakci",
- "Text File (Text, Html, Subtitles, Source Code, ...)" : "Textový soubor (text, Html, titulky, zdrojový kód, ...)",
- "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
- "Office Documents" : "Kancelářské dokumenty",
- "Image (Jpeg, Tiff)" : "Obrázek (Jpeg, Tiff)",
- "Audio File (mp3, flac)" : "Audio soubor (Mp3, Flac)",
- "Extensions you wish to ignore (.java .xml)" : "Přípony, které si přejete ignorovat (.java .xml)"
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
-} \ No newline at end of file
diff --git a/l10n/el.js b/l10n/el.js
new file mode 100644
index 0000000..1ef42a5
--- /dev/null
+++ b/l10n/el.js
@@ -0,0 +1,33 @@
+OC.L10N.register(
+ "nextant",
+ {
+ "Go to folder" : "Μετακίνηση στον φάκελο",
+ "never" : "ποτέ",
+ "Nextant is not configured yet" : "Το Nextant δεν έχει ρυθμιστεί ακόμη",
+ "Verifying Schema integrity" : "Επαλήθευση ακεραιότητας διάταξης",
+ "Test search query" : "Δοκιμαστικό ερώτημα αναζήτησης",
+ "Removing the test document" : "Αφαίρεση δοκιμαστικού εγγράφου",
+ "All test went fine. Saving your configuration" : "Όλοι οι έλεγχοι πήγαν καλά. Αποθήκευση των ρυθμίσεων",
+ "The format of the address is not correct" : "Η μορφή της διεύθυνσης δεν είναι σωστή",
+ "Document successfully updated" : "Το έγγραφο ενημερώθηκε επιτυχώς",
+ "Cannot find any document" : "Αδυναμία εύρεσης οποιουδήποτε εγγράφου",
+ "Test document deleted" : "Το δοκιμαστικό έγγραφο διεγράφη",
+ "Saving" : "Αποθήκευση",
+ "Settings" : "Ρυθμίσεις",
+ "Nextant Version :" : "Έκδοση Nextant:",
+ "Test and Save" : "Δοκιμή και αποθήκευση",
+ "Indexing Files" : "Καταλογοποίηση αρχείων",
+ "Edit your filters" : "Επεξεργασία των φίλτρων σας",
+ "Low performance" : "Χαμηλή απόδοση",
+ "Using Database" : "Χρήση βάσης δεδομένων",
+ "hours" : "ώρες",
+ "days" : "ημέρες",
+ "Nextcloud Cron :" : "Nextcloud Cron :",
+ "Number of documents :" : "Αριθμός των εγγράφων :",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "Αρχείο κειμένου (κείμενο, html, υπότιτλοι, πηγαίος κώδικας, ...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Έγγραφα γραφείου",
+ "Image (Jpeg, Tiff)" : "Εικόνα (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Αρχείο ήχου (mp3, flac)"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/el.json b/l10n/el.json
new file mode 100644
index 0000000..e5d1583
--- /dev/null
+++ b/l10n/el.json
@@ -0,0 +1,31 @@
+{ "translations": {
+ "Go to folder" : "Μετακίνηση στον φάκελο",
+ "never" : "ποτέ",
+ "Nextant is not configured yet" : "Το Nextant δεν έχει ρυθμιστεί ακόμη",
+ "Verifying Schema integrity" : "Επαλήθευση ακεραιότητας διάταξης",
+ "Test search query" : "Δοκιμαστικό ερώτημα αναζήτησης",
+ "Removing the test document" : "Αφαίρεση δοκιμαστικού εγγράφου",
+ "All test went fine. Saving your configuration" : "Όλοι οι έλεγχοι πήγαν καλά. Αποθήκευση των ρυθμίσεων",
+ "The format of the address is not correct" : "Η μορφή της διεύθυνσης δεν είναι σωστή",
+ "Document successfully updated" : "Το έγγραφο ενημερώθηκε επιτυχώς",
+ "Cannot find any document" : "Αδυναμία εύρεσης οποιουδήποτε εγγράφου",
+ "Test document deleted" : "Το δοκιμαστικό έγγραφο διεγράφη",
+ "Saving" : "Αποθήκευση",
+ "Settings" : "Ρυθμίσεις",
+ "Nextant Version :" : "Έκδοση Nextant:",
+ "Test and Save" : "Δοκιμή και αποθήκευση",
+ "Indexing Files" : "Καταλογοποίηση αρχείων",
+ "Edit your filters" : "Επεξεργασία των φίλτρων σας",
+ "Low performance" : "Χαμηλή απόδοση",
+ "Using Database" : "Χρήση βάσης δεδομένων",
+ "hours" : "ώρες",
+ "days" : "ημέρες",
+ "Nextcloud Cron :" : "Nextcloud Cron :",
+ "Number of documents :" : "Αριθμός των εγγράφων :",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "Αρχείο κειμένου (κείμενο, html, υπότιτλοι, πηγαίος κώδικας, ...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Έγγραφα γραφείου",
+ "Image (Jpeg, Tiff)" : "Εικόνα (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Αρχείο ήχου (mp3, flac)"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/hu_HU.js b/l10n/hu_HU.js
deleted file mode 100644
index e6d70a1..0000000
--- a/l10n/hu_HU.js
+++ /dev/null
@@ -1,90 +0,0 @@
-OC.L10N.register(
- "nextant",
- {
- "Go to folder" : "Ugrás a mappába",
- "never" : "soha",
- "Nextant is not configured yet" : "A Nextant még nincs beállítva",
- "Ping querying your Solr Server" : "Solr szerver pingelése",
- "Verifying Schema integrity" : "Séma integritás ellenőrzése",
- "Test simple text extract query" : "Egyszerű szöveg kibontási kérés tesztelése",
- "Test update document query" : "Dokumentum frissítési kérés tesztelése",
- "Test search query" : "Kereső kifejezés tesztelése",
- "Removing the test document" : "Teszt dokumentum eltávolítása",
- "All test went fine. Saving your configuration" : "Minden teszt rendben. Beállítások mentése",
- "The format of the address is not correct" : "A cím formátuma nem megfelelő",
- "Apache Solr is up, running and responding to ping query" : "Apache Solr beállítva, fut és válaszol a ping kérésre",
- "Apache Solr is not responding to ping query (Error #%1$s)" : "Apache Solr nem válaszol a ping kérésre (Error #%1$s)",
- "Schema is fine" : "Séma rendben",
- "Were not able to verify/fix schema integrity (Error #%1$s)" : "Nem lehet ellenőrizni/javítani a séma integritást (Error #%1$s)",
- "Text successfully extracted" : "Szöveg sikeresen kibontva",
- "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Kibontás sikertelen. Kérlek ellenőrizd a Solr szerver beállításait (Error #%1$s)",
- "Error Updating field - Can't find original document - (Error #%1$s)" : "Frissítés sikertelen - nem található az eredeti dokumentum (Error #%1$s)",
- "Error during commit (Error #%1$s)" : "Hiba a beküldés közben (Error #%1$s)",
- "Error during updating field (Error #%1$s)" : "Hiba mező frissítése közben (Error #%1$s)",
- "Document successfully updated" : "Dokumentum sikeresen frissítve",
- "Found exactly what we were looking for" : "Pontosan azt találtuk meg, amit kerestünk",
- "We found something, but not what we were expecting." : "Találtunk valamit, de nem azt amit vártunk.",
- "Cannot find any document" : "Nem található egyetlen dokumentum sem",
- "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Keresés sikertelen. Kérlek ellenőrizd a Solr szerver beállításait (Error #%1$s)",
- "Test document deleted" : "Teszt dokumentum törölve",
- "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Nem sikerült törölni a teszt dokumentumot. Kérlek ellenőrizd a Solr szerver beállításait (Error #%1$s)",
- "Your configuration has been saved" : "A beállításaid el lettek mentve",
- "Configuration failed to be saved. Please reload this page." : "Nem sikerült menteni a beállításokat. Kérlek töltsd újra ezt az oldalt.",
- "Nextant (Full-Text Search)" : "Nextant (telejes szöveges keresés)",
- "Specify the address of your Solr, and the name of the core to use." : "Add meg a Solr szervered címét és a használandó core nevét.",
- "If you do not have a Solr servlet running, you can find few guides on how to install one on the Wiki." : "Ha nincs futó Solr servleted, akkor a Wikiben találhatsz néhány leírást a telepítéséről.",
- "You can also find there more information about this interface." : "Valamint további hasznos információkat is találhatsz erről a felületről.",
- "Saving" : "Mentés",
- "Settings" : "Beállítások",
- "Nextant Version :" : "Nextant verzió:",
- "Address of your Solr Servlet :" : "Solr servlet címe :",
- "Core :" : "Core :",
- "Timeout (in seconds) :" : "Időtúllépés (másodpercben) :",
- "Test and Save" : "Teszt és mentés",
- "Indexing Files" : "Fájlok indexelése",
- "Maximum File Size (Mb) :" : "Maximális fájlméret (Mb) :",
- "Edit your filters" : "Szűrők szerkesztése",
- "Index Files Tree :" : "Fájl fa indexelése :",
- "Disable default search from Files" : "Fájlok alapértelmezett keresőjének letiltása",
- "Index Public Links :" : "Nyilvános hivatkozások indexelése :",
- "Index Federated Shares :" : "Egyesített megosztások indexelése :",
- "Index External Storages :" : "Külső tárhelyek indexelése :",
- "Index Encrypted Files :" : "Titkosított fájlok indexelése :",
- "Last index :" : "Utolsó indexelés :",
- "Indexing Bookmarks" : "Könyvjelzők indexelése",
- "The App Bookmarks is not installed/enabled." : "Az Könyvjelzők alkalmazás nincs telepítve/engedélyezve.",
- "The App Bookmarks is enabled, your bookmarks will be index." : "A Könyvjelzők alkalmazás engedélyezve van, a könyvjelzők indexelve lesznek.",
- "Checking" : "Ellenőrzés",
- "Nextant Status" : "Nextant állapot",
- "Resource Level :" : "Erőforrás szint :",
- "Higher performance" : "Legmagasabb teljesítmény",
- "High performance" : "Magas teljesítmény",
- "Medium performance" : "Közepes teljesítmény",
- "Low performance" : "Alacsony teljesítmény",
- "Lower performance" : "Legalacsonyabb teljesítmény",
- "Live Index :" : "Élő indexelés :",
- "Disabled" : "Letiltva",
- "Using Semaphore" : "Semaphore használata",
- "Using Database" : "Adatbázis használata",
- "Minimum Background Index delay :" : "Minimális háttér index késleltetés :",
- "hours" : "óra",
- "Maximum Background Index delay :" : "Maximális háttér index késleltetés :",
- "days" : "nap",
- "Nextcloud Cron :" : "Nextcloud Cron :",
- "Number of documents :" : "Dokumentumok száma :",
- "Number of segments :" : "Szegmensek száma :",
- "we recommand doing the very first indexing of your files using the ./occ nextant:index command." : "a fájlok legelső indexeléséhez a ./occ nextant:index parancs használatát ajánljuk.",
- "However, you can force it to be started as a background process." : "Viszont, háttér folyamatként is kényszeríthető az indítása.",
- "Force first index as a cronjob" : "Első indexelés kényszerítése cronjob-ként",
- "Force index" : "Indexelés kényszerítés",
- "Indexing is scheduled within the next few hours (cron)" : "Indexelés pár órán belül ütemezve (cron)",
- "Indexing in progress" : "indexelés folyamatban",
- "Type of files to extract" : "Kibontandó fájlok típusa",
- "Text File (Text, Html, Subtitles, Source Code, ...)" : "Szöveges fájl (szöveg, html, feliratok, forráskód, ...)",
- "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
- "Office Documents" : "Office dokumentumok",
- "Image (Jpeg, Tiff)" : "Kép (Jpeg, Tiff)",
- "Audio File (mp3, flac)" : "Hang fájl (mp3, flac)",
- "Extensions you wish to ignore (.java .xml)" : "Figyelmen kívül hagyandó kiterjesztések (.java .xml)"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hu_HU.json b/l10n/hu_HU.json
deleted file mode 100644
index 380c87f..0000000
--- a/l10n/hu_HU.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{ "translations": {
- "Go to folder" : "Ugrás a mappába",
- "never" : "soha",
- "Nextant is not configured yet" : "A Nextant még nincs beállítva",
- "Ping querying your Solr Server" : "Solr szerver pingelése",
- "Verifying Schema integrity" : "Séma integritás ellenőrzése",
- "Test simple text extract query" : "Egyszerű szöveg kibontási kérés tesztelése",
- "Test update document query" : "Dokumentum frissítési kérés tesztelése",
- "Test search query" : "Kereső kifejezés tesztelése",
- "Removing the test document" : "Teszt dokumentum eltávolítása",
- "All test went fine. Saving your configuration" : "Minden teszt rendben. Beállítások mentése",
- "The format of the address is not correct" : "A cím formátuma nem megfelelő",
- "Apache Solr is up, running and responding to ping query" : "Apache Solr beállítva, fut és válaszol a ping kérésre",
- "Apache Solr is not responding to ping query (Error #%1$s)" : "Apache Solr nem válaszol a ping kérésre (Error #%1$s)",
- "Schema is fine" : "Séma rendben",
- "Were not able to verify/fix schema integrity (Error #%1$s)" : "Nem lehet ellenőrizni/javítani a séma integritást (Error #%1$s)",
- "Text successfully extracted" : "Szöveg sikeresen kibontva",
- "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Kibontás sikertelen. Kérlek ellenőrizd a Solr szerver beállításait (Error #%1$s)",
- "Error Updating field - Can't find original document - (Error #%1$s)" : "Frissítés sikertelen - nem található az eredeti dokumentum (Error #%1$s)",
- "Error during commit (Error #%1$s)" : "Hiba a beküldés közben (Error #%1$s)",
- "Error during updating field (Error #%1$s)" : "Hiba mező frissítése közben (Error #%1$s)",
- "Document successfully updated" : "Dokumentum sikeresen frissítve",
- "Found exactly what we were looking for" : "Pontosan azt találtuk meg, amit kerestünk",
- "We found something, but not what we were expecting." : "Találtunk valamit, de nem azt amit vártunk.",
- "Cannot find any document" : "Nem található egyetlen dokumentum sem",
- "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Keresés sikertelen. Kérlek ellenőrizd a Solr szerver beállításait (Error #%1$s)",
- "Test document deleted" : "Teszt dokumentum törölve",
- "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Nem sikerült törölni a teszt dokumentumot. Kérlek ellenőrizd a Solr szerver beállításait (Error #%1$s)",
- "Your configuration has been saved" : "A beállításaid el lettek mentve",
- "Configuration failed to be saved. Please reload this page." : "Nem sikerült menteni a beállításokat. Kérlek töltsd újra ezt az oldalt.",
- "Nextant (Full-Text Search)" : "Nextant (telejes szöveges keresés)",
- "Specify the address of your Solr, and the name of the core to use." : "Add meg a Solr szervered címét és a használandó core nevét.",
- "If you do not have a Solr servlet running, you can find few guides on how to install one on the Wiki." : "Ha nincs futó Solr servleted, akkor a Wikiben találhatsz néhány leírást a telepítéséről.",
- "You can also find there more information about this interface." : "Valamint további hasznos információkat is találhatsz erről a felületről.",
- "Saving" : "Mentés",
- "Settings" : "Beállítások",
- "Nextant Version :" : "Nextant verzió:",
- "Address of your Solr Servlet :" : "Solr servlet címe :",
- "Core :" : "Core :",
- "Timeout (in seconds) :" : "Időtúllépés (másodpercben) :",
- "Test and Save" : "Teszt és mentés",
- "Indexing Files" : "Fájlok indexelése",
- "Maximum File Size (Mb) :" : "Maximális fájlméret (Mb) :",
- "Edit your filters" : "Szűrők szerkesztése",
- "Index Files Tree :" : "Fájl fa indexelése :",
- "Disable default search from Files" : "Fájlok alapértelmezett keresőjének letiltása",
- "Index Public Links :" : "Nyilvános hivatkozások indexelése :",
- "Index Federated Shares :" : "Egyesített megosztások indexelése :",
- "Index External Storages :" : "Külső tárhelyek indexelése :",
- "Index Encrypted Files :" : "Titkosított fájlok indexelése :",
- "Last index :" : "Utolsó indexelés :",
- "Indexing Bookmarks" : "Könyvjelzők indexelése",
- "The App Bookmarks is not installed/enabled." : "Az Könyvjelzők alkalmazás nincs telepítve/engedélyezve.",
- "The App Bookmarks is enabled, your bookmarks will be index." : "A Könyvjelzők alkalmazás engedélyezve van, a könyvjelzők indexelve lesznek.",
- "Checking" : "Ellenőrzés",
- "Nextant Status" : "Nextant állapot",
- "Resource Level :" : "Erőforrás szint :",
- "Higher performance" : "Legmagasabb teljesítmény",
- "High performance" : "Magas teljesítmény",
- "Medium performance" : "Közepes teljesítmény",
- "Low performance" : "Alacsony teljesítmény",
- "Lower performance" : "Legalacsonyabb teljesítmény",
- "Live Index :" : "Élő indexelés :",
- "Disabled" : "Letiltva",
- "Using Semaphore" : "Semaphore használata",
- "Using Database" : "Adatbázis használata",
- "Minimum Background Index delay :" : "Minimális háttér index késleltetés :",
- "hours" : "óra",
- "Maximum Background Index delay :" : "Maximális háttér index késleltetés :",
- "days" : "nap",
- "Nextcloud Cron :" : "Nextcloud Cron :",
- "Number of documents :" : "Dokumentumok száma :",
- "Number of segments :" : "Szegmensek száma :",
- "we recommand doing the very first indexing of your files using the ./occ nextant:index command." : "a fájlok legelső indexeléséhez a ./occ nextant:index parancs használatát ajánljuk.",
- "However, you can force it to be started as a background process." : "Viszont, háttér folyamatként is kényszeríthető az indítása.",
- "Force first index as a cronjob" : "Első indexelés kényszerítése cronjob-ként",
- "Force index" : "Indexelés kényszerítés",
- "Indexing is scheduled within the next few hours (cron)" : "Indexelés pár órán belül ütemezve (cron)",
- "Indexing in progress" : "indexelés folyamatban",
- "Type of files to extract" : "Kibontandó fájlok típusa",
- "Text File (Text, Html, Subtitles, Source Code, ...)" : "Szöveges fájl (szöveg, html, feliratok, forráskód, ...)",
- "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
- "Office Documents" : "Office dokumentumok",
- "Image (Jpeg, Tiff)" : "Kép (Jpeg, Tiff)",
- "Audio File (mp3, flac)" : "Hang fájl (mp3, flac)",
- "Extensions you wish to ignore (.java .xml)" : "Figyelmen kívül hagyandó kiterjesztések (.java .xml)"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/l10n/is.js b/l10n/is.js
new file mode 100644
index 0000000..ef0edec
--- /dev/null
+++ b/l10n/is.js
@@ -0,0 +1,43 @@
+OC.L10N.register(
+ "nextant",
+ {
+ "Go to folder" : "Fara í möppu",
+ "never" : "aldrei",
+ "Nextant is not configured yet" : "Nextant hefur ekki verið stillt",
+ "Test search query" : "Prófa leitarskilyrði",
+ "Document successfully updated" : "Tókst að uppfæra skjal",
+ "Cannot find any document" : "Get ekki fundið neitt skjal",
+ "Your configuration has been saved" : "Stillingarnar þínar hafa verið vistaðar",
+ "Nextant (Full-Text Search)" : "Nextant (Leit í öllum textanum)",
+ "Saving" : "Er að vista ",
+ "Settings" : "Stillingar",
+ "Nextant Version :" : "Útgáfa Nextant :",
+ "Core :" : "Kjarni :",
+ "Timeout (in seconds) :" : "Tímamörk (sekúndur) :",
+ "Test and Save" : "Prófa og vista",
+ "Indexing Files" : "Geri yfirlit fyrir skrár",
+ "Maximum File Size (Mb) :" : "Hámarks skráastærð (Mb) :",
+ "Edit your filters" : "Sýslaðu með síur",
+ "Checking" : "Athugun",
+ "Nextant Status" : "Staða Nextant",
+ "Resource Level :" : "Stig tilfanga :",
+ "Higher performance" : "Meiri afköst",
+ "High performance" : "Mikil afköst",
+ "Medium performance" : "Meðal afköst",
+ "Low performance" : "Lítil afköst",
+ "Lower performance" : "Minni afköst",
+ "Disabled" : "Óvirkt",
+ "Using Database" : "Nota gagnagrunn",
+ "hours" : "klukkustundir",
+ "days" : "dagar",
+ "Number of documents :" : "Fjöldi skjala :",
+ "Number of segments :" : "Fjöldi búta :",
+ "Type of files to extract" : "Skráategundir sem á að afþjappa",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "Textaskrá (texti, HTML, skjátextar, frumkóði, ...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Skrifstofuskjöl",
+ "Image (Jpeg, Tiff)" : "Mynd (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Hljóðskrá (mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "Skráarendingar sem þú vilt sleppa (.java .xml)"
+},
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/l10n/is.json b/l10n/is.json
new file mode 100644
index 0000000..740fc88
--- /dev/null
+++ b/l10n/is.json
@@ -0,0 +1,41 @@
+{ "translations": {
+ "Go to folder" : "Fara í möppu",
+ "never" : "aldrei",
+ "Nextant is not configured yet" : "Nextant hefur ekki verið stillt",
+ "Test search query" : "Prófa leitarskilyrði",
+ "Document successfully updated" : "Tókst að uppfæra skjal",
+ "Cannot find any document" : "Get ekki fundið neitt skjal",
+ "Your configuration has been saved" : "Stillingarnar þínar hafa verið vistaðar",
+ "Nextant (Full-Text Search)" : "Nextant (Leit í öllum textanum)",
+ "Saving" : "Er að vista ",
+ "Settings" : "Stillingar",
+ "Nextant Version :" : "Útgáfa Nextant :",
+ "Core :" : "Kjarni :",
+ "Timeout (in seconds) :" : "Tímamörk (sekúndur) :",
+ "Test and Save" : "Prófa og vista",
+ "Indexing Files" : "Geri yfirlit fyrir skrár",
+ "Maximum File Size (Mb) :" : "Hámarks skráastærð (Mb) :",
+ "Edit your filters" : "Sýslaðu með síur",
+ "Checking" : "Athugun",
+ "Nextant Status" : "Staða Nextant",
+ "Resource Level :" : "Stig tilfanga :",
+ "Higher performance" : "Meiri afköst",
+ "High performance" : "Mikil afköst",
+ "Medium performance" : "Meðal afköst",
+ "Low performance" : "Lítil afköst",
+ "Lower performance" : "Minni afköst",
+ "Disabled" : "Óvirkt",
+ "Using Database" : "Nota gagnagrunn",
+ "hours" : "klukkustundir",
+ "days" : "dagar",
+ "Number of documents :" : "Fjöldi skjala :",
+ "Number of segments :" : "Fjöldi búta :",
+ "Type of files to extract" : "Skráategundir sem á að afþjappa",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "Textaskrá (texti, HTML, skjátextar, frumkóði, ...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Skrifstofuskjöl",
+ "Image (Jpeg, Tiff)" : "Mynd (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Hljóðskrá (mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "Skráarendingar sem þú vilt sleppa (.java .xml)"
+},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
+} \ No newline at end of file
diff --git a/l10n/lv.js b/l10n/lv.js
new file mode 100644
index 0000000..930a76f
--- /dev/null
+++ b/l10n/lv.js
@@ -0,0 +1,51 @@
+OC.L10N.register(
+ "nextant",
+ {
+ "Go to folder" : "Doties uz mapi",
+ "never" : "nekad",
+ "Nextant is not configured yet" : "Nextant vēl nav konfigurēta",
+ "Ping querying your Solr Server" : "Ping pieprasījumi jūsu Solr Serverim",
+ "Verifying Schema integrity" : "Pārbaudīt shēmu integritāti",
+ "Removing the test document" : "Testa dokumentu izņemšana",
+ "All test went fine. Saving your configuration" : "Visi testi veiksmīgi. Saglabā konfigurāciju",
+ "The format of the address is not correct" : "Adreses formāts nav pareizs",
+ "Schema is fine" : "Shēma ir laba",
+ "Were not able to verify/fix schema integrity (Error #%1$s)" : "Nevarēja pārbaudīt/salabot shēmu integritāti (Kļūda #%1$s)",
+ "Text successfully extracted" : "Teksts veiksmīgi izvilkts",
+ "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Izvilkt neizdevās. Lūdzu, pārbaudiet jūsu Solr servera konfigurāciju (Kļūda #%1$s)",
+ "Error Updating field - Can't find original document - (Error #%1$s)" : "Kļūda, atjauninot lauku - Nevar atrast sākotnējo dokumentu - (Kļūda #%1$s)",
+ "Error during commit (Error #%1$s)" : "Izpildes laikā radās kļūda (Kļūda #%1$s)",
+ "Document successfully updated" : "Dokuments ir veiksmīgi atjaunināts",
+ "Found exactly what we were looking for" : "Atrast tieši to, ko meklējām",
+ "We found something, but not what we were expecting." : "Mēs kaut ko atradām, taču tas nav gluži tas, ko mēs gaidījām.",
+ "Cannot find any document" : "Nevar atrast nevienu dokumentu",
+ "Test document deleted" : "Testa dokuments izdzēsts",
+ "Saving" : "Saglabā",
+ "Settings" : "Iestatījumi",
+ "Nextant Version :" : "Nextant versija :",
+ "Timeout (in seconds) :" : "Taimauts (sekundēs) :",
+ "Test and Save" : "Pārbaudīt un saglabāt",
+ "Maximum File Size (Mb) :" : "Maksimālais faila lielums (Mb) :",
+ "Edit your filters" : "Rediģēt jūsu filtrus",
+ "Last index :" : "Pēdējais indekss :",
+ "Checking" : "Pārbaude",
+ "Nextant Status" : "Nextant statuss",
+ "Higher performance" : "Augstāka veiktspēja",
+ "High performance" : "Augsta veiktspēja",
+ "Medium performance" : "Vidējā veiktspēja",
+ "Low performance" : "Zema veiktspēja",
+ "Lower performance" : "Zemāka veiktspēja",
+ "Disabled" : "Atspējots",
+ "Using Database" : "Izmantojot datu bāzes",
+ "hours" : "stundas",
+ "days" : "dienas",
+ "Nextcloud Cron :" : "Nextcloud Cron :",
+ "Number of documents :" : "Dokumentu skaits:",
+ "Number of segments :" : "Segmentu skaits :",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "Teksta fails (teksta, Html, subtitri, Source Code,...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Image (Jpeg, Tiff)" : "Attēli (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Audio faili (mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "Paplašinājumi, kurus vēlaties ignorēt. (.java .xml)"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/l10n/lv.json b/l10n/lv.json
new file mode 100644
index 0000000..2bdf561
--- /dev/null
+++ b/l10n/lv.json
@@ -0,0 +1,49 @@
+{ "translations": {
+ "Go to folder" : "Doties uz mapi",
+ "never" : "nekad",
+ "Nextant is not configured yet" : "Nextant vēl nav konfigurēta",
+ "Ping querying your Solr Server" : "Ping pieprasījumi jūsu Solr Serverim",
+ "Verifying Schema integrity" : "Pārbaudīt shēmu integritāti",
+ "Removing the test document" : "Testa dokumentu izņemšana",
+ "All test went fine. Saving your configuration" : "Visi testi veiksmīgi. Saglabā konfigurāciju",
+ "The format of the address is not correct" : "Adreses formāts nav pareizs",
+ "Schema is fine" : "Shēma ir laba",
+ "Were not able to verify/fix schema integrity (Error #%1$s)" : "Nevarēja pārbaudīt/salabot shēmu integritāti (Kļūda #%1$s)",
+ "Text successfully extracted" : "Teksts veiksmīgi izvilkts",
+ "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Izvilkt neizdevās. Lūdzu, pārbaudiet jūsu Solr servera konfigurāciju (Kļūda #%1$s)",
+ "Error Updating field - Can't find original document - (Error #%1$s)" : "Kļūda, atjauninot lauku - Nevar atrast sākotnējo dokumentu - (Kļūda #%1$s)",
+ "Error during commit (Error #%1$s)" : "Izpildes laikā radās kļūda (Kļūda #%1$s)",
+ "Document successfully updated" : "Dokuments ir veiksmīgi atjaunināts",
+ "Found exactly what we were looking for" : "Atrast tieši to, ko meklējām",
+ "We found something, but not what we were expecting." : "Mēs kaut ko atradām, taču tas nav gluži tas, ko mēs gaidījām.",
+ "Cannot find any document" : "Nevar atrast nevienu dokumentu",
+ "Test document deleted" : "Testa dokuments izdzēsts",
+ "Saving" : "Saglabā",
+ "Settings" : "Iestatījumi",
+ "Nextant Version :" : "Nextant versija :",
+ "Timeout (in seconds) :" : "Taimauts (sekundēs) :",
+ "Test and Save" : "Pārbaudīt un saglabāt",
+ "Maximum File Size (Mb) :" : "Maksimālais faila lielums (Mb) :",
+ "Edit your filters" : "Rediģēt jūsu filtrus",
+ "Last index :" : "Pēdējais indekss :",
+ "Checking" : "Pārbaude",
+ "Nextant Status" : "Nextant statuss",
+ "Higher performance" : "Augstāka veiktspēja",
+ "High performance" : "Augsta veiktspēja",
+ "Medium performance" : "Vidējā veiktspēja",
+ "Low performance" : "Zema veiktspēja",
+ "Lower performance" : "Zemāka veiktspēja",
+ "Disabled" : "Atspējots",
+ "Using Database" : "Izmantojot datu bāzes",
+ "hours" : "stundas",
+ "days" : "dienas",
+ "Nextcloud Cron :" : "Nextcloud Cron :",
+ "Number of documents :" : "Dokumentu skaits:",
+ "Number of segments :" : "Segmentu skaits :",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "Teksta fails (teksta, Html, subtitri, Source Code,...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Image (Jpeg, Tiff)" : "Attēli (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Audio faili (mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "Paplašinājumi, kurus vēlaties ignorēt. (.java .xml)"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file
diff --git a/l10n/nb.js b/l10n/nb.js
new file mode 100644
index 0000000..d47aeb6
--- /dev/null
+++ b/l10n/nb.js
@@ -0,0 +1,40 @@
+OC.L10N.register(
+ "nextant",
+ {
+ "Go to folder" : "Gå til mappe",
+ "never" : "aldri",
+ "Nextant is not configured yet" : "Nextant er ikke konfigurert enda",
+ "Test search query" : "Test søkestreng",
+ "Removing the test document" : "Slett testdokumentet",
+ "Test document deleted" : "Testdokument slettet",
+ "Your configuration has been saved" : "Dine innstillinger er lagret",
+ "Saving" : "Lagrer",
+ "Settings" : "Innstillinger",
+ "Nextant Version :" : "Nextant versjon :",
+ "Core :" : "Kjerne :",
+ "Timeout (in seconds) :" : "Tidsavbrudd (i sekunder) :",
+ "Test and Save" : "Test og Lagre",
+ "Indexing Files" : "Indekserer Filer",
+ "Maximum File Size (Mb) :" : "Maks filstørrelse (MB) :",
+ "Edit your filters" : "Rediger dine filtre",
+ "Index Files Tree :" : "Indekser filtre : ",
+ "Last index :" : "Siste indeks :",
+ "Indexing Bookmarks" : "Indeksere bokmerker",
+ "Checking" : "Kontrollerer",
+ "Nextant Status" : "Nextant Status",
+ "High performance" : "Høy ytelse",
+ "Medium performance" : "Medium ytelse",
+ "Disabled" : "Inaktiv",
+ "hours" : "timer",
+ "days" : "dager",
+ "Number of documents :" : "Antall dokumenter :",
+ "Number of segments :" : "Antall segmenter :",
+ "Indexing in progress" : "Indeksering pågår",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "Tekstfil (Tekst, Html, Undertekster, Kildekode, ...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Dokumenter",
+ "Image (Jpeg, Tiff)" : "Bilde (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Lydfil (mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "Endelser du vil ignorere (.java .xml)"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nb.json b/l10n/nb.json
new file mode 100644
index 0000000..6facb3f
--- /dev/null
+++ b/l10n/nb.json
@@ -0,0 +1,38 @@
+{ "translations": {
+ "Go to folder" : "Gå til mappe",
+ "never" : "aldri",
+ "Nextant is not configured yet" : "Nextant er ikke konfigurert enda",
+ "Test search query" : "Test søkestreng",
+ "Removing the test document" : "Slett testdokumentet",
+ "Test document deleted" : "Testdokument slettet",
+ "Your configuration has been saved" : "Dine innstillinger er lagret",
+ "Saving" : "Lagrer",
+ "Settings" : "Innstillinger",
+ "Nextant Version :" : "Nextant versjon :",
+ "Core :" : "Kjerne :",
+ "Timeout (in seconds) :" : "Tidsavbrudd (i sekunder) :",
+ "Test and Save" : "Test og Lagre",
+ "Indexing Files" : "Indekserer Filer",
+ "Maximum File Size (Mb) :" : "Maks filstørrelse (MB) :",
+ "Edit your filters" : "Rediger dine filtre",
+ "Index Files Tree :" : "Indekser filtre : ",
+ "Last index :" : "Siste indeks :",
+ "Indexing Bookmarks" : "Indeksere bokmerker",
+ "Checking" : "Kontrollerer",
+ "Nextant Status" : "Nextant Status",
+ "High performance" : "Høy ytelse",
+ "Medium performance" : "Medium ytelse",
+ "Disabled" : "Inaktiv",
+ "hours" : "timer",
+ "days" : "dager",
+ "Number of documents :" : "Antall dokumenter :",
+ "Number of segments :" : "Antall segmenter :",
+ "Indexing in progress" : "Indeksering pågår",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "Tekstfil (Tekst, Html, Undertekster, Kildekode, ...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Dokumenter",
+ "Image (Jpeg, Tiff)" : "Bilde (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Lydfil (mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "Endelser du vil ignorere (.java .xml)"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/sq.js b/l10n/sq.js
new file mode 100644
index 0000000..e6bd8d8
--- /dev/null
+++ b/l10n/sq.js
@@ -0,0 +1,45 @@
+OC.L10N.register(
+ "nextant",
+ {
+ "Go to folder" : "Shko te dosja",
+ "never" : "kurrë",
+ "Nextant is not configured yet" : "Nextant nuk është konfiguruar akoma",
+ "Verifying Schema integrity" : "Duke verifikuar integritetin e skemës",
+ "Test search query" : "Testo kërkesën",
+ "Removing the test document" : "Duke fshirë dokumentat e testimit",
+ "All test went fine. Saving your configuration" : "Të gjitha testet ishin në rregull. Duke ruajtur konfigurimet tuaja",
+ "The format of the address is not correct" : "Formati i adresës nuk është i saktë",
+ "Schema is fine" : "Skema është në rregull",
+ "Were not able to verify/fix schema integrity (Error #%1$s)" : "Nuk ishin të aftë për të verifikuar/rregulluar tërësinë e skemës(Error #%1$s)",
+ "Text successfully extracted" : "Teksti doli me sukses",
+ "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Fragmenti dështoi. Ju lutem kontrolloni konfigurimin e serverit tuaj Solr(Error#%1$s)",
+ "Error during updating field (Error #%1$s)" : "Gabim ndërsa përditësuar zonën( Error #%1$s)",
+ "Document successfully updated" : "Dokumenti u përditësua me sukses",
+ "Found exactly what we were looking for" : "Gjeti pikërisht atë që po kërkonim",
+ "We found something, but not what we were expecting." : "Ne gjetëm diçka, por jo atë që prisnim.",
+ "Cannot find any document" : "Nuk mund të gjejë asnjë dokument",
+ "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Kërkmi dështoi. Ju lutemi kontrolloni konfigurimin e serverit tuaj Solr (Gabimi #%1$s)",
+ "Test document deleted" : "Dokumenti i testit u fshi",
+ "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Ne nuk mundëm të fshinim dokumentin tonë të testimit. Ju lutemi kontrolloni konfigurimin e serverit tuaj Solr (Gabimi #%1$s)",
+ "Your configuration has been saved" : "Konfigurimi juaj u ruajt",
+ "Configuration failed to be saved. Please reload this page." : "Konfigurimi nuk arriti të ruhej. Ju lutem ringarkoni këtë faqe.",
+ "Nextant (Full-Text Search)" : "Nextant( Kërkim tekst i plotë)",
+ "You can also find there more information about this interface." : "Aty mund të gjeni gjithashtu më shumë informacion për këtë ndërfaqe.",
+ "Saving" : "Po ruhet",
+ "Settings" : "Konfigurimet",
+ "Test and Save" : "Testo dhe Ruaj",
+ "Maximum File Size (Mb) :" : "Madhësia Maksimale e Skedarit (Mb) : ",
+ "Checking" : "Duke kontrolluar",
+ "Higher performance" : "Performancë më e lartë",
+ "High performance" : "Performancë e lartë",
+ "Medium performance" : "Performancë mesatare",
+ "Low performance" : "Performancë e ulët",
+ "Lower performance" : "Performancë më e ulët",
+ "hours" : "orët",
+ "Number of documents :" : "Numri i dokumentëve :",
+ "Office Documents" : "Dokumentat Office",
+ "Image (Jpeg, Tiff)" : "Imazh (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Skedar Audio(mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "Shtesat që do doje të injoroje (.java .xml)"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sq.json b/l10n/sq.json
new file mode 100644
index 0000000..f1a1d14
--- /dev/null
+++ b/l10n/sq.json
@@ -0,0 +1,43 @@
+{ "translations": {
+ "Go to folder" : "Shko te dosja",
+ "never" : "kurrë",
+ "Nextant is not configured yet" : "Nextant nuk është konfiguruar akoma",
+ "Verifying Schema integrity" : "Duke verifikuar integritetin e skemës",
+ "Test search query" : "Testo kërkesën",
+ "Removing the test document" : "Duke fshirë dokumentat e testimit",
+ "All test went fine. Saving your configuration" : "Të gjitha testet ishin në rregull. Duke ruajtur konfigurimet tuaja",
+ "The format of the address is not correct" : "Formati i adresës nuk është i saktë",
+ "Schema is fine" : "Skema është në rregull",
+ "Were not able to verify/fix schema integrity (Error #%1$s)" : "Nuk ishin të aftë për të verifikuar/rregulluar tërësinë e skemës(Error #%1$s)",
+ "Text successfully extracted" : "Teksti doli me sukses",
+ "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Fragmenti dështoi. Ju lutem kontrolloni konfigurimin e serverit tuaj Solr(Error#%1$s)",
+ "Error during updating field (Error #%1$s)" : "Gabim ndërsa përditësuar zonën( Error #%1$s)",
+ "Document successfully updated" : "Dokumenti u përditësua me sukses",
+ "Found exactly what we were looking for" : "Gjeti pikërisht atë që po kërkonim",
+ "We found something, but not what we were expecting." : "Ne gjetëm diçka, por jo atë që prisnim.",
+ "Cannot find any document" : "Nuk mund të gjejë asnjë dokument",
+ "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Kërkmi dështoi. Ju lutemi kontrolloni konfigurimin e serverit tuaj Solr (Gabimi #%1$s)",
+ "Test document deleted" : "Dokumenti i testit u fshi",
+ "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Ne nuk mundëm të fshinim dokumentin tonë të testimit. Ju lutemi kontrolloni konfigurimin e serverit tuaj Solr (Gabimi #%1$s)",
+ "Your configuration has been saved" : "Konfigurimi juaj u ruajt",
+ "Configuration failed to be saved. Please reload this page." : "Konfigurimi nuk arriti të ruhej. Ju lutem ringarkoni këtë faqe.",
+ "Nextant (Full-Text Search)" : "Nextant( Kërkim tekst i plotë)",
+ "You can also find there more information about this interface." : "Aty mund të gjeni gjithashtu më shumë informacion për këtë ndërfaqe.",
+ "Saving" : "Po ruhet",
+ "Settings" : "Konfigurimet",
+ "Test and Save" : "Testo dhe Ruaj",
+ "Maximum File Size (Mb) :" : "Madhësia Maksimale e Skedarit (Mb) : ",
+ "Checking" : "Duke kontrolluar",
+ "Higher performance" : "Performancë më e lartë",
+ "High performance" : "Performancë e lartë",
+ "Medium performance" : "Performancë mesatare",
+ "Low performance" : "Performancë e ulët",
+ "Lower performance" : "Performancë më e ulët",
+ "hours" : "orët",
+ "Number of documents :" : "Numri i dokumentëve :",
+ "Office Documents" : "Dokumentat Office",
+ "Image (Jpeg, Tiff)" : "Imazh (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "Skedar Audio(mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "Shtesat që do doje të injoroje (.java .xml)"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/sv.js b/l10n/sv.js
new file mode 100644
index 0000000..9d7ccf0
--- /dev/null
+++ b/l10n/sv.js
@@ -0,0 +1,57 @@
+OC.L10N.register(
+ "nextant",
+ {
+ "Go to folder" : "Gå till mapp",
+ "never" : "aldrig",
+ "Nextant is not configured yet" : "Nextant är inte konfigurerad än",
+ "Ping querying your Solr Server" : "Pingbegär din Solr Server",
+ "Verifying Schema integrity" : "Verifierar Schemaintegritet",
+ "Test simple text extract query" : "Testa enkel text extraktionsfråga",
+ "Test update document query" : "Testa uppdaterings-dokumenteringsfråga",
+ "Test search query" : "Testa sökförfrågan",
+ "Removing the test document" : "Tar bort testdokumentet",
+ "All test went fine. Saving your configuration" : "Alla test gick bra. Sparar konfigurationen",
+ "The format of the address is not correct" : "Adressens format är felaktigt",
+ "Apache Solr is up, running and responding to ping query" : "Apache Solr är online och svarar på ping-förfrågan",
+ "Schema is fine" : "Schema fungerar",
+ "Text successfully extracted" : "Texten extraherades",
+ "Document successfully updated" : "Dokumentet uppdaterades",
+ "Found exactly what we were looking for" : "Hittade exakt vad vi letade efter",
+ "We found something, but not what we were expecting." : "Vi hittade något men det var inte det vi letade efter.",
+ "Cannot find any document" : "Kan inte hitta några dokument",
+ "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Search failed. Please check the configuration of your Solr server (Error #%1$s)",
+ "Test document deleted" : "Testdokument raderat",
+ "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Vi kunde inte ta bort vårt testdokument. Kontrollera konfigurationen av Solr server (Fel #%1$s)",
+ "Your configuration has been saved" : "Din konfiguration har sparats",
+ "Configuration failed to be saved. Please reload this page." : "Det gick inte att spara konfigurationen. Ladda om denna sida.",
+ "Nextant (Full-Text Search)" : "Nextant (Full-Text Search)",
+ "Saving" : "Sparar",
+ "Settings" : "Inställningar",
+ "Nextant Version :" : "Nextant Version :",
+ "Core :" : "Kärna :",
+ "Timeout (in seconds) :" : "Timeout (sekunder) :",
+ "Test and Save" : "Testa och Spara",
+ "Indexing Files" : "Indexerar Filer",
+ "Maximum File Size (Mb) :" : "Största Filstorlek (Mb) :",
+ "Edit your filters" : "Redigera dina filter",
+ "Index Federated Shares :" : "Lista Federerade Delningar",
+ "Checking" : "Kontrollerar",
+ "Nextant Status" : "Nextant Status",
+ "Resource Level :" : "Källnivå :",
+ "Higher performance" : "Högre prestanda",
+ "High performance" : "Hög prestanda",
+ "Medium performance" : "Medium prestanda",
+ "Low performance" : "Låg prestanda",
+ "Lower performance" : "Lägre prestanda",
+ "Disabled" : "Inaktiverad",
+ "Using Database" : "Använder databas",
+ "hours" : "timmar",
+ "days" : "dagar",
+ "Nextcloud Cron :" : "Nextcloud Cron :",
+ "Number of documents :" : "Antal dokument :",
+ "Number of segments :" : "Antal segment :",
+ "Force index" : "Tvinga Indexering",
+ "Indexing in progress" : "Indexing in progress",
+ "Office Documents" : "Officedokument"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
new file mode 100644
index 0000000..5d1bca4
--- /dev/null
+++ b/l10n/sv.json
@@ -0,0 +1,55 @@
+{ "translations": {
+ "Go to folder" : "Gå till mapp",
+ "never" : "aldrig",
+ "Nextant is not configured yet" : "Nextant är inte konfigurerad än",
+ "Ping querying your Solr Server" : "Pingbegär din Solr Server",
+ "Verifying Schema integrity" : "Verifierar Schemaintegritet",
+ "Test simple text extract query" : "Testa enkel text extraktionsfråga",
+ "Test update document query" : "Testa uppdaterings-dokumenteringsfråga",
+ "Test search query" : "Testa sökförfrågan",
+ "Removing the test document" : "Tar bort testdokumentet",
+ "All test went fine. Saving your configuration" : "Alla test gick bra. Sparar konfigurationen",
+ "The format of the address is not correct" : "Adressens format är felaktigt",
+ "Apache Solr is up, running and responding to ping query" : "Apache Solr är online och svarar på ping-förfrågan",
+ "Schema is fine" : "Schema fungerar",
+ "Text successfully extracted" : "Texten extraherades",
+ "Document successfully updated" : "Dokumentet uppdaterades",
+ "Found exactly what we were looking for" : "Hittade exakt vad vi letade efter",
+ "We found something, but not what we were expecting." : "Vi hittade något men det var inte det vi letade efter.",
+ "Cannot find any document" : "Kan inte hitta några dokument",
+ "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Search failed. Please check the configuration of your Solr server (Error #%1$s)",
+ "Test document deleted" : "Testdokument raderat",
+ "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "Vi kunde inte ta bort vårt testdokument. Kontrollera konfigurationen av Solr server (Fel #%1$s)",
+ "Your configuration has been saved" : "Din konfiguration har sparats",
+ "Configuration failed to be saved. Please reload this page." : "Det gick inte att spara konfigurationen. Ladda om denna sida.",
+ "Nextant (Full-Text Search)" : "Nextant (Full-Text Search)",
+ "Saving" : "Sparar",
+ "Settings" : "Inställningar",
+ "Nextant Version :" : "Nextant Version :",
+ "Core :" : "Kärna :",
+ "Timeout (in seconds) :" : "Timeout (sekunder) :",
+ "Test and Save" : "Testa och Spara",
+ "Indexing Files" : "Indexerar Filer",
+ "Maximum File Size (Mb) :" : "Största Filstorlek (Mb) :",
+ "Edit your filters" : "Redigera dina filter",
+ "Index Federated Shares :" : "Lista Federerade Delningar",
+ "Checking" : "Kontrollerar",
+ "Nextant Status" : "Nextant Status",
+ "Resource Level :" : "Källnivå :",
+ "Higher performance" : "Högre prestanda",
+ "High performance" : "Hög prestanda",
+ "Medium performance" : "Medium prestanda",
+ "Low performance" : "Låg prestanda",
+ "Lower performance" : "Lägre prestanda",
+ "Disabled" : "Inaktiverad",
+ "Using Database" : "Använder databas",
+ "hours" : "timmar",
+ "days" : "dagar",
+ "Nextcloud Cron :" : "Nextcloud Cron :",
+ "Number of documents :" : "Antal dokument :",
+ "Number of segments :" : "Antal segment :",
+ "Force index" : "Tvinga Indexering",
+ "Indexing in progress" : "Indexing in progress",
+ "Office Documents" : "Officedokument"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
new file mode 100644
index 0000000..84d8381
--- /dev/null
+++ b/l10n/zh_CN.js
@@ -0,0 +1,66 @@
+OC.L10N.register(
+ "nextant",
+ {
+ "Go to folder" : "去往文件夹",
+ "never" : "从不",
+ "Nextant is not configured yet" : "Nextant 尚未配置",
+ "Ping querying your Solr Server" : "Ping 查询你的 Solr 服务器",
+ "Verifying Schema integrity" : "校验片段完整性",
+ "Test simple text extract query" : "测试简单文本提取查询",
+ "Test update document query" : "测试更新文档查询",
+ "Test search query" : "测试搜索查询",
+ "Removing the test document" : "测试文档移除中",
+ "All test went fine. Saving your configuration" : "测试全部通过!正在保存你的配置",
+ "The format of the address is not correct" : "地址格式不正确",
+ "Apache Solr is up, running and responding to ping query" : "Apache Solr 启动, 运行和响应 ping 查询",
+ "Apache Solr is not responding to ping query (Error #%1$s)" : "Apache Solr 没有响应 ping 请求 (错误 #%1$s)",
+ "Text successfully extracted" : "已成功提取文本",
+ "Error during commit (Error #%1$s)" : "提交错误 (错误 #%1$s)",
+ "Error during updating field (Error #%1$s)" : "更新域时发生错误 (错误 #%1$s)",
+ "Document successfully updated" : "更新文档成功",
+ "Cannot find any document" : "无法找到任何文档",
+ "Test document deleted" : "测试文档已删除",
+ "Your configuration has been saved" : "配置已保存",
+ "Configuration failed to be saved. Please reload this page." : "配置保存失败!请刷新页面。",
+ "Nextant (Full-Text Search)" : "Nextant (全文搜索)",
+ "Saving" : "保存中",
+ "Settings" : "设置",
+ "Nextant Version :" : "Nextant 版本 :",
+ "Core :" : "核心:",
+ "Timeout (in seconds) :" : "超时 (秒) :",
+ "Test and Save" : "测试并保存",
+ "Indexing Files" : "正在索引文件",
+ "Maximum File Size (Mb) :" : "最大文件尺寸 (Mb):",
+ "Edit your filters" : "编辑过滤器",
+ "Index Files Tree :" : "索引文档",
+ "Last index :" : "最后索引",
+ "Indexing Bookmarks" : "书签索引中",
+ "The App Bookmarks is not installed/enabled." : "应用书签没有 安装/启用.",
+ "Checking" : "检查中",
+ "Nextant Status" : "Nextant 状态",
+ "Resource Level :" : "资源级别:",
+ "Higher performance" : "更高的性能",
+ "High performance" : "高性能",
+ "Medium performance" : "中等性能",
+ "Low performance" : "低性能",
+ "Lower performance" : "更低的性能",
+ "Disabled" : "禁用",
+ "Using Semaphore" : "使用信号灯",
+ "Using Database" : "使用数据库",
+ "hours" : "小时",
+ "days" : "日",
+ "Nextcloud Cron :" : "Nextcloud Cron :",
+ "Number of documents :" : "文件数量:",
+ "Number of segments :" : "段落数:",
+ "Force index" : "强制索引",
+ "Indexing is scheduled within the next few hours (cron)" : "索引将安排在几小时内(corn)",
+ "Indexing in progress" : "正在建立索引",
+ "Type of files to extract" : "要解压的文件类型",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "文本文件 (Text, Html, Subtitles, Source Code, ...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Office文档",
+ "Image (Jpeg, Tiff)" : "图片 (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "音频文件 (mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "您希望忽略的程序拓展名 (.java .xml)"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
new file mode 100644
index 0000000..d7030d3
--- /dev/null
+++ b/l10n/zh_CN.json
@@ -0,0 +1,64 @@
+{ "translations": {
+ "Go to folder" : "去往文件夹",
+ "never" : "从不",
+ "Nextant is not configured yet" : "Nextant 尚未配置",
+ "Ping querying your Solr Server" : "Ping 查询你的 Solr 服务器",
+ "Verifying Schema integrity" : "校验片段完整性",
+ "Test simple text extract query" : "测试简单文本提取查询",
+ "Test update document query" : "测试更新文档查询",
+ "Test search query" : "测试搜索查询",
+ "Removing the test document" : "测试文档移除中",
+ "All test went fine. Saving your configuration" : "测试全部通过!正在保存你的配置",
+ "The format of the address is not correct" : "地址格式不正确",
+ "Apache Solr is up, running and responding to ping query" : "Apache Solr 启动, 运行和响应 ping 查询",
+ "Apache Solr is not responding to ping query (Error #%1$s)" : "Apache Solr 没有响应 ping 请求 (错误 #%1$s)",
+ "Text successfully extracted" : "已成功提取文本",
+ "Error during commit (Error #%1$s)" : "提交错误 (错误 #%1$s)",
+ "Error during updating field (Error #%1$s)" : "更新域时发生错误 (错误 #%1$s)",
+ "Document successfully updated" : "更新文档成功",
+ "Cannot find any document" : "无法找到任何文档",
+ "Test document deleted" : "测试文档已删除",
+ "Your configuration has been saved" : "配置已保存",
+ "Configuration failed to be saved. Please reload this page." : "配置保存失败!请刷新页面。",
+ "Nextant (Full-Text Search)" : "Nextant (全文搜索)",
+ "Saving" : "保存中",
+ "Settings" : "设置",
+ "Nextant Version :" : "Nextant 版本 :",
+ "Core :" : "核心:",
+ "Timeout (in seconds) :" : "超时 (秒) :",
+ "Test and Save" : "测试并保存",
+ "Indexing Files" : "正在索引文件",
+ "Maximum File Size (Mb) :" : "最大文件尺寸 (Mb):",
+ "Edit your filters" : "编辑过滤器",
+ "Index Files Tree :" : "索引文档",
+ "Last index :" : "最后索引",
+ "Indexing Bookmarks" : "书签索引中",
+ "The App Bookmarks is not installed/enabled." : "应用书签没有 安装/启用.",
+ "Checking" : "检查中",
+ "Nextant Status" : "Nextant 状态",
+ "Resource Level :" : "资源级别:",
+ "Higher performance" : "更高的性能",
+ "High performance" : "高性能",
+ "Medium performance" : "中等性能",
+ "Low performance" : "低性能",
+ "Lower performance" : "更低的性能",
+ "Disabled" : "禁用",
+ "Using Semaphore" : "使用信号灯",
+ "Using Database" : "使用数据库",
+ "hours" : "小时",
+ "days" : "日",
+ "Nextcloud Cron :" : "Nextcloud Cron :",
+ "Number of documents :" : "文件数量:",
+ "Number of segments :" : "段落数:",
+ "Force index" : "强制索引",
+ "Indexing is scheduled within the next few hours (cron)" : "索引将安排在几小时内(corn)",
+ "Indexing in progress" : "正在建立索引",
+ "Type of files to extract" : "要解压的文件类型",
+ "Text File (Text, Html, Subtitles, Source Code, ...)" : "文本文件 (Text, Html, Subtitles, Source Code, ...)",
+ "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
+ "Office Documents" : "Office文档",
+ "Image (Jpeg, Tiff)" : "图片 (Jpeg, Tiff)",
+ "Audio File (mp3, flac)" : "音频文件 (mp3, flac)",
+ "Extensions you wish to ignore (.java .xml)" : "您希望忽略的程序拓展名 (.java .xml)"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file