mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-13 16:08:07 +02:00
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"title": "管理自定义用户属性",
|
|
"create-field": "创建属性",
|
|
"edit-field": "编辑属性",
|
|
"manage-custom-fields": "自定义用户属性",
|
|
"type-of-input": "输入类型",
|
|
"key": "键",
|
|
"name": "名称",
|
|
"icon": "图标",
|
|
"type": "类型",
|
|
"min-rep": "最低声望",
|
|
"input-type-text": "输入框(文本)",
|
|
"input-type-link": "输入框(链接)",
|
|
"input-type-number": "输入框(数字)",
|
|
"input-type-date": "输入框(日期)",
|
|
"input-type-select": "单选",
|
|
"input-type-select-multi": "多选",
|
|
"select-options": "选项",
|
|
"select-options-help": "为属性添加一些选项,每行一个",
|
|
"minimum-reputation": "最低声望",
|
|
"minimum-reputation-help": "如果用户的声望值小于此值,则无法使用此字段",
|
|
"delete-field-confirm-x": "您真的要删除自定义字段“ %1 ”吗?",
|
|
"custom-fields-saved": "已保存自定义字段",
|
|
"visibility": "可见性",
|
|
"visibility-all": "所有人可见",
|
|
"visibility-loggedin": "仅登录用户可见",
|
|
"visibility-privileged": "仅管理员和版主等特权用户可见"
|
|
} |