Add kick,ban,make admin and make moderator operations
This commit is contained in:
parent
c9b033e637
commit
9081e34aa7
23 changed files with 281 additions and 27 deletions
|
|
@ -26,7 +26,12 @@
|
|||
"undo": "Undo",
|
||||
"join": "Join",
|
||||
"ignore": "Ignore",
|
||||
"loading": "Loading {appName}"
|
||||
"loading": "Loading {appName}",
|
||||
"user_kick": "Kick this user",
|
||||
"user_kick_and_ban": "Kick and ban this user",
|
||||
"user_make_admin": "Make administrator",
|
||||
"user_make_moderator": "Make moderator",
|
||||
"user_revoke_moderator": "Revoke moderator"
|
||||
},
|
||||
"message": {
|
||||
"you": "You",
|
||||
|
|
@ -37,6 +42,12 @@
|
|||
"user_changed_room_avatar": "{user} changed the room avatar",
|
||||
"user_encrypted_room": "{user} made the room encrypted",
|
||||
"user_was_invited": "{user} was invited to the chat...",
|
||||
"user_was_kicked": "{user} was kicked from the chat.",
|
||||
"user_was_kicked_by_you": "You kicked {user} from the chat.",
|
||||
"user_was_kicked_you": "You were kicked from the chat.",
|
||||
"user_was_banned": "{user} was kicked and banned from the chat.",
|
||||
"user_was_banned_by_you": "You kicked and banned {user} from the chat.",
|
||||
"user_was_banned_you": "You were kicked and banned from the chat.",
|
||||
"user_joined": "{user} joined the chat",
|
||||
"user_left": "{user} left the chat",
|
||||
"user_said": "{user} said:",
|
||||
|
|
@ -229,7 +240,9 @@
|
|||
"leave_room": "Leave",
|
||||
"version_info": "Powered by Guardian Project. Version: {version}",
|
||||
"scan_code": "Scan to join the room",
|
||||
"export_room": "Export chat"
|
||||
"export_room": "Export chat",
|
||||
"user_admin": "Administrator",
|
||||
"user_moderator": "Moderator"
|
||||
},
|
||||
"room_info_sheet": {
|
||||
"this_room": "This room",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue