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

id.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91ab0666d179dd8c917e0c79ab33fd9916599c73 (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
OC.L10N.register(
    "serverinfo",
    {
    "Load average" : "Rata-rata Proses",
    "Last minute" : "Menit lalu",
    "Memory info not available" : "Info Memori tidak tersedia",
    "Total" : "Total",
    "Current usage" : "Penggunaan terakhir",
    "Users" : "Pengguna",
    "Groups" : "Grup",
    "Links" : "Link",
    "Copy" : "Salin",
    "Copied!" : "Tersalin!",
    "Not supported!" : "Tidak didukung!",
    "Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.",
    "Press Ctrl-C to copy." : "Tekan CTRL-C untuk menyalin.",
    "System" : "Sistem",
    "Monitoring" : "Pemantauan",
    "Size" : "Ukuran",
    "Files:" : "Berkas:",
    "Hostname" : "Nama Host",
    "Active users" : "Pengguna aktif",
    "Shares" : "Dibagikan",
    "PHP" : "PHP",
    "Version:" : "Versi:",
    "Memory Limit:" : "Batas Memori",
    "Upload max size:" : "Ukuran maksimal unggah",
    "Database" : "Database",
    "Type:" : "Tipe",
    "Size:" : "Ukuran:",
    "External monitoring tool" : "Alat pemantauan eksternal"
},
"nplurals=1; plural=0;");