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

zh_TW.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be61d9b0b6db63d1999d11cfe1ab32fa5c8e6ee1 (plain)
1
2
3
4
5
6
7
<?php $TRANSLATIONS = array(
"Name" => "名稱",
"1 folder" => "1 個資料夾",
"{count} folders" => "{count} 個資料夾",
"1 file" => "1 個檔案",
"{count} files" => "{count} 個檔案"
);