Implement several parts of the call links admin UX.

This commit is contained in:
Alex Hart
2023-08-03 14:41:21 -03:00
parent b30f47bac4
commit d247e2c111
22 changed files with 1165 additions and 3 deletions

View File

@@ -6193,6 +6193,27 @@
<!-- Body of a dialog that is displayed when we experienced a network error when looking up a username. -->
<string name="UsernameLinkSettings_qr_result_network_error">Experienced a network error. Please try again.</string>
<!-- PendingParticipantsView -->
<!-- Displayed in the popup card when a remote user attempts to join a call link -->
<string name="PendingParticipantsView__would_like_to_join">Would like to join…</string>
<!-- Displayed in a button on the popup card denoting that there are other pending requests to join a call link -->
<plurals name="PendingParticipantsView__plus_d_requests">
<item quantity="one">+%1$d request</item>
<item quantity="other">+%1$d requests</item>
</plurals>
<!-- PendingParticipantsBottomSheet -->
<!-- Title of the bottom sheet displaying requests to join the call link -->
<string name="PendingParticipantsBottomSheet__requests_to_join_this_call">Requests to join this call</string>
<!-- Subtitle of the bottom sheet denoting the total number of people waiting -->
<plurals name="PendingParticipantsBottomSheet__d_people_waiting">
<item quantity="one">%1$d person waiting</item>
<item quantity="other">%1$d people waiting</item>
</plurals>
<!-- Content description for rejecting a user -->
<string name="PendingParticipantsBottomSheet__reject">Reject</string>
<!-- Content desccription for confirming a user -->
<string name="PendingParticipantsBottomSheet__approve">Approve</string>
<!-- EOF -->
</resources>