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

sc.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea03c579b8c8548d05f9d8bda4ada64b18f89ea5 (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" : "Informatziones CPU no a disponimentu",
    "Users" : "Utentes",
    "Groups" : "Grupos",
    "Links" : "Ligòngios",
    "Federated sent" : "Federados imbiados",
    "Federated received" : "Federados retzidos",
    "Talk conversations" : "Resonadas de Talk",
    "24 hours" : "24 oras",
    "1 hour" : "1 ora",
    "5 mins" : "5 minutos",
    "Copy" : "Còpia",
    "Copied!" : "Copiados!",
    "Not supported!" : "Non suportadu!",
    "Press ⌘-C to copy." : "Incarca ⌘-C pro copiare.",
    "Press Ctrl-C to copy." : "Incarca Crtl-C pro copiare.",
    "System" : "Sistema",
    "Monitoring" : "Controllende",
    "Monitoring app with useful server information" : "Aplicatzione pro controllu cun informatziones ùtiles subra de su serbidore",
    "Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Frunit informatziones ùtiles subra de su serbidore. comente càrrigu de CPU, impreu de RAM, impreu de discu, nùmeru de utentes, etc.",
    "Operating System" : "Sistema operativu",
    "CPU" : "CPU",
    "Memory" : "Memòria",
    "Server time" : "Ora de su serbidore",
    "Uptime" : "Uptime",
    "Load" : "Càrrigu",
    "Disk" : "Discu",
    "Mount" : "Mount",
    "Filesystem" : "Filesystem",
    "Size" : "Mannària",
    "Available" : "A disponimentu",
    "Used" : "Impreados",
    "You will get a notification once one of your disks is nearly full." : "As a retzire una notìfica cando unu de is discos tuos est acanta de si prènere de su totu.",
    "Network" : "Rete",
    "Hostname" : "Nùmene retzidore",
    "DNS" : "DNS",
    "Gateway" : "Gateway",
    "Status" : "Istadu",
    "Speed" : "Lestresa",
    "MAC" : "MAC",
    "IPv4" : "IPv4",
    "IPv6" : "IPv6",
    "Active users" : "Utèntzias ativas",
    "Shares" : "Cumpartziduras",
    "PHP" : "PHP",
    "Database" : "Base de datos",
    "External monitoring tool" : "Trastu de controllu esternu",
    "Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "S'agiunta de \"?format=json\" a sa fine de s'URL ti frunit su resurtadu in JSON.",
    "Then pass the token with the \"NC-Token\" header when querying the above URL." : "A pustis passa su token cun s'intestatzione \"NC-Token\" cando rechedes s'URL in subra.",
    "Load average" : "Càrrigu mèdiu",
    "Last minute" : "Ùrtimu minutu",
    "Memory info not available" : "Informatziones memòria no a disponimentu",
    "Total" : "Totale",
    "Current usage" : "Impreu atuale",
    "Mails" : "Messàgios de posta",
    "Time Servers" : "Serbidores de s'ora",
    "Files:" : "Archìviu:",
    "Storages:" : "Archiviatziones:",
    "Free Space:" : "Logu lìberu:",
    "Total users:" : "Utèntzias totales:",
    "Version:" : "Versione:",
    "Memory Limit:" : "Lìmite memòria:",
    "Max Execution Time:" : "Tempus màssimu de esecutzione",
    "Upload max size:" : "Mannària màssima de carrigamentu",
    "Type:" : "Genia:",
    "Size:" : "Mannària:",
    "You can connect an external monitoring tool by using this end point:" : "Podes collegare unu trastu de controllu esternu impreende custu terminadore:",
    "To use an access token please generate one then set it using the following command:" : "Pro impreare unu token de intrada, genera·nde unu e a pustis imposta·ddu cun su cumandu in fatu:"
},
"nplurals=2; plural=(n != 1);");