Experimental "file drop" mode

This commit is contained in:
N Pex 2023-06-28 12:14:44 +00:00
parent 791fa5936a
commit ebadd509e9
19 changed files with 1038 additions and 85 deletions

View file

@ -280,8 +280,12 @@
"user_admin": "Administrator",
"user_moderator": "Moderator",
"experimental_features": "Experimental Features",
"room_type": "Room type",
"room_type_default": "Default",
"voice_mode": "Voice mode",
"voice_mode_info": "Switches the chat interface to a 'listen and record' mode",
"file_mode": "File mode",
"file_mode_info": "Switches the chat interface to a 'file drop' mode",
"download_chat": "Download chat",
"read_only_room": "Read only room",
"read_only_room_info": "Only admins and moderators are allowed to send to the room",
@ -364,5 +368,17 @@
"symbols": "Symbols",
"places": "Places"
}
},
"file_mode": {
"choose_files": "Choose files",
"any_file_format_accepted": "Any file format is accepted",
"secure_file_send": "secure file send",
"add_a_message": "Add a message",
"sending_progress": "Sending...",
"sending": "Sending",
"files_sent":"1 file sent! | {count} files sent!",
"files_sent_with_note":"1 file sent with a note! | {count} files sent with a note!",
"return_to_home": "Return to home",
"files": "Files"
}
}