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

km.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 867e124fdeb28c3062d8d2fbbca44db561b07919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "អ្នកប្រើ",
    "Groups" : "ក្រុ",
    "Copied!" : "បានចម្លង",
    "Press ⌘-C to copy." : " ចុច ⌘-C ដើម្បីចម្លង",
    "Press Ctrl-C to copy." : "ចុច Ctrl-C ដើម្បីចម្លង",
    "Size:" : "ទំហំ៖",
    "Shares" : "ចែក​រំលែក",
    "Type:" : "ប្រភេទ៖",
    "Size" : "ទំហំ",
    "Files" : "ឯកសារ",
    "Version" : "កំណែ",
    "Type" : "Type"
},
"nplurals=1; plural=0;");