You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/l10n/zh_HK.php

14 lines
298 B

<?php
$TRANSLATIONS = array(
"Help" => "幫助",
"Personal" => "個人",
"Settings" => "設定",
"Users" => "用戶",
"Admin" => "管理",
"Files" => "文件",
"Text" => "文字",
"today" => "今日",
"yesterday" => "昨日",
"last month" => "前一月"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";