2021-05-25 11:14:29 +02:00
|
|
|
|
{
|
2021-07-06 12:00:57 +02:00
|
|
|
|
"language_display_name": "English",
|
2021-12-19 16:04:19 +02:00
|
|
|
|
"project": {
|
|
|
|
|
|
"name": "Convene",
|
|
|
|
|
|
"tag_line": "Simply connect"
|
|
|
|
|
|
},
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"menu": {
|
|
|
|
|
|
"start_private_chat": "Private chat with this user",
|
|
|
|
|
|
"reply": "Reply",
|
|
|
|
|
|
"edit": "Edit",
|
|
|
|
|
|
"delete": "Delete",
|
|
|
|
|
|
"download": "Download",
|
|
|
|
|
|
"ok": "Ok",
|
2021-12-19 16:04:19 +02:00
|
|
|
|
"done": "Done",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"cancel": "Cancel",
|
|
|
|
|
|
"send": "Send",
|
|
|
|
|
|
"back": "BACK",
|
|
|
|
|
|
"login": "Login",
|
2021-05-27 12:16:12 +02:00
|
|
|
|
"logout": "Logout",
|
2021-07-06 09:33:19 +02:00
|
|
|
|
"new_room": "New Room",
|
2021-07-18 11:48:40 +02:00
|
|
|
|
"undo": "Undo",
|
2021-07-19 09:45:34 +02:00
|
|
|
|
"join": "Join",
|
|
|
|
|
|
"ignore": "Ignore",
|
2021-07-18 11:48:40 +02:00
|
|
|
|
"loading": "Loading {appName}"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"message": {
|
|
|
|
|
|
"you": "You",
|
|
|
|
|
|
"user_created_room": "{user} created the room",
|
|
|
|
|
|
"user_aliased_room": "{user} made the room alias {alias}",
|
|
|
|
|
|
"user_changed_display_name": "{user} changed display name to {displayName}",
|
|
|
|
|
|
"user_changed_avatar": "{user} changed the avatar",
|
|
|
|
|
|
"user_changed_room_avatar": "{user} changed the room avatar",
|
|
|
|
|
|
"user_encrypted_room": "{user} made the room encrypted",
|
|
|
|
|
|
"user_was_invited": "{user} was invited to the chat...",
|
|
|
|
|
|
"user_joined": "{user} joined the chat",
|
|
|
|
|
|
"user_left": "{user} left the chat",
|
|
|
|
|
|
"user_said": "{user} said:",
|
|
|
|
|
|
"file_prefix": "File: ",
|
|
|
|
|
|
"edited": "(edited)",
|
|
|
|
|
|
"download_progress": "{percentage}% downloaded",
|
|
|
|
|
|
"upload_progress": "Uploaded {count}",
|
|
|
|
|
|
"upload_progress_with_total": "Uploaded {count} of {total}",
|
|
|
|
|
|
"user_changed_room_history": "{user} made room history {type}",
|
|
|
|
|
|
"room_history_world_readable": "readable by anyone",
|
|
|
|
|
|
"room_history_shared": "readable to all members in the room",
|
|
|
|
|
|
"room_history_invited": "readable to members from when they were invited",
|
|
|
|
|
|
"room_history_joined": "readable to members from when they joined",
|
|
|
|
|
|
"user_changed_join_rules": "{user} made the room {type}",
|
|
|
|
|
|
"room_joinrule_invite": "invite only",
|
|
|
|
|
|
"room_joinrule_public": "public",
|
|
|
|
|
|
"user_changed_room_name": "{user} changed room name to {name}",
|
|
|
|
|
|
"user_changed_room_topic": "{user} changed room topic to {topic}",
|
|
|
|
|
|
"unread_messages": "Unread messages",
|
2022-02-11 09:58:36 +00:00
|
|
|
|
"replying_to": "Replying to {user}",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"your_message": "Your message...",
|
|
|
|
|
|
"scale_image": "Scale image",
|
|
|
|
|
|
"user_is_typing": "{user} is typing",
|
|
|
|
|
|
"users_are_typing": "{count} members are typing",
|
|
|
|
|
|
"room_powerlevel_change": "{user} changed powerlevel of {changes}",
|
2021-05-27 13:38:57 +02:00
|
|
|
|
"user_powerlevel_change_from_to": "{user} from {powerOld} to {powerNew}",
|
|
|
|
|
|
"user_changed_guest_access_closed": "{user} disallowed guests to join the room",
|
2022-02-11 09:58:36 +00:00
|
|
|
|
"user_changed_guest_access_open": "{user} allowed guests to join the room",
|
|
|
|
|
|
"reply_image": "Image",
|
|
|
|
|
|
"reply_audio_message": "Audio message",
|
2022-04-21 09:48:10 +02:00
|
|
|
|
"reply_video": "Video",
|
|
|
|
|
|
"time_ago": "Today | Yesterday | {count} days ago"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"room": {
|
2022-04-13 09:02:51 +00:00
|
|
|
|
"invitations": "You have no invitations | You have 1 invitation | You have {count} invitations",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"members": "no members | 1 member | {count} members",
|
2021-05-27 13:38:57 +02:00
|
|
|
|
"leave": "Leave",
|
|
|
|
|
|
"purge_set_room_state": "Setting room state",
|
|
|
|
|
|
"purge_redacting_events": "Redacting events",
|
|
|
|
|
|
"purge_removing_members": "Removing members",
|
|
|
|
|
|
"purge_failed": "Failed to purge room!",
|
|
|
|
|
|
"room_list_invites": "Invites",
|
|
|
|
|
|
"room_list_rooms": "Rooms"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"room_welcome": {
|
2021-06-22 15:46:37 +02:00
|
|
|
|
"info": "Welcome! Here are a few things to know about your room:",
|
2021-05-27 12:16:12 +02:00
|
|
|
|
"encrypted": "Messages are end-to-end encrypted.",
|
|
|
|
|
|
"room_history_is": "Room history is {type}.",
|
2021-06-22 15:46:37 +02:00
|
|
|
|
"room_history_joined": "People can only see the messages sent after they join.",
|
2021-05-27 12:16:12 +02:00
|
|
|
|
"join_public": "Anyone can join by opening this link: {link}.",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"join_invite": "Only people you invite can join.",
|
2021-06-22 15:46:37 +02:00
|
|
|
|
"info_permissions": "You can change ‘join permissions’ at any time in the room settings.",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"got_it": "Got it"
|
|
|
|
|
|
},
|
|
|
|
|
|
"new_room": {
|
2021-05-27 12:16:12 +02:00
|
|
|
|
"new_room": "New Room",
|
|
|
|
|
|
"create": "Create",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"next": "Next",
|
2022-05-11 14:08:45 +00:00
|
|
|
|
"name_room": "Room name",
|
2021-05-27 12:16:12 +02:00
|
|
|
|
"room_topic": "Add a description if you like",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"join_permissions": "Join permissions",
|
|
|
|
|
|
"set_join_permissions": "Set Join Permissions",
|
2021-07-03 11:57:01 +05:30
|
|
|
|
"join_permissions_info": "These permissions determine how people can join the room and how easily others can be invited. They can be changed anytime.",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"get_link": "Get link",
|
|
|
|
|
|
"add_people": "Add people",
|
|
|
|
|
|
"link_copied": "Link copied!",
|
|
|
|
|
|
"public_info": "Anyone with a link",
|
|
|
|
|
|
"public_description": "Get a link to share",
|
|
|
|
|
|
"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}",
|
2022-05-16 14:20:28 +00:00
|
|
|
|
"status_avatar": "Uploading avatar: {count}",
|
|
|
|
|
|
"room_name_limit_error_msg": "Maximum 50 characters allowed"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"device_list": {
|
|
|
|
|
|
"title": "DEVICES",
|
|
|
|
|
|
"blocked": "Blocked",
|
|
|
|
|
|
"verified": "Verified",
|
|
|
|
|
|
"not_verified": "Not verified"
|
|
|
|
|
|
},
|
|
|
|
|
|
"login": {
|
|
|
|
|
|
"title": "Login",
|
2021-07-18 22:57:31 +02:00
|
|
|
|
"username": "Username (ex: marta)",
|
|
|
|
|
|
"password": "Enter Password",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"username_required": "Username is required",
|
|
|
|
|
|
"password_required": "Password is required",
|
2021-11-03 20:58:45 +02:00
|
|
|
|
"login": "Login",
|
|
|
|
|
|
"create_room": "Register & Create Room",
|
2022-01-27 11:40:56 +00:00
|
|
|
|
"or": "OR",
|
|
|
|
|
|
"invalid_message": "Invalid username or password"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"profile": {
|
|
|
|
|
|
"title": "My Profile",
|
|
|
|
|
|
"temporary_identity": "This identity is temporary. Set a password to use it again",
|
|
|
|
|
|
"set_password": "Set password",
|
|
|
|
|
|
"change_name": "Change name",
|
|
|
|
|
|
"change_password": "Change password",
|
2021-07-06 12:00:57 +02:00
|
|
|
|
"select_language": "Language",
|
2021-12-19 16:04:19 +02:00
|
|
|
|
"set_language": "Set your language",
|
|
|
|
|
|
"language_description": "Convene is available in many languages.",
|
|
|
|
|
|
"dont_see_yours": "Don't see yours?",
|
|
|
|
|
|
"tell_us": "Tell us.",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"password_old": "Old password",
|
|
|
|
|
|
"password_new": "New password",
|
|
|
|
|
|
"password_repeat": "Repeat new password",
|
|
|
|
|
|
"display_name": "Display name"
|
2021-06-17 20:56:25 +02:00
|
|
|
|
},
|
|
|
|
|
|
"profile_info_popup": {
|
|
|
|
|
|
"you_are": "You are",
|
|
|
|
|
|
"identity": "{displayName}",
|
|
|
|
|
|
"identity_temporary": "{displayName}",
|
|
|
|
|
|
"edit_profile": "Edit profile",
|
|
|
|
|
|
"logout": "Logout",
|
|
|
|
|
|
"want_more": "Want more?",
|
|
|
|
|
|
"powered_by": "This room is powered by {product}. Learn more at {productLink} or go ahead and create another room!",
|
|
|
|
|
|
"new_room": "+ New room"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"join": {
|
2021-12-19 16:04:19 +02:00
|
|
|
|
"title": "Welcome you have been invited to join",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"user_name_label": "User name",
|
2021-12-19 16:04:19 +02:00
|
|
|
|
"remember_me": "Remember me",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"joining_as": "You are joining as:",
|
|
|
|
|
|
"join": "Join room",
|
2021-12-19 16:04:19 +02:00
|
|
|
|
"enter_room": "Enter room",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"status_logging_in": "Logging in...",
|
2021-07-06 10:06:30 +02:00
|
|
|
|
"status_joining": "Joining room...",
|
2022-05-11 14:08:45 +00:00
|
|
|
|
"join_failed": "Failed to join room.",
|
|
|
|
|
|
"choose_name": "Choose a name to use"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"invite": {
|
|
|
|
|
|
"title": "Add Friends",
|
|
|
|
|
|
"done": "Done",
|
|
|
|
|
|
"send_invites_to": "Send invites to",
|
|
|
|
|
|
"status_inviting": "Inviting friend {index} of {count}",
|
|
|
|
|
|
"status_error": "Failed to invite one or or more friends!"
|
|
|
|
|
|
},
|
|
|
|
|
|
"leave": {
|
|
|
|
|
|
"title_public": "Goodbye, {user}",
|
|
|
|
|
|
"text_public": "You can always join this room again if you know the link.",
|
2021-07-03 11:57:01 +05:30
|
|
|
|
"text_public_lastroom": "If you want to join this room again, you can join under a new identity. To keep {user}, {action}.",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"title_invite": "Are you sure you want to leave?",
|
2021-07-03 11:57:01 +05:30
|
|
|
|
"text_invite": "This room is locked. You cannot rejoin without a special permission.",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"create_account": "create an account",
|
|
|
|
|
|
"go_back": "Go back",
|
|
|
|
|
|
"leave": "Leave"
|
|
|
|
|
|
},
|
|
|
|
|
|
"purge_room": {
|
2021-06-16 09:54:06 +02:00
|
|
|
|
"title": "Delete room?",
|
2021-07-05 18:16:21 +02:00
|
|
|
|
"info": "All members and messages will be removed. This action cannot be undone.",
|
2021-07-06 09:33:19 +02:00
|
|
|
|
"button": "Delete",
|
|
|
|
|
|
"n_seconds": "{seconds} seconds",
|
|
|
|
|
|
"self_destruct": "Room will self destruct in seconds.",
|
|
|
|
|
|
"deleting": "Deleting room:",
|
|
|
|
|
|
"notified": "We've notified members.",
|
|
|
|
|
|
"room_deletion_notice": "Time to say goodbye! This room has been deleted by {user}. It will self destruct in seconds."
|
2021-07-05 18:16:21 +02:00
|
|
|
|
},
|
|
|
|
|
|
"goodbye": {
|
|
|
|
|
|
"room_deleted": "Room deleted.",
|
|
|
|
|
|
"close_tab": "Close browser tab",
|
|
|
|
|
|
"view_other_rooms": "View other rooms"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"room_info": {
|
2021-06-15 16:53:13 +02:00
|
|
|
|
"title": "Room Details",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"created_by": "Created by {user}",
|
2021-06-15 16:53:13 +02:00
|
|
|
|
"permissions": "Join Permissions",
|
|
|
|
|
|
"join_invite": "Only People Added",
|
|
|
|
|
|
"join_public": "Anyone with a link",
|
|
|
|
|
|
"copy_link": "Copy invite link",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"link_copied": "Link copied!",
|
2021-06-15 16:53:13 +02:00
|
|
|
|
"purge": "Delete room",
|
2021-05-25 11:14:29 +02:00
|
|
|
|
"members": "Members",
|
|
|
|
|
|
"user": "{user}",
|
|
|
|
|
|
"user_you": "{user} (you)",
|
|
|
|
|
|
"hide_all": "Hide",
|
2021-06-15 16:53:13 +02:00
|
|
|
|
"show_all": "Show all >",
|
|
|
|
|
|
"leave_room": "Leave",
|
2021-07-17 20:17:57 +02:00
|
|
|
|
"version_info": "Powered by Guardian Project. Version: {version}",
|
2022-05-23 15:19:55 +00:00
|
|
|
|
"scan_code": "Scan to join the room",
|
|
|
|
|
|
"export_room": "Export chat"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"room_info_sheet": {
|
2021-07-03 11:57:01 +05:30
|
|
|
|
"this_room": "This room",
|
2021-05-27 12:16:12 +02:00
|
|
|
|
"view_details": "View details"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"voice_recorder": {
|
|
|
|
|
|
"swipe_to_cancel": "Swipe to cancel",
|
|
|
|
|
|
"release_to_cancel": "Release to cancel",
|
2021-05-25 12:04:51 +02:00
|
|
|
|
"failed_to_record": "Failed to record audio",
|
|
|
|
|
|
"not_supported_title": "Not supported",
|
|
|
|
|
|
"not_supported_text": "Unfortunately, this browser does not support audio recording."
|
2021-05-25 11:14:29 +02:00
|
|
|
|
},
|
|
|
|
|
|
"power_level": {
|
|
|
|
|
|
"admin": "administrator",
|
|
|
|
|
|
"moderator": "moderator",
|
|
|
|
|
|
"default": "default",
|
|
|
|
|
|
"custom": "custom ({level})",
|
|
|
|
|
|
"restricted": "restricted"
|
|
|
|
|
|
},
|
|
|
|
|
|
"fallbacks": {
|
|
|
|
|
|
"audio_file": "Audio file",
|
|
|
|
|
|
"video_file": "Video file",
|
|
|
|
|
|
"original_text": "<original text>",
|
|
|
|
|
|
"download_name": "Download"
|
2022-05-03 09:40:02 +00:00
|
|
|
|
},
|
|
|
|
|
|
"poll_create": {
|
2022-06-08 18:53:50 +00:00
|
|
|
|
"title": "New Poll",
|
|
|
|
|
|
"create": "Publish",
|
2022-05-03 09:40:02 +00:00
|
|
|
|
"creating": "Creating poll",
|
|
|
|
|
|
"poll_disclosed": "Open - current results are shown at all times.",
|
|
|
|
|
|
"poll_undisclosed": "Closed - users will see the results when poll is closed.",
|
|
|
|
|
|
"add_answer": "Add answer",
|
|
|
|
|
|
"failed": "Failed to create poll, please try again later.",
|
2022-06-08 18:53:50 +00:00
|
|
|
|
"question_label": "Ask your question*",
|
2022-05-03 09:40:02 +00:00
|
|
|
|
"question_required": "You need to enter a question!",
|
2022-06-08 18:53:50 +00:00
|
|
|
|
"answer_label_1": "Answer*",
|
|
|
|
|
|
"answer_label_n": "Answer",
|
|
|
|
|
|
"please_complete": "Please complete",
|
2022-05-03 09:40:02 +00:00
|
|
|
|
"answer_required": "Answer can't be empty. Please enter some text or remove this option.",
|
2022-06-08 18:53:50 +00:00
|
|
|
|
"tip_title": "PRO TIP",
|
|
|
|
|
|
"tip_text": "Members will see the poll results after they answer. Close the poll when you're done to show results to everyone in the room..",
|
2022-05-03 09:40:02 +00:00
|
|
|
|
"create_poll_menu_option": "Create poll",
|
|
|
|
|
|
"poll_status_closed": "Poll is closed",
|
|
|
|
|
|
"poll_status_disclosed": "Results will be shown when poll is closed.",
|
|
|
|
|
|
"poll_status_open": "Poll is open",
|
|
|
|
|
|
"poll_status_open_not_voted": "Poll is open - vote to see the results",
|
2022-06-08 18:53:50 +00:00
|
|
|
|
"view_results": "View Results",
|
2022-05-17 15:16:53 +00:00
|
|
|
|
"close_poll": "Close poll",
|
|
|
|
|
|
"poll_submit": "Submit",
|
2022-06-08 18:53:50 +00:00
|
|
|
|
"num_answered": "{count} answers",
|
|
|
|
|
|
"results_shared": "Results shared to the room."
|
2022-05-23 15:19:55 +00:00
|
|
|
|
},
|
|
|
|
|
|
"export": {
|
|
|
|
|
|
"exported_date": "Exported on {date}",
|
|
|
|
|
|
"fetched_n_events": "Fetched {count} events",
|
|
|
|
|
|
"fetched_n_of_total_events": "Fetched {count} of {total} events",
|
2022-05-24 13:15:48 +00:00
|
|
|
|
"processed_n_of_total_events": "Processed media for {count} of {total} events",
|
|
|
|
|
|
"export_filename": "Exported chat {date}"
|
2021-05-25 11:14:29 +02:00
|
|
|
|
}
|
2022-04-11 16:27:22 +00:00
|
|
|
|
}
|