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: bfe4921710a4af157aef677f98461d2e4819d2b8 (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
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",
    "Schema is fine" : "Shēma ir laba",
    "Error during commit (Error #%1$s)" : "Izpildes laikā radās kļūda (Kļūda #%1$s)",
    "Cannot find any document" : "Nevar atrast nevienu dokumentu",
    "Saving" : "Saglabā",
    "Settings" : "Iestatījumi",
    "Test and Save" : "Pārbaudīt un saglabāt",
    "Edit your filters" : "Rediģēt jūsu filtrus",
    "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",
    "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);");