nextcloud/files/l10n/zh_CN.php

15 lines
584 B
PHP

<?php $TRANSLATIONS = array(
"Files" => "文件",
"Maximum upload size" => "最大上传大小",
"Upload" => "上传",
"New Folder" => "新建文件夹",
"Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!",
"Name" => "名称",
"Download" => "下载",
"Size" => "大小",
"Modified" => "修改日期",
"Delete" => "删除",
"Upload too large" => "上传文件过大",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大大小"
);