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

15 lines
1015 B
JSON

{
"zero-is-disabled": "Enter 0 to disable this restriction",
"chat-settings": "チャット設定",
"disable": "チャットは無効です",
"disable-editing": "チャットメッセージの編集/削除を無効にする",
"disable-editing-help": "管理者およびグローバルモデレーターはこの制限を免除されます",
"max-length": "チャットメッセージの最大の長さ",
"max-chat-room-name-length": "Maximum length of chat room names",
"max-room-size": "チャットルームの最大ユーザー数",
"delay": "Time between chat messages (ms)",
"notification-delay": "Notification delay for chat messages",
"notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.",
"restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.",
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable."
}