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

zh_HK.php « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8868bd21c8d4d36c785f98daaea16bca53c248c6 (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
<?php
$TRANSLATIONS = array(
"Unknown error" => "不明錯誤",
"Files" => "文件",
"All files" => "所有文件",
"Share" => "分享",
"Delete" => "刪除",
"Unshare" => "取消分享",
"Rename" => "重新命名",
"Error" => "錯誤",
"Name" => "名稱",
"Size" => "大小",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
"{dirs} and {files}" => "{dirs} 和 {files}",
"Save" => "儲存",
"WebDAV" => "WebDAV",
"New" => "新增",
"New folder" => "新資料夾",
"Folder" => "資料夾",
"Download" => "下載"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";