Files
NodeBB/public/language/da/admin/settings/chat.json

12 lines
687 B
JSON
Raw Normal View History

2016-12-19 15:51:36 -05:00
{
"chat-settings": "Chat Settings",
"disable": "Disable chat",
"disable-editing": "Disable chat message editing/deletion",
"disable-editing-help": "Administrators and global moderators are exempt from this restriction",
"max-length": "Maximum length of chat messages",
"max-room-size": "Maximum number of users in chat rooms",
2018-01-10 09:25:19 +00:00
"delay": "Time between chat messages in milliseconds",
2020-09-30 09:09:59 +00:00
"notification-delay": "Notification delay for chat messages. (0 for no delay)",
2019-06-06 09:26:45 +00:00
"restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)",
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)"
2016-12-19 15:51:36 -05:00
}