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

zh_HK.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d306446e6b71deced2bec8698943ee538af73a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "用戶",
    "Groups" : "群組",
    "Copied!" : "已複製!",
    "Not supported!" : "不支援!",
    "Press ⌘-C to copy." : "按下 ⌘-C 複製",
    "Press Ctrl-C to copy." : "按下 Ctrl-C 複製",
    "Size" : "大小",
    "Shares" : "分享",
    "Type:" : "類別:",
    "Size:" : "大小:"
},
"nplurals=1; plural=0;");