Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lv.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 930a76f12ee44f4954cc032d6ef60f83967494eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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);");