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

zh_TW.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb367e42119aa9efd702631ddea690d0360dcb4c (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
OC.L10N.register(
    "serverinfo",
    {
    "Load average" : "平均負載",
    "Last minute" : "最後一分鐘",
    "Memory info not available" : "記憶體資訊暫時無法使用",
    "Total" : "總計",
    "Current usage" : "目前使用量",
    "Users" : "使用者",
    "Groups" : "群組",
    "Links" : "連結",
    "Federated sent" : "聯盟發送",
    "Federated received" : "聯盟接收",
    "Last 24 hours" : "24小時前",
    "Last 1 hour" : "1小時前",
    "Last 5 mins" : "5分鐘前",
    "Copy" : "複製",
    "Copied!" : "已複製!",
    "Not supported!" : "不支援!",
    "Press ⌘-C to copy." : "請按⌘-C以複製。",
    "Press Ctrl-C to copy." : "請按Ctrl-C以複製。",
    "Monitoring" : "監控",
    "Monitoring app with useful server information" : "使用有用的伺服器訊息以監控應用程式",
    "Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "提供有用的伺服器訊息,例如CPU負載、記憶體使用情況、磁碟使用情況、用戶數等。",
    "CPU load" : "CPU負載",
    "Memory usage" : "記憶體使用量",
    "Active users" : "活動中用戶",
    "Shares" : "分享",
    "Storage" : "儲存",
    "Users:" : "使用者:",
    "Files:" : "檔案:",
    "Storages:" : "儲存設備:",
    "Free Space:" : "可用空間:",
    "Nextcloud" : "Nextcloud",
    "Version:" : "版本:",
    "Apps installed:" : "已安裝應用程式:",
    "Apps updates available:" : "可升級的應用程式:",
    "PHP" : "PHP",
    "Memory Limit:" : "記憶體限制:",
    "Max Execution Time:" : "最大執行時間:",
    "Upload max size:" : "上傳至多:",
    "Database" : "資料庫",
    "Type:" : "類型:",
    "Size:" : "大小:",
    "External monitoring tool" : "外部監控工具",
    "You can connect an external monitoring tool by using this end point:" : "您可以使用此終端連接外部監視工具:"
},
"nplurals=1; plural=0;");