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

lv.js « l10n - github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72599ced7415c8cf422215068aac9897b4132e45 (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
52
53
54
55
OC.L10N.register(
    "maps",
    {
    "File not found" : "Datne nav atrasta",
    "Personal" : "Personīgs",
    "Maps" : "Karte",
    "Export" : "Eksportēt",
    "Delete" : "Dzēst",
    "Import" : "Importēt",
    "Rename" : "Pārsaukt",
    "Copied!" : "Nokopēts!",
    "Cancel" : "Atcelt",
    "Link copied!" : "Saite nokopēta!",
    "Sort by name" : "Kārtot pēc nosaukuma",
    "Sort by date" : "Kārtot pēc datuma",
    "OK" : "Labi",
    "Category" : "Kategorija",
    "Comment" : "Komentārs",
    "Close" : "Aizvērt",
    "Favorite" : "Favorīts",
    "Sidebar" : "Sānjosla",
    "End" : "Beigas",
    "Name" : "Vārds",
    "Add" : "Pievienot",
    "Add to favorites" : "Pievienot izlasei",
    "Home" : "Sākums",
    "Work" : "Darbs",
    "Device" : "Ierīce",
    "Date" : "Datums",
    "Update" : "Atjaunināt",
    "Yes" : "Jā",
    "Open" : "Atvērt",
    "Search" : "Meklēt",
    "File" : "Datne",
    "right" : "pa labi",
    "left" : "pa kreisi",
    "Start" : "Sākt",
    "Destination" : "Destination",
    "min" : "min",
    "Details" : "Detaļas",
    "Phone" : "Tālrunis",
    "Not grouped" : "Negrupēts",
    "All contacts" : "Visi kontakti",
    "Share link" : "Koplietot saiti",
    "Copy link" : "Kopēt saiti",
    "Submit" : "Iesniegt",
    "Move" : "Pārvietot",
    "Link" : "Saite",
    "Description" : "Apraksts",
    "Download" : "Lejupielādēt",
    "Your photos" : "Jūsu bildes",
    "Hide all" : "Slēpt visu",
    "Settings" : "Iestatījumi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");