New person_single message for only one person in a room

This commit is contained in:
Nate Harris 2019-11-05 22:55:56 -05:00 committed by GitHub
parent 6ae2183385
commit 1d355b0271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -104,7 +104,8 @@ define({
server: { server: {
person_joined: 'A person joined this room.', person_joined: 'A person joined this room.',
person_left: 'A person left this room.', person_left: 'A person left this room.',
person_count: 'There is {payload} person(s) in this room, including you.', person_count: 'There are {payload} people in this room, including you.',
person_single: 'You are the only person in this room.',
command_failed: 'Server command failed, you\'re probably trying to du something bogus.', command_failed: 'Server command failed, you\'re probably trying to du something bogus.',
bogus: 'Received a bogus message from server.' bogus: 'Received a bogus message from server.'
}, },