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

zh_CN.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bbf0e57c9cff64d99b0bfa3107c62eae05eab8ae (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
OC.L10N.register(
    "serverinfo",
    {
    "CPU info not available" : "CPU 信息不可用",
    "Users" : "用户",
    "Groups" : "分组",
    "Links" : "链接",
    "Federated sent" : "联合云发送",
    "Federated received" : "联合云接收",
    "Talk conversations" : "Talk 会话",
    "24 hours" : "24 小时",
    "1 hour" : "1 小时",
    "5 mins" : "5 分钟",
    "Copy" : "复制",
    "Copied!" : "已复制!",
    "Not supported!" : "不支持!",
    "Press ⌘-C to copy." : "使用 ⌘-C 复制。",
    "Press Ctrl-C to copy." : "使用 Ctrl-C 复制。",
    "System" : "系统",
    "Monitoring" : "监控器",
    "Monitoring app with useful server information" : "Monitoring app 监控有用的服务器信息",
    "Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "提供有用的服务器信息,例如 CPU 负载、内存占用、硬盘占用、在线用户数等。",
    "Operating System" : "操作系统",
    "CPU" : "CPU",
    "Memory" : "内存",
    "Server time" : "服务器时间",
    "Uptime" : "运行时长",
    "Load" : "负载",
    "Disk" : "磁盘",
    "Mount" : "挂载",
    "Filesystem" : "文件系统",
    "Size" : "大小",
    "Available" : "可用",
    "Used" : "已用",
    "You will get a notification once one of your disks is nearly full." : "当您的一个磁盘快满时您会收到通知。",
    "Network" : "网络",
    "Hostname" : "主机名",
    "DNS" : "DNS",
    "Gateway" : "网关",
    "Status" : "状态",
    "Speed" : "速度",
    "MAC" : "MAC",
    "IPv4" : "IPv4",
    "IPv6" : "IPv6",
    "Active users" : "活跃用户",
    "Shares" : "共享",
    "PHP" : "PHP",
    "Database" : "数据库",
    "External monitoring tool" : "外部监控工具",
    "Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "在 URL 末尾附加 \"?format=json\" 会为您提供 JSON 结果。",
    "Then pass the token with the \"NC-Token\" header when querying the above URL." : "然后在查询上述 URL 时传递带有 “NC-Token” 头的令牌。",
    "Load average" : "平均负载",
    "Last minute" : "上一分钟",
    "Memory info not available" : "内存信息不可用",
    "Total" : "总量",
    "Current usage" : "当前用量",
    "Mails" : "邮件",
    "Time Servers" : "时间服务器",
    "Files:" : "文件:",
    "Storages:" : "存储设备:",
    "Free Space:" : "剩余空间:",
    "Total users:" : "总用户:",
    "Version:" : "版本:",
    "Memory Limit:" : "内存限制:",
    "Max Execution Time:" : "最大执行时间:",
    "Upload max size:" : "最大上传大小:",
    "Type:" : "类型:",
    "Size:" : "大小:",
    "You can connect an external monitoring tool by using this end point:" : "此地址可用于外部监控工具:",
    "To use an access token please generate one then set it using the following command:" : "要使用一个访问令牌,请生成一个,然后使用以下命令设置它:"
},
"nplurals=1; plural=0;");