mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 10:17:15 +02:00
16 lines
735 B
JSON
16 lines
735 B
JSON
{
|
|
"title": "Manage Custom Reasons",
|
|
"create-reason": "Create Reason",
|
|
"edit-reason": "Edit Reason",
|
|
"reasons-help": "Reasons are predefined explanations used when banning or muting users, or when rejecting posts in the post queue.",
|
|
"reason-title": "Title",
|
|
"reason-type": "Type",
|
|
"reason-body": "Body",
|
|
"reason-all": "All",
|
|
"reason-ban": "Ban",
|
|
"reason-mute": "Mute",
|
|
"reason-post-queue": "Post Queue",
|
|
"reason-type-help": "The type of action this reason applies to. If 'All' is selected, this reason will be available for all action types.",
|
|
"custom-reasons-saved": "Custom reasons saved successfully",
|
|
"delete-reason-confirm-x": "Are you sure you want to delete the custom reason with the title <strong>%1</strong>?"
|
|
} |