blob: 21fff5115c92e713c343ad22019e344e170946d9 [file] [log] [blame]
idillon5815c732022-09-16 13:54:45 -04001{
simonab4eec82022-11-08 20:32:43 -05002 "severity": "",
Michelle Sepkap Simec050d9c2022-12-05 09:39:34 -05003 "ongoing_call_unmuted": "Ongoing call",
4 "ongoing_call_muted": "Ongoing call (muted)",
5 "connecting_call": "Connecting...",
6 "outgoing_call": "Outgoing call",
7 "incoming_call": "Incoming call",
simon1170c322022-10-31 14:51:31 -04008 "conversation_message": "Message",
9 "conversation_start_audiocall": "Start audio call",
10 "conversation_start_videocall": "Start video call",
11 "conversation_close": "Close this conversation",
12 "conversation_details": "Conversation details",
idillonef9ab812022-11-18 13:46:24 -050013 "conversation_block": "Block conversation",
14 "conversation_delete": "Remove conversation",
15 "conversation_details_username": "Username",
16 "conversation_details_identifier": "Identifier",
17 "conversation_details_qr_code": "QR code",
18 "conversation_details_is_swarm": "Is swarm",
19 "conversation_details_is_swarm_true": "True",
20 "conversation_details_is_swarm_false": "False",
21 "conversation_details_informations": "Informations",
22 "dialog_confirm_title_default": "Confirm action",
23 "conversation_ask_confirm_block": "Would you really like to block this conversation?",
24 "conversation_confirm_block": "Block",
25 "conversation_ask_confirm_remove": "Would you really like to remove this conversation?",
26 "conversation_confirm_remove": "Remove",
idillonae655dd2022-10-14 18:11:02 -040027 "conversation_title_one": "{{member0}}",
28 "conversation_title_two": "{{member0}} and {{member1}}",
29 "conversation_title_three": "{{member0}}, {{member1}} and {{member2}}",
30 "conversation_title_four": "{{member0}}, {{member1}}, {{member2}}, +1 other member",
31 "conversation_title_more": "{{member0}}, {{member1}}, {{member2}}, +{{excess}} other members",
idillonef9ab812022-11-18 13:46:24 -050032 "dialog_close": "Close",
33 "dialog_cancel": "Cancel",
idillon3470d072022-11-22 15:22:34 -050034 "Menu": "Menu",
35 "settings_account": "Account settings",
36 "settings_general": "General settings",
simon4e7445c2022-11-16 21:18:46 -050037 "logout": "Log out",
simonab4eec82022-11-08 20:32:43 -050038 "username_input_helper_text_success": "Username available",
39 "username_input_helper_text_taken": "Username already taken",
40 "username_input_helper_text_invalid": "Username doesn't follow required pattern",
41 "username_input_helper_text_registration_failed": "Username not correct!",
42 "username_input_helper_text": "",
Michelle Sepkap Sime559cc802022-11-05 12:06:40 -040043 "username_rules_dialog_title": "Username rules",
44 "username_input_label": "Choose an identifier",
simonab4eec82022-11-08 20:32:43 -050045 "password_input_helper_text_too_weak": "Too weak",
46 "password_input_helper_text_weak": "Weak",
47 "password_input_helper_text_medium": "Medium",
48 "password_input_helper_text_strong": "Strong",
49 "password_input_helper_text_registration_failed": "Choose another password!",
50 "password_input_helper_text": "",
Michelle Sepkap Sime559cc802022-11-05 12:06:40 -040051 "password_rules_dialog_title": "Password rules",
52 "password_input_label": "Password",
53 "password_rule_one": "The password must contain at least 1 lowercase alphabetical character.",
54 "password_rule_two": "The password must contain at least 1 uppercase alphabetical character.",
55 "password_rule_three": "The password must contain at least 1 numeric character.",
56 "password_rule_four": "The password must contain at least 1 special character.",
57 "password_rule_five": "The password must be 10 characters or longer to be considered strong.",
58 "username_rule_one": "The username must be 3 to 32 characters long.",
59 "username_rule_two": "The username may contain lowercase and uppercase alphabetical characters.",
60 "username_rule_three": "The username may contain hyphens (-).",
61 "username_rule_four": "The username may contain underscores (_).",
62 "welcome_text": "Welcome to Jami!",
idillon-sflec735452022-10-27 13:18:41 -040063 "message_call_outgoing_missed": "Missed outgoing call",
64 "message_call_incoming_missed": "Missed incoming call",
65 "message_call_outgoing": "Outgoing call - {{duration}}",
66 "message_call_incoming": "Incoming call - {{duration}}",
idillon5815c732022-09-16 13:54:45 -040067 "message_swarm_created": "Swarm created",
idillonae655dd2022-10-14 18:11:02 -040068 "message_user_joined": "{{user}} joined",
idillonef9ab812022-11-18 13:46:24 -050069 "messages_scroll_to_end": "Scroll to end of conversation",
Gabriel Rochon59fc3cd2022-11-30 22:07:23 -050070 "conversation_add_contact_form": "Add a contact",
idillonae655dd2022-10-14 18:11:02 -040071 "message_input_placeholder_one": "Write to {{member0}}",
72 "message_input_placeholder_two": "Write to {{member0}} and {{member1}}",
73 "message_input_placeholder_three": "Write to {{member0}}, {{member1}} and {{member2}}",
74 "message_input_placeholder_four": "Write to {{member0}}, {{member1}}, {{member2}}, +1 other member",
simon4e7445c2022-11-16 21:18:46 -050075 "message_input_placeholder_more": "Write to {{member0}}, {{member1}}, {{member2}}, +{{excess}} other members",
Michelle Sepkap Simec050d9c2022-12-05 09:39:34 -050076 "missed_incoming_call": "Missed incoming call from conversation {{conversationId}}",
simon4e7445c2022-11-16 21:18:46 -050077 "conversation_add_contact": "Add contact",
simon9076a9a2022-11-29 17:13:01 -050078 "loading": "Loading...",
simonf929a362022-11-18 16:53:45 -050079 "calling": "Calling {{member0}}",
simon2d3b6532022-11-08 21:01:57 -050080 "connecting": "Connecting...",
simon2d3b6532022-11-08 21:01:57 -050081 "end_call": "End call",
simonf929a362022-11-18 16:53:45 -050082 "refuse_call": "Refuse",
83 "accept_call_audio": "Accept in audio",
84 "accept_call_video": "Accept in video",
simon9076a9a2022-11-29 17:13:01 -050085 "permission_denied_title": "You denied Jami access to the camera and microphone",
86 "permission_denied_details": "You need to give Jami permission to use the camera and microphone in order to make a call",
idillon3470d072022-11-22 15:22:34 -050087 "settings_title_general": "General",
88 "settings_title_system": "System",
89 "setting_dark_theme": "Dark theme",
90 "setting_language": "Language",
Michelle Sepkap Simee580f422022-10-31 23:27:04 -040091 "login_username_not_found": "Username not found",
92 "login_invalid_password": "Incorrect password",
simon4e7445c2022-11-16 21:18:46 -050093 "login_form_title": "Login",
Michelle Sepkap Sime559cc802022-11-05 12:06:40 -040094 "login_form_username_tooltip": "The username you registered with",
95 "login_form_password_tooltip": "The password you registered with",
Gabriel Rochon7057b4f2022-11-21 13:28:01 -050096 "jami": "Jami",
97 "jams": "JAMS",
simon4e7445c2022-11-16 21:18:46 -050098 "login_form_submit_button": "Log in",
Michelle Sepkap Sime559cc802022-11-05 12:06:40 -040099 "login_form_to_registration_text": "Need an account?",
simon4e7445c2022-11-16 21:18:46 -0500100 "login_form_to_registration_link": "Register",
simon33c06182022-11-02 17:39:31 -0400101 "registration_success": "You've successfully registered! — Logging you in...",
Gabriel Rochon7057b4f2022-11-21 13:28:01 -0500102 "login_invalid_credentials": "Invalid credentials",
simon4e7445c2022-11-16 21:18:46 -0500103 "registration_form_title": "Registration",
Michelle Sepkap Sime559cc802022-11-05 12:06:40 -0400104 "registration_form_username_tooltip": "Username may be from 3 to 32 chraracters long and contain a-z, A-Z, -, _\n\nClick for more details",
Michelle Sepkap Sime559cc802022-11-05 12:06:40 -0400105 "registration_form_password_tooltip": "Choose a password hard to guess for others but easy to remember for you, it must be at least 10 characters. Your account won't be recovered if you forget it!\n\nClick for more details",
simon4e7445c2022-11-16 21:18:46 -0500106 "registration_form_submit_button": "Register",
Michelle Sepkap Sime559cc802022-11-05 12:06:40 -0400107 "registration_form_to_login_text": "Already have an account?",
simon4e7445c2022-11-16 21:18:46 -0500108 "registration_form_to_login_link": "Log in",
109 "setup_login_title": "Jami web node setup",
110 "setup_login_welcome": "Welcome to the Jami web node setup.",
111 "setup_login_admin_creation": "Let's start by creating a new administrator account to control access to the server configuration.",
112 "password_placeholder": "Password",
113 "setup_login_password_placeholder_creation": "New password",
114 "setup_login_password_placeholder_repeat": "Repeat password",
115 "admin_creation_submit_button": "Create admin account",
Michelle Sepkap Simec050d9c2022-12-05 09:39:34 -0500116 "share_screen": "Share your screen",
117 "share_window": "Share window",
118 "share_screen_area": "Share an area of your screen",
119 "share_file": "Share a file",
simonf929a362022-11-18 16:53:45 -0500120 "incoming_call_audio": "Incoming audio call from {{member0}}",
121 "incoming_call_video": "Incoming video call from {{member0}}",
Michelle Sepkap Sime559cc802022-11-05 12:06:40 -0400122 "severity_error": "Error",
Michelle Sepkap Simec050d9c2022-12-05 09:39:34 -0500123 "severity_success": "Success",
124 "severity_info": "Info"
idillon5815c732022-09-16 13:54:45 -0400125}