nextcloud/apps/files_trashbin/l10n/zh_TW.php

18 lines
650 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
2013-03-23 03:06:16 +04:00
"Couldn't delete %s permanently" => "無法永久刪除%s",
"Couldn't restore %s" => "無法復原%s",
"perform restore operation" => "進行復原動作",
"delete file permanently" => "永久刪除文件",
2013-02-22 03:08:47 +04:00
"Delete permanently" => "永久刪除",
2013-02-01 03:19:28 +04:00
"Name" => "名稱",
2013-03-23 03:06:16 +04:00
"Deleted" => "已刪除",
2013-02-01 03:19:28 +04:00
"1 folder" => "1 個資料夾",
"{count} folders" => "{count} 個資料夾",
"1 file" => "1 個檔案",
2013-02-22 03:08:47 +04:00
"{count} files" => "{count} 個檔案",
2013-03-23 03:06:16 +04:00
"Nothing in here. Your trash bin is empty!" => "這裏沒東西。您的垃圾桶是空的!",
"Restore" => "復原",
2013-03-09 03:06:34 +04:00
"Delete" => "刪除",
"Deleted Files" => "已刪除的檔案"
2013-02-01 03:19:28 +04:00
);