Files
NodeBB/public/language/zh-CN/admin/settings/uploads.json
2021-04-19 09:11:29 +00:00

43 lines
2.6 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": "使上传的文件私有化",
"strip-exif-data": "去除 EXIF 数据",
"private-extensions": "自定义文件扩展名",
"private-uploads-extensions-help": "在此处输入以逗号分隔的文件扩展名列表 (例如<code> pdfxlsdoc </code>)并将其用于自定义。为空则表示允许所有扩展名。",
"resize-image-width-threshold": "如果图像宽度超过指定大小,则对图像进行缩放",
"resize-image-width-threshold-help": "(像素单位,默认 1520 px设置为0以禁用)",
"resize-image-width": "缩小图片到指定宽度",
"resize-image-width-help": "(像素单位,默认 760 px设置为0以禁用)",
"resize-image-quality": "调整图像大小时使用的质量",
"resize-image-quality-help": "使用较低质量的设置来减小调整过大小的图像的文件大小",
"max-file-size": "最大文件尺寸(单位 KiB)",
"max-file-size-help": "(单位 KiB ,默认 2048KiB)",
"reject-image-width": "图片最大宽度值(单位:像素)",
"reject-image-width-help": "宽于此数值大小的图片将会被拒绝",
"reject-image-height": "图片最大高度值(单位:像素)",
"reject-image-height-help": "高于此数值大小的图片将会被拒绝",
"allow-topic-thumbnails": "允许用户上传主题缩略图",
"topic-thumb-size": "主题缩略图大小",
"allowed-file-extensions": "允许的文件扩展名",
"allowed-file-extensions-help": "在此处输入以逗号分隔的文件扩展名列表 (例如<code> pdfxlsdoc </code>)。 为空则表示允许所有扩展名。",
"upload-limit-threshold": "Rate limit user uploads to:",
"upload-limit-threshold-per-minute": "Per %1 Minute",
"upload-limit-threshold-per-minutes": "Per %1 Minutes",
"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": "为没有上传封面图片的帐户添加以逗号分隔的默认封面图片"
}