nextcloud/apps/files_trashbin/l10n/zh_CN.php

9 lines
216 B
PHP

<?php $TRANSLATIONS = array(
"Name" => "名称",
"1 folder" => "1个文件夹",
"{count} folders" => "{count} 个文件夹",
"1 file" => "1 个文件",
"{count} files" => "{count} 个文件",
"Delete" => "删除"
);