[iOS] Create public space #143

- Initial space creation flow
This commit is contained in:
Gil Eluard
2021-11-23 09:35:32 +01:00
parent ccfe3afb7d
commit fda0568d88
145 changed files with 7280 additions and 11 deletions
+51
View File
@@ -1714,6 +1714,8 @@ Tap the + to start adding people.";
"space_beta_announce_information" = "Spaces are a new way to group rooms and people. Theyre not on iOS yet, but you can use them now on Web and Desktop.";
"spaces_home_space_title" = "Home";
"spaces_add_space_title" = "Add space";
"spaces_create_space_title" = "Create a space";
"spaces_left_panel_title" = "Spaces";
"leave_space_title" = "Leave %@";
"leave_space_message" = "Are you sure you want to leave %@? Do you also want to leave all rooms and spaces of this space?";
@@ -1737,7 +1739,56 @@ Tap the + to start adding people.";
"space_home_show_all_rooms" = "Show all rooms";
"space_private_join_rule" = "Private space";
"space_private_join_rule_detail" = "Invite only, best for yourself or teams";
"space_public_join_rule" = "Public space";
"space_public_join_rule_detail" = "Open to anyone, best for communities";
// Mark: - Space Creation
"spaces_creation_hint" = "Spaces are a new way to group rooms and people.";
"spaces_creation_visibility_title" = "What type of space do you want to create?";
"spaces_creation_visibility_message" = "To join an existing space, you need an invite.";
"spaces_creation_footer" = "You can change this later";
"spaces_creation_settings_message" = "Add some details to help it stand out. You can change these at any point.";
"spaces_creation_address" = "Address";
"spaces_creation_empty_room_name_error" = "Name the room";
"spaces_creation_address_default_message" = "Your space will be viewable at\n%@";
"spaces_creation_address_invalid_characters" = "%@\nhas invalid characters";
"spaces_creation_address_already_exists" = "%@\nalready exists";
"spaces_creation_public_space_title" = "Your public space";
"spaces_creation_private_space_title" = "Your private space";
"spaces_creation_new_rooms_title" = "What are some discussions youll have?";
"spaces_creation_new_rooms_message" = "Well create a room for each one.";
"spaces_creation_new_rooms_room_name_title" = "Room name";
"spaces_creation_new_rooms_general" = "General";
"spaces_creation_new_rooms_random" = "Random";
"spaces_creation_new_rooms_support" = "Support";
"spaces_creation_email_invites_title" = "Invite your team";
"spaces_creation_email_invites_message" = "You can invite them later too.";
"spaces_creation_email_invites_email_title" = "Email";
"spaces_creation_sharing_type_title" = "Who are you working with?";
"spaces_creation_sharing_type_message" = "Make sure the right people have access to %@. You can change this later.";
"spaces_creation_sharing_type_just_me_title" = "Just me";
"spaces_creation_sharing_type_just_me_detail" = "A private space to organise your rooms";
"spaces_creation_sharing_type_me_and_teammates_title" = "Me and teammates";
"spaces_creation_sharing_type_me_and_teammates_detail" = "A private space for you & your teammates";
"spaces_creation_add_rooms_title" = "What do you want to add?";
"spaces_creation_add_rooms_message" = "As this space is just for you, no one will be informed. You can add more later.";
"spaces_creation_invite_by_username" = "Invite by username";
"spaces_creation_invite_by_username_title" = "Invite your team";
"spaces_creation_invite_by_username_message" = "You can invite them later too.";
"spaces_creation_post_process_creating_space" = "Creating space";
"spaces_creation_post_process_creating_space_task" = "Creating space %@";
"spaces_creation_post_process_uploading_avatar" = "Uploading avatar";
"spaces_creation_post_process_creating_room" = "Creating room %@";
"spaces_creation_post_process_adding_rooms" = "Adding %@ rooms";
"spaces_creation_post_process_inviting_users" = "Inviting %@ users";
// Mark: Avatar