nextcloud/settings/l10n/zh_HK.php

19 lines
407 B
PHP

<?php
$TRANSLATIONS = array(
"Email sent" => "郵件已傳",
"Encryption" => "加密",
"Error" => "錯誤",
"Update" => "更新",
"Groups" => "群組",
"Delete" => "刪除",
"None" => "",
"Port" => "連接埠",
"Password" => "密碼",
"New password" => "新密碼",
"Email" => "電郵",
"Cancel" => "取消",
"Create" => "新增",
"Username" => "用戶名稱"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";