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

zh_HK.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c969e88403725213337279f7749bb8dcd3b278cb (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
<?php
$TRANSLATIONS = array(
"Enabled" => "啟用",
"Wrong password" => "密碼錯誤",
"Saved" => "已儲存",
"Email sent" => "郵件已傳",
"Sending..." => "發送中...",
"Disable" => "停用",
"Enable" => "啟用",
"Updating...." => "更新中....",
"Updated" => "已更新",
"Delete" => "刪除",
"Groups" => "群組",
"Encryption" => "加密",
"None" => "空",
"Login" => "登入",
"SSL" => "SSL",
"TLS" => "TLS",
"Port" => "連接埠",
"More" => "更多",
"Password" => "密碼",
"New password" => "新密碼",
"Change password" => "更改密碼",
"Email" => "電郵",
"Cancel" => "取消",
"Create" => "新增",
"Username" => "用戶名稱"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";