nextcloud/settings/l10n/zh_HK.php

31 lines
715 B
PHP

<?php
$TRANSLATIONS = array(
"Saved" => "已儲存",
"Email sent" => "郵件已傳",
"Encryption" => "加密",
"Wrong password" => "密碼錯誤",
"Sending..." => "發送中...",
"Disable" => "停用",
"Enable" => "啟用",
"Updating...." => "更新中....",
"Error" => "錯誤",
"Update" => "更新",
"Updated" => "已更新",
"Delete" => "刪除",
"Groups" => "群組",
"None" => "",
"Login" => "登入",
"SSL" => "SSL",
"TLS" => "TLS",
"Port" => "連接埠",
"More" => "更多",
"Password" => "密碼",
"New password" => "新密碼",
"Change password" => "更改密碼",
"Email" => "電郵",
"Cancel" => "取消",
"Create" => "新增",
"Username" => "用戶名稱"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";