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