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

sl.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9ffe76bcf5062e730dee918c988cb6594bda9cb (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
OC.L10N.register(
    "serverinfo",
    {
    "Last minute" : "Zadnja minuta",
    "Memory info not available" : "Informacija o pomnilniku ni na voljo",
    "Total" : "Skupaj",
    "Current usage" : "Trenutna poraba",
    "Users" : "Uporabniki",
    "Groups" : "Skupine",
    "Links" : "Povezave",
    "Last 24 hours" : "Zadnjih 24 ur",
    "Last 1 hour" : "Zadnja ura",
    "Last 5 mins" : "Zadnjih 5 min",
    "Monitoring" : "Sistemska dejavnost",
    "CPU load" : "Obremenitev procesorja",
    "Memory usage" : "Uporaba pomnilnika",
    "Active users" : "Dejavni uporabniki",
    "Shares" : "Souporaba",
    "Users:" : "Uporabniki:",
    "Files:" : "Datoteke:",
    "Storages:" : "Shrambe:",
    "Free Space:" : "Prostor:",
    "Version:" : "Različica:",
    "Apps installed:" : "Nameščeni programi:",
    "Apps updates available:" : "Posodobitve programov:",
    "Memory Limit:" : "Omejitev pomnilnika:"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");