mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
43 lines
2.9 KiB
JSON
43 lines
2.9 KiB
JSON
{
|
|
"reputation": "Reputation Settings",
|
|
"disable": "Disable Reputation System",
|
|
"disable-down-voting": "Disable Down Voting",
|
|
"upvote-visibility": "Up Vote visibility",
|
|
"upvote-visibility-all": "Everyone can see up votes",
|
|
"upvote-visibility-loggedin": "Only logged in users can see up votes",
|
|
"upvote-visibility-privileged": "Only privileged users like admins & moderators can see up votes",
|
|
"downvote-visibility": "Down Vote visibility",
|
|
"downvote-visibility-all": "Everyone can see down votes",
|
|
"downvote-visibility-loggedin": "Only logged in users can see down votes",
|
|
"downvote-visibility-privileged": "Only privileged users like admins & moderators can see down votes",
|
|
"thresholds": "Activity Thresholds",
|
|
"min-rep-upvote": "Minimum reputation to upvote posts",
|
|
"upvotes-per-day": "Upvotes per day (set to 0 for unlimited upvotes)",
|
|
"upvotes-per-user-per-day": "Upvotes per user per day (set to 0 for unlimited upvotes)",
|
|
"min-rep-downvote": "Minimum reputation to downvote posts",
|
|
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
|
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
|
"min-rep-chat": "Minimum reputation to send chat messages",
|
|
"min-rep-post-links": "Minimum reputation to post links",
|
|
"min-rep-flag": "Minimum reputation to flag posts",
|
|
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
|
|
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile",
|
|
"min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile",
|
|
"min-rep-cover-picture": "Minimum reputation to add \"Cover Picture\" to user profile",
|
|
|
|
"flags": "Flag Settings",
|
|
"flags.limit-per-target": "Maximum number of times something can be flagged",
|
|
"flags.limit-per-target-placeholder": "Default: 0",
|
|
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
|
|
"flags.limit-post-flags-per-day": "Maximum number of times a user can flag posts in a day",
|
|
"flags.limit-post-flags-per-day-help": "Set to 0 to disable, (default: 10)",
|
|
"flags.limit-user-flags-per-day": "Maximum number of times a user can flag users in a day",
|
|
"flags.limit-user-flags-per-day-help": "Set to 0 to disable, (default: 10)",
|
|
"flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts",
|
|
"flags.auto-flag-on-downvote-threshold-help": "Set to 0 to disable, (default: 0)",
|
|
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned",
|
|
"flags.action-on-resolve": "Do the following when a flag is resolved",
|
|
"flags.action-on-reject": "Do the following when a flag is rejected",
|
|
"flags.action.nothing": "Do nothing",
|
|
"flags.action.rescind": "Rescind the notification sent to moderators/administrators"
|
|
} |