1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3659 Multiplayer | Invite link without approve (#2407)

This commit is contained in:
Konstantin Ivanov 2025-05-20 16:39:00 +02:00 committed by GitHub
parent b43fff9472
commit 300709aaa2
Signed by: github
GPG key ID: B5690EEEBB952194
17 changed files with 375 additions and 133 deletions

View file

@ -1357,6 +1357,13 @@
<string name="multiplayer_join_a_space">Join a space</string>
<string name="multiplayer_private_comment_for_a_space_owner">Private comment for a space owner</string>
<string name="multiplayer_request_to_join_explanation">Once the space owner approves your request, you\'ll join the space with the access rights owner determined.</string>
<string name="multiplayer_request_to_join_without_approve_title">Join %1$s</string>
<string name="multiplayer_request_to_join_without_approve_desc">You\'ve been invited to join %1$s, created by %2$s</string>
<string name="multiplayer_request_to_join_without_approve_button">Join Space</string>
<string name="multiplayer_request_to_join_loading_text"> Hang tight — were setting things up for you. This should only take a moment.</string>
<string name="multiplayer_space_request_to_join">Request to join</string>
<string name="multiplayer_space_request_to_join_msg">You\'ve been invited to join %1$s space, created by %2$s. Send a request so space owner can let you in.</string>
<string name="multiplayer_tap_to_write_request_to_join_comment">Tap to write your comment</string>