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

lv.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b3d943496ef3454b7aa2bb754473a5a1cac9955 (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
OC.L10N.register(
    "serverinfo",
    {
    "CPU info not available" : "Centrālā procesora informācija nav pieejama",
    "Users" : "Lietotāji",
    "Groups" : "Grupas",
    "Links" : "Saites",
    "Federated sent" : "Federatīvi nosūtīts",
    "Federated received" : "Federatīvi saņemts",
    "Talk conversations" : "Sarunas",
    "24 hours" : "24 stundas",
    "1 hour" : "1 stunda",
    "5 mins" : "5 minūtes",
    "Copy" : "Kopēt",
    "Copied!" : "Nokopēts!",
    "Not supported!" : "Nav atbalstīts!",
    "Press ⌘-C to copy." : "Spied ⌘-C lai kopētu.",
    "Press Ctrl-C to copy." : "Spied Ctrl-C lai kopētu.",
    "System" : "Sistēma",
    "Monitoring" : "Uzraudzība",
    "Monitoring app with useful server information" : "Monitoringa lietotne ar noderīgu servera informāciju",
    "Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Sniedz noderīgu servera informāciju, piemēram, CPU ielādi, RAM lietojumu, diska lietojumu, lietotāju skaitu utt.",
    "Temperature" : "Temperatūra",
    "Load" : "Noslogojums",
    "Memory" : "Atmiņa",
    "Disk" : "Disks",
    "Size:" : "Izmērs:",
    "You will get a notification once one of your disks is nearly full." : "Ja kāds no diskiem ir gandrīz pilns, saņemsiet paziņojumu.",
    "Files:" : "Datnes:",
    "Storages:" : "Glabātavas:",
    "Free Space:" : "Brīva vieta:",
    "Network" : "Tīkls",
    "Active users" : "Aktīvie lietotāji",
    "Total users:" : "Kopējais lietotāju skaits:",
    "Shares" : "Koplietots",
    "PHP" : "PHP",
    "Version:" : "Versija:",
    "Upload max size:" : "Augšupielādes maksimālais izmērs:",
    "Database" : "Datubāze",
    "Type:" : "Tips:",
    "External monitoring tool" : "Ārējās uzraudzības instruments",
    "You can connect an external monitoring tool by using this end point:" : "Ārējo pārraudzības rīku var savienot, izmantojot šo beigu punktu:",
    "Load average" : "Vidējā slodze",
    "Last minute" : "Pēdējā minūtē",
    "Memory info not available" : "Atmiņas informācija nav pieejama",
    "Total" : "Kopā",
    "Current usage" : "Pašreizējā izmantošana",
    "Mails" : "E-pasta sūtījumi",
    "Operating System" : "Operētājsistēma",
    "CPU" : "CPU",
    "Server time" : "Servera laiks",
    "Uptime" : "Darba laiks",
    "Mount" : "Piemontēts",
    "Filesystem" : "Failu sistēma",
    "Size" : "Izmērs",
    "Available" : "Pieejams",
    "Used" : "Izmantots",
    "Hostname" : "Resursa nosaukums",
    "DNS" : "DNS",
    "Gateway" : "Vārteja",
    "Status" : "Status",
    "Speed" : "Ātrums",
    "MAC" : "MAC",
    "IPv4" : "IPv4",
    "IPv6" : "IPv6",
    "Memory Limit:" : "Atmiņas limits:",
    "Max Execution Time:" : "Maksimālais izpildes laiks:",
    "Files" : "Datnes",
    "Version" : "Versija",
    "Type" : "Tips"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");