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

uz.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd3ebf8610ed9500f95ad00fe13a3c38574d6a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "Foydalanuvchilar",
    "Groups" : "Guruhlar",
    "Copy" : "Nusxalash",
    "Copied!" : "Nusxa olindi!",
    "Not supported!" : "Qo'llab-quvvatlanmaydi!",
    "Press ⌘-C to copy." : "Ko'chirib olish uchun ⌘-C tugmasini bosing.",
    "Press Ctrl-C to copy." : "Nusxalash uchun Ctrl-C tugmalarini bosing.",
    "System" : "Tizim",
    "Files" : "Fayllar",
    "Load average" : "O'rtacha yuk",
    "Total" : "Jami"
},
"nplurals=1; plural=0;");