Files
NodeBB/public/language/zh-CN/admin/settings/uploads.json
2018-07-26 09:29:19 +00:00

33 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"posts": "帖子",
"allow-files": "允许用户上传普通文件",
"private": "使上传的文件私有化",
"private-extensions": "自定义文件扩展名",
"private-uploads-extensions-help": "在此处输入以逗号分隔的文件扩展名列表 (例如<code> pdfxlsdoc </code>)并将其用于自定义。为空则表示允许所有扩展名。",
"max-image-width": "缩小图片到指定宽度(单位像素)",
"max-image-width-help": "(像素单位,默认 760 px设置为0以禁用)",
"resize-image-quality": "调整图像大小时使用的质量",
"resize-image-quality-help": "使用较低质量的设置来减小调整过大小的图像的文件大小",
"max-file-size": "最大文件尺寸(单位 KiB)",
"max-file-size-help": "(单位 KiB ,默认 2048KiB)",
"allow-topic-thumbnails": "允许用户上传主题缩略图",
"topic-thumb-size": "主题缩略图大小",
"allowed-file-extensions": "允许的文件扩展名",
"allowed-file-extensions-help": "在此处输入以逗号分隔的文件扩展名列表 (例如<code> pdfxlsdoc </code>)。 为空则表示允许所有扩展名。",
"profile-avatars": "个人头像",
"allow-profile-image-uploads": "允许用户上传个人资料照片",
"convert-profile-image-png": "转换个人资料图片为 PNG",
"default-avatar": "访客默认头像",
"upload": "上传",
"profile-image-dimension": "个人资料相片尺寸",
"profile-image-dimension-help": "(使用 px 作为单位默认128px)",
"max-profile-image-size": "个人资料相片最大大小",
"max-profile-image-size-help": "(单位 KiB ,默认 256 KiB)",
"max-cover-image-size": "最大封面图片文件大小",
"max-cover-image-size-help": "(单位 KiB默认 2048KiB)",
"keep-all-user-images": "在服务器上保留旧头像和旧的资料封面",
"profile-covers": "资料封面",
"default-covers": "默认封面图片",
"default-covers-help": "为没有上传封面图片的帐户添加以逗号分隔的默认封面图片"
}