nextcloud/apps/files_trashbin/l10n/zh_TW.php

16 lines
467 B
PHP
Raw Normal View History

2013-08-09 14:06:31 +02:00
<?php
$TRANSLATIONS = array(
2013-04-20 02:02:09 +02:00
"Couldn't delete %s permanently" => "無法永久刪除 %s",
2013-08-27 17:23:18 +02:00
"Couldn't restore %s" => "無法還原 %s",
2014-03-12 06:57:17 +01:00
"Deleted files" => "回收桶",
2013-04-09 02:14:02 +02:00
"Error" => "錯誤",
2014-04-16 07:57:34 +02:00
"Deleted Files" => "已刪除的檔案",
2013-08-27 17:23:18 +02:00
"restored" => "已還原",
2013-09-01 19:30:40 +02:00
"Nothing in here. Your trash bin is empty!" => "您的回收桶是空的!",
2013-10-11 04:30:58 +02:00
"Name" => "名稱",
2013-08-27 17:23:18 +02:00
"Restore" => "還原",
2013-10-11 04:30:58 +02:00
"Deleted" => "已刪除",
2014-04-16 07:57:34 +02:00
"Delete" => "刪除"
2013-02-01 00:19:28 +01:00
);
2013-08-09 14:06:31 +02:00
$PLURAL_FORMS = "nplurals=1; plural=0;";