nextcloud/apps/files_trashbin/l10n/zh_TW.php

8 lines
195 B
PHP

<?php $TRANSLATIONS = array(
"Name" => "名稱",
"1 folder" => "1 個資料夾",
"{count} folders" => "{count} 個資料夾",
"1 file" => "1 個檔案",
"{count} files" => "{count} 個檔案"
);