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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/zh_HK.js')
-rw-r--r--l10n/zh_HK.js21
1 files changed, 19 insertions, 2 deletions
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
index b9ff594..9d044e7 100644
--- a/l10n/zh_HK.js
+++ b/l10n/zh_HK.js
@@ -2,9 +2,15 @@ OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "CPU 資訊暫時無法使用",
+ "Load average: {cpu} (last minute)" : "平均負載:{cpu}(上一分鐘)",
+ "RAM: Total: {memTotalBytes}/Current usage: {memUsageBytes}" : "RAM:總計:{memTotalBytes}/當前使用情況:{memUsageBytes}",
+ "RAM info not available" : "沒有可用的 RAM 資訊",
+ "SWAP: Total: {swapTotalBytes}/Current usage: {swapUsageBytes}" : "SWAP:總計:{swapTotalBytes}/當前使用量:{swapUsageBytes}",
+ "SWAP info not available" : "沒有可用的 SWAP 資訊",
"Users" : "用戶",
"Groups" : "群組",
"Links" : "連結",
+ "Emails" : "電子郵件",
"Federated sent" : "聯盟發送",
"Federated received" : "聯盟接收",
"Talk conversations" : "Talk 對話",
@@ -22,6 +28,7 @@ OC.L10N.register(
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "提供有用的伺服器訊息,例如CPU負載、記憶體使用情況、磁碟使用情況、用戶數等。",
"Operating System" : "作業系統",
"CPU" : "CPU",
+ "Unknown Processor" : "處理器不詳",
"Memory" : "記憶體",
"Server time" : "伺服器時間",
"Uptime" : "運行時間",
@@ -33,6 +40,9 @@ OC.L10N.register(
"Available" : "可用",
"Used" : "已使用",
"You will get a notification once one of your disks is nearly full." : "你將在其中一個硬碟快滿前收到通知。",
+ "Files" : "檔案",
+ "Storages" : "儲存",
+ "Free Space" : "可用空間",
"Network" : "網絡",
"Hostname" : "主機名稱",
"DNS" : "DNS",
@@ -43,11 +53,19 @@ OC.L10N.register(
"IPv4" : "IPv4",
"IPv6" : "IPv6",
"Active users" : "活躍用戶",
+ "Total users" : "總用戶",
"Shares" : "分享",
"PHP" : "PHP",
+ "Version" : "版本",
+ "Memory limit" : "記憶體限制",
+ "Max execution time" : "最長執行時間",
+ "Upload max size" : "最大上傳大小",
"Database" : "數據庫",
+ "Type" : "類型",
"External monitoring tool" : "外部監控工具",
+ "You can connect an external monitoring tool by using this end point" : "您可以使用此終端連接外部監視工具",
"Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "在URL後面連接參數 \"?format=json\" 將會得到json格式的回傳結果。",
+ "To use an access token please generate one then set it using the following command" : "要使用存取權杖,請生成一個權杖,然後使用以下命令對其進行設置",
"Then pass the token with the \"NC-Token\" header when querying the above URL." : "然後在查詢上述 URL 時將權杖與 “ NC-Token” 標頭一起傳遞。",
"Load average" : "平均負載",
"Last minute" : "最後一分鐘",
@@ -66,7 +84,6 @@ OC.L10N.register(
"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:" : "要使用存取權杖,請生成一個權杖,然後使用以下命令對其進行設置:"
+ "You can connect an external monitoring tool by using this end point:" : "您可以使用此終端連接外部監視工具:"
},
"nplurals=1; plural=0;");