Updated New Room Page
This commit is contained in:
parent
5294069b20
commit
a700e19990
30 changed files with 1263 additions and 763 deletions
|
|
@ -150,11 +150,12 @@
|
|||
"change": "Change"
|
||||
},
|
||||
"new_room": {
|
||||
"title": "New Group Chat",
|
||||
"new_room": "New Room",
|
||||
"create": "Create",
|
||||
"next": "Next",
|
||||
"name_room": "Room name",
|
||||
"room_topic": "Add a description if you like",
|
||||
"room_topic": "Add a description if you'd like",
|
||||
"join_permissions": "Join permissions",
|
||||
"set_join_permissions": "Set Join Permissions",
|
||||
"join_permissions_info": "These permissions determine how people can join the room and how easily others can be invited. They can be changed anytime.",
|
||||
|
|
@ -166,8 +167,7 @@
|
|||
"invite_info": "Only people added",
|
||||
"invite_description": "Choose from a list or search by account ID",
|
||||
"status_creating": "Creating room",
|
||||
"status_avatar_total": "Uploading avatar: {count} of {total}",
|
||||
"status_avatar": "Uploading avatar: {count}",
|
||||
"status_avatar": "Uploading avatar",
|
||||
"room_name_limit_error_msg": "Maximum 50 characters allowed",
|
||||
"colon_not_allowed": "Colon is not allowed",
|
||||
"options": "Options"
|
||||
|
|
@ -212,13 +212,32 @@
|
|||
"share_qr": "Share QR",
|
||||
"qr_image_copied": "Image copied to clipboard"
|
||||
},
|
||||
"create": {
|
||||
"title": "Choose an experience",
|
||||
"room_type_room_name": "Group Chat",
|
||||
"room_type_room_description": "Connect a group of people",
|
||||
"room_type_channel_name": "Channel",
|
||||
"room_type_channel_description": "Broadcast news and ideas",
|
||||
"room_type_filedrop_name": "File Drop",
|
||||
"room_type_filedrop_description": "Receive files and tips",
|
||||
"field_required": "This field is required",
|
||||
"topic_too_long": "Maximum 500 characters allowed"
|
||||
},
|
||||
"createchannel": {
|
||||
"title": "Create a Channel",
|
||||
"info": "Broadcast news or knowledge in any format—video, podcast, text, pictures or PDFs.",
|
||||
"channel_name": "Name your channel",
|
||||
"channel_topic": "Describe it",
|
||||
"name_required": "Channel name is required",
|
||||
"error_channel": "Failed to create channel"
|
||||
"channel_topic_label": "Your description will be displayed when people join your channel.",
|
||||
"error_channel": "Failed to create channel",
|
||||
"status_creating": "Creating channel"
|
||||
},
|
||||
"createfiledrop": {
|
||||
"title": "Create a File Drop",
|
||||
"info": "File drops are a safe space to receive files from anyone.",
|
||||
"filedrop_name": "Name your file drop",
|
||||
"error_filedrop": "Failed to create file drop",
|
||||
"status_creating": "Creating file drop"
|
||||
},
|
||||
"profile": {
|
||||
"title": "My Profile",
|
||||
|
|
@ -331,8 +350,9 @@
|
|||
"download_chat": "Download chat",
|
||||
"read_only_room": "Read Only",
|
||||
"read_only_room_info": "Only admins and moderators are allowed to send to the room.",
|
||||
"message_retention": "Message History",
|
||||
"message_retention_info": "Messages sent within this time frame are viewable by anyone with the link.",
|
||||
"message_retention": "Limit History",
|
||||
"message_retention_info": "Set a limit for how long to keep messages",
|
||||
"limit_history_info": "Keep messages for {period}",
|
||||
"message_retention_none": "Off",
|
||||
"message_retention_4_week": "4 weeks",
|
||||
"message_retention_2_week": "2 weeks",
|
||||
|
|
@ -340,12 +360,13 @@
|
|||
"message_retention_1_day": "1 day",
|
||||
"message_retention_8_hours": "8 hours",
|
||||
"message_retention_1_hour": "1 Hour",
|
||||
"make_public": "Make Public",
|
||||
"make_public_warning": "warning: Full message history will be visible to new participants",
|
||||
"direct_link": "My Direct Link",
|
||||
"direct_link_desc": "It's ready to share! A new direct room will open each time someone opens the link.",
|
||||
"shared_room_number": "You share {count} rooms with {name}",
|
||||
"shared_room_number_more": "You share more than {count} rooms with {name}"
|
||||
"shared_room_number_more": "You share more than {count} rooms with {name}",
|
||||
"message_history": "Message History",
|
||||
"message_history_info": "Allow people to see messages sent before they joined",
|
||||
"message_history_warning": "warning: Full message history will be visible to new participants"
|
||||
},
|
||||
"room_info_sheet": {
|
||||
"this_room": "This room",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue