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: 65b954e2c631d9f9564520777ad114b2a2b5e642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "無法永久刪除 %s",
"Couldn't restore %s" => "無法還原 %s",
"Deleted files" => "回收桶",
"Error" => "錯誤",
"restored" => "已還原",
"Nothing in here. Your trash bin is empty!" => "您的回收桶是空的!",
"Name" => "名稱",
"Restore" => "還原",
"Deleted" => "已刪除",
"Delete" => "刪除",
"Deleted Files" => "已刪除的檔案"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";