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

lv.js « l10n « workflowengine « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fdc570a4d612f0ba89fce1db67a8027dda96458 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
OC.L10N.register(
    "workflowengine",
    {
    "The given operator is invalid" : "Norādītais operators ir nederīgs",
    "The given regular expression is invalid" : "Norādītā regulārā izteiksme nav derīga.",
    "The given file size is invalid" : "Norādītais datnes formāts nav derīgs",
    "The given tag id is invalid" : "Norādītais birkas id ir nederīgs",
    "The given IP range is invalid" : "Norādītais IP diapazons ir nederīgs",
    "The given IP range is not valid for IPv4" : "Norādītais IP diapazons nav derīgs IPv4",
    "The given IP range is not valid for IPv6" : "Norādītais IP diapazons nav derīgs IPv6",
    "The given time span is invalid" : "Norādītais laiks nav derīgs.",
    "The given start time is invalid" : "Dotais sākuma laiks ir nederīgs",
    "The given end time is invalid" : "Norādītais beigu laiks nav derīgs.",
    "The given group does not exist" : "Norādītā grupa nepastāv.",
    "File" : "Datne",
    "Operation #%s does not exist" : "Operation #%s does not exist",
    "Operation %s does not exist" : "Darbība %s neeksistē",
    "Operation %s is invalid" : "Darbība %s ir nederīga",
    "Check %s does not exist" : "Pārbaude %s nepastāv",
    "Check %s is invalid" : "Pārbaude %s ir nederīga",
    "Check #%s does not exist" : "Pārbaude #%s nepastāv",
    "Check %s is invalid or does not exist" : "Pārbaude %s ir nederīga vai nepastāv",
    "Folder" : "Mape",
    "Images" : "Attēli",
    "No results" : "Nav rezultātu",
    "%s (invisible)" : "%s (neredzams)",
    "%s (restricted)" : "%s (ierobežots)",
    "Predefined URLs" : "Standarta URLs",
    "Files WebDAV" : "WebDAV datnes",
    "Android client" : "Android klients",
    "iOS client" : "iOS klients",
    "Desktop client" : "Darbvirsmas klients",
    "Cancel" : "Atcelt",
    "Delete" : "Dzēst",
    "Save" : "Saglabāt",
    "matches" : "atbilst",
    "does not match" : "neatbilst",
    "is" : "ir",
    "is not" : "nav",
    "File name" : "Faila nosaukums",
    "File MIME type" : "Datnes MIME tips",
    "File size (upload)" : "Datnes lielums (augšupielādēt)",
    "less" : "mazāk",
    "less or equals" : "mazāks vai vienāds ar",
    "greater or equals" : "lielāks vai vienāds ar",
    "greater" : "lielāks",
    "Request remote address" : "Pieprasīt attālo adresi",
    "matches IPv4" : "atbilst IPv4",
    "does not match IPv4" : "neatbilst IPv4",
    "matches IPv6" : "atbilst IPv6",
    "does not match IPv6" : "neatbilst IPv6",
    "File system tag" : "Failu sistēmas birka",
    "is tagged with" : "atzīmēts ar",
    "is not tagged with" : "nav atzīmēts ar",
    "Request URL" : "Pieprasījuma URL",
    "Request time" : "Pieprasījuma laiks",
    "between" : "starp",
    "not between" : "nav starp",
    "Request user agent" : "Nepieciešams lietotāja aģents",
    "User group membership" : "Lietotāju grupas piederība",
    "is member of" : "ir biedrs",
    "is not member of" : "nav biedrs",
    "Example: {placeholder}" : "Piemērs: {placeholder}",
    "Select tag…" : "Izvēlies birku...",
    "Start" : "Sākums",
    "End" : "Beigas",
    "Select timezone…" : "Izvēlieties laika joslu...",
    "Sync clients" : "Sync klients",
    "Short rule description" : "Īss kārtulas apraksts",
    "Add rule" : "Pievienot kārtulu",
    "Reset" : "Atiestatīt",
    "Saving…" : "Saglabā...",
    "Group list is empty" : "Grupu saraksts ir tukšš",
    "Unable to retrieve the group list" : "Nevarēja saņemt grupu sarakstu",
    "Saved" : "Saglabāts",
    "Saving failed:" : "Saglabāšana neizdevās:",
    "Add rule group" : "Pievienot kārtulu grupas",
    "Files workflow engine" : "Faila darblūsmas programma",
    "Open documentation" : "Atvērt dokumentāciju",
    "Loading…" : "Ielādē …"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");