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

th.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ec9db84bd53f5b67d323c4ea6092dc6d269df86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "ผู้ใช้งาน",
    "Groups" : "กลุ่ม",
    "Copy" : "คัดลอก",
    "Copied!" : "คัดลอกแล้ว",
    "Not supported!" : "ไม่สนับสนุน",
    "Press ⌘-C to copy." : "กด ⌘-C เพื่อคัดลอก",
    "Press Ctrl-C to copy." : "กด Ctrl-C เพื่อคัดลอก",
    "System" : "ระบบ",
    "Size" : "ขนาด",
    "Hostname" : "ชื่อโฮสต์",
    "Shares" : "แชร์",
    "Type:" : "ชนิด:",
    "Size:" : "ขนาด:"
},
"nplurals=1; plural=0;");