mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Merge pull request #300 from vector-im/report_abuse
Report abuse and ignore user
This commit is contained in:
@@ -121,8 +121,10 @@
|
||||
"room_participants_action_invite" = "Invite";
|
||||
"room_participants_action_leave" = "Leave this room";
|
||||
"room_participants_action_remove" = "Remove from this room";
|
||||
"room_participants_action_ban" = "Block";
|
||||
"room_participants_action_unban" = "Unblock";
|
||||
"room_participants_action_ban" = "Ban from this room";
|
||||
"room_participants_action_unban" = "Unban";
|
||||
"room_participants_action_ignore" = "Hide all messages from this user";
|
||||
"room_participants_action_unignore" = "Show all messages from this user";
|
||||
"room_participants_action_set_default_power_level" = "Reset to normal user";
|
||||
"room_participants_action_set_moderator" = "Make moderator";
|
||||
"room_participants_action_set_admin" = "Make admin";
|
||||
@@ -144,6 +146,9 @@
|
||||
"room_event_action_share" = "Share";
|
||||
"room_event_action_redact" = "Redact";
|
||||
"room_event_action_permalink" = "Permalink";
|
||||
"room_event_action_report" = "Report content";
|
||||
"room_event_action_report_prompt_reason" = "Reason for reporting this content";
|
||||
"room_event_action_report_prompt_ignore_user" = "Do you want to hide all messages from this user?";
|
||||
"room_event_action_save" = "Save";
|
||||
"room_event_action_resend" = "Resend";
|
||||
"room_event_action_delete" = "Delete";
|
||||
|
||||
Reference in New Issue
Block a user