-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathen_EN.json
More file actions
4235 lines (4235 loc) · 267 KB
/
en_EN.json
File metadata and controls
4235 lines (4235 loc) · 267 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"a11y": {
"emoji_picker": "Emoji picker",
"jump_first_invite": "Jump to first invite.",
"message_composer": "Message composer",
"n_unread_messages": {
"one": "1 unread message.",
"other": "%(count)s unread messages."
},
"n_unread_messages_mentions": {
"one": "1 unread mention.",
"other": "%(count)s unread messages including mentions."
},
"recent_rooms": "Recent rooms",
"room_messsage_not_sent": "Open room %(roomName)s with an unsent message.",
"room_n_unread_invite": "Open room %(roomName)s invitation.",
"room_n_unread_messages": {
"one": "Open room %(roomName)s with 1 unread message.",
"other": "Open room %(roomName)s with %(count)s unread messages."
},
"room_n_unread_messages_mentions": {
"one": "Open room %(roomName)s with 1 unread mention.",
"other": "Open room %(roomName)s with %(count)s unread messages including mentions."
},
"room_name": "Room %(name)s",
"room_status_bar": "Room status bar",
"seek_bar_label": "Audio seek bar",
"unread_messages": "Unread messages.",
"user_menu": "User menu"
},
"a11y_jump_first_unread_room": "Jump to first unread room.",
"action": {
"accept": "Accept",
"add": "Add",
"add_existing_room": "Add existing room",
"add_people": "Add people",
"apply": "Apply",
"approve": "Approve",
"ask_to_join": "Ask to join",
"back": "Back",
"call": "Call",
"cancel": "Cancel",
"change": "Change",
"clear": "Clear",
"click": "Click",
"click_to_copy": "Click to copy",
"close": "Close",
"collapse": "Collapse",
"complete": "Complete",
"confirm": "Confirm",
"continue": "Continue",
"copy": "Copy",
"copy_link": "Copy link",
"create": "Create",
"create_a_room": "Create a room",
"create_account": "Create Account",
"decline": "Decline",
"decline_and_block": "Decline and block",
"decline_invite": "Decline invite",
"delete": "Delete",
"deny": "Deny",
"disable": "Disable",
"disconnect": "Disconnect",
"dismiss": "Dismiss",
"done": "Done",
"download": "Download",
"edit": "Edit",
"enable": "Enable",
"enter_fullscreen": "Enter fullscreen",
"exit_fullscreeen": "Exit fullscreen",
"expand": "Expand",
"explore_public_rooms": "Explore public rooms",
"explore_rooms": "Explore rooms",
"export": "Export",
"forward": "Forward",
"go": "Go",
"go_back": "Go back",
"got_it": "Got it",
"hide": "Hide",
"hide_advanced": "Hide advanced",
"hold": "Hold",
"ignore": "Ignore",
"import": "Import",
"invite": "Invite",
"invite_to_space": "Invite to space",
"invites_list": "Invites",
"join": "Join",
"learn_more": "Learn more",
"leave": "Leave",
"leave_room": "Leave room",
"logout": "Logout",
"manage": "Manage",
"maximise": "Maximise",
"mention": "Mention",
"minimise": "Minimise",
"new_room": "New room",
"new_video_room": "New video room",
"next": "Next",
"no": "No",
"ok": "OK",
"open": "Open",
"open_menu": "Open menu",
"pause": "Pause",
"pin": "Pin",
"play": "Play",
"proceed": "Proceed",
"quote": "Quote",
"react": "React",
"refresh": "Refresh",
"register": "Register",
"reload": "Reload",
"remove": "Remove",
"rename": "Rename",
"reply": "Reply",
"reply_in_thread": "Reply in thread",
"report_content": "Report Content",
"report_room": "Report room",
"resend": "Resend",
"reset": "Reset",
"resume": "Resume",
"retry": "Retry",
"review": "Review",
"revoke": "Revoke",
"save": "Save",
"search": "Search",
"send_report": "Send report",
"set_avatar": "Set profile picture",
"share": "Share",
"show": "Show",
"show_advanced": "Show advanced",
"show_all": "Show all",
"sign_in": "Sign in",
"sign_out": "Sign out",
"skip": "Skip",
"start": "Start",
"start_chat": "Start chat",
"start_new_chat": "Start new chat",
"stop": "Stop",
"submit": "Submit",
"subscribe": "Subscribe",
"transfer": "Transfer",
"trust": "Trust",
"try_again": "Try again",
"unban": "Unban",
"unignore": "Unignore",
"unpin": "Unpin",
"unsubscribe": "Unsubscribe",
"update": "Update",
"upgrade": "Upgrade",
"upload": "Upload",
"upload_file": "Upload file",
"verify": "Verify",
"view": "View",
"view_all": "View all",
"view_list": "View list",
"view_message": "View message",
"view_source": "View Source",
"yes": "Yes",
"yes_dismiss": "Yes, dismiss",
"zoom_in": "Zoom in",
"zoom_out": "Zoom out"
},
"analytics": {
"accept_button": "That's fine",
"bullet_1": "We <Bold>don't</Bold> record or profile any account data",
"bullet_2": "We <Bold>don't</Bold> share information with third parties",
"consent_migration": "You previously consented to share anonymous usage data with us. We're updating how that works.",
"disable_prompt": "You can turn this off anytime in settings",
"enable_prompt": "Help improve %(analyticsOwner)s",
"learn_more": "Share anonymous data to help us identify issues. Nothing personal. No third parties. <LearnMoreLink>Learn More</LearnMoreLink>",
"privacy_policy": "You can read all our terms <PrivacyPolicyUrl>here</PrivacyPolicyUrl>",
"pseudonymous_usage_data": "Help us identify issues and improve %(analyticsOwner)s by sharing anonymous usage data. To understand how people use multiple devices, we'll generate a random identifier, shared by your devices.",
"shared_data_heading": "Any of the following data may be shared:"
},
"auth": {
"3pid_in_use": "That e-mail address or phone number is already in use.",
"account_clash": "Your new account (%(newAccountId)s) is registered, but you're already logged into a different account (%(loggedInUserId)s).",
"account_clash_previous_account": "Continue with previous account",
"account_deactivated": "This account has been deactivated.",
"autodiscovery_generic_failure": "Failed to get autodiscovery configuration from server",
"autodiscovery_hs_incompatible": "Your homeserver is too old and does not support the minimum API version required. Please contact your server owner, or upgrade your server.",
"autodiscovery_invalid": "Invalid homeserver discovery response",
"autodiscovery_invalid_hs": "Homeserver URL does not appear to be a valid Matrix homeserver",
"autodiscovery_invalid_hs_base_url": "Invalid base_url for m.homeserver",
"autodiscovery_invalid_is": "Identity server URL does not appear to be a valid identity server",
"autodiscovery_invalid_is_base_url": "Invalid base_url for m.identity_server",
"autodiscovery_invalid_is_response": "Invalid identity server discovery response",
"autodiscovery_invalid_json": "Invalid JSON",
"autodiscovery_no_well_known": "No .well-known JSON file found",
"autodiscovery_unexpected_error_hs": "Unexpected error resolving homeserver configuration",
"autodiscovery_unexpected_error_is": "Unexpected error resolving identity server configuration",
"captcha_description": "This homeserver would like to make sure you are not a robot.",
"change_password_action": "Change Password",
"change_password_confirm_invalid": "Passwords don't match",
"change_password_confirm_label": "Confirm password",
"change_password_current_label": "Current password",
"change_password_empty": "Passwords can't be empty",
"change_password_error": "Error while changing password: %(error)s",
"change_password_mismatch": "New passwords don't match",
"change_password_new_label": "New Password",
"check_email_explainer": "Follow the instructions sent to <b>%(email)s</b>",
"check_email_resend_prompt": "Did not receive it?",
"check_email_resend_tooltip": "Verification link email resent!",
"check_email_wrong_email_button": "Re-enter email address",
"check_email_wrong_email_prompt": "Wrong email address?",
"continue_with_idp": "Continue with %(provider)s",
"continue_with_sso": "Continue with %(ssoButtons)s",
"country_dropdown": "Country Dropdown",
"create_account_prompt": "New here? <a>Create an account</a>",
"create_account_title": "Create account",
"email_discovery_text": "Use email to optionally be discoverable by existing contacts.",
"email_field_label": "Email",
"email_field_label_invalid": "Doesn't look like a valid email address",
"email_field_label_required": "Enter email address",
"email_help_text": "Add an email to be able to reset your password.",
"email_phone_discovery_text": "Use email or phone to optionally be discoverable by existing contacts.",
"enter_email_explainer": "<b>%(homeserver)s</b> will send you a verification link to let you reset your password.",
"enter_email_heading": "Enter your email to reset password",
"failed_connect_identity_server": "Cannot reach identity server",
"failed_connect_identity_server_other": "You can log in, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.",
"failed_connect_identity_server_register": "You can register, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.",
"failed_connect_identity_server_reset_password": "You can reset your password, but some features will be unavailable until the identity server is back online. If you keep seeing this warning, check your configuration or contact a server admin.",
"failed_homeserver_discovery": "Failed to perform homeserver discovery",
"failed_query_registration_methods": "Unable to query for supported registration methods.",
"failed_soft_logout_auth": "Failed to re-authenticate",
"failed_soft_logout_homeserver": "Failed to re-authenticate due to a homeserver problem",
"forgot_password_email_invalid": "The email address doesn't appear to be valid.",
"forgot_password_email_required": "The email address linked to your account must be entered.",
"forgot_password_prompt": "Forgotten your password?",
"forgot_password_send_email": "Send email",
"identifier_label": "Sign in with",
"incorrect_credentials": "Incorrect username and/or password.",
"incorrect_credentials_detail": "Please note you are logging into the %(hs)s server, not matrix.org.",
"incorrect_password": "Incorrect password",
"log_in_new_account": "<a>Log in</a> to your new account.",
"logout_dialog": {
"description": "Are you sure you want to sign out?",
"megolm_export": "Manually export keys",
"setup_key_backup_title": "You'll lose access to your encrypted messages",
"setup_secure_backup_description_1": "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.",
"setup_secure_backup_description_2": "When you sign out, these keys will be deleted from this device, which means you won't be able to read encrypted messages unless you have the keys for them on your other devices, or backed them up to the server.",
"skip_key_backup": "I don't want my encrypted messages"
},
"misconfigured_body": "Ask your %(brand)s admin to check <a>your config</a> for incorrect or duplicate entries.",
"misconfigured_title": "Your %(brand)s is misconfigured",
"mobile_create_account_title": "You're about to create an account on %(hsName)s",
"msisdn_field_description": "Other users can invite you to rooms using your contact details",
"msisdn_field_label": "Phone",
"msisdn_field_number_invalid": "That phone number doesn't look quite right, please check and try again",
"msisdn_field_required_invalid": "Enter phone number",
"no_hs_url_provided": "No homeserver URL provided",
"oidc": {
"error_title": "We couldn't log you in",
"generic_auth_error": "Something went wrong during authentication. Go to the sign in page and try again.",
"missing_or_invalid_stored_state": "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again."
},
"password_field_keep_going_prompt": "Keep going…",
"password_field_label": "Enter password",
"password_field_strong_label": "Nice, strong password!",
"password_field_weak_label": "Password is allowed, but unsafe",
"phone_label": "Phone",
"phone_optional_label": "Phone (optional)",
"qr_code_login": {
"check_code_explainer": "This will verify that the connection to your other device is secure.",
"check_code_heading": "Enter the number shown on your other device",
"check_code_input_label": "2-digit code",
"check_code_mismatch": "The numbers don't match",
"completing_setup": "Completing set up of your new device",
"error_etag_missing": "An unexpected error occurred. This may be due to a browser extension, proxy server, or server misconfiguration.",
"error_expired": "Sign in expired. Please try again.",
"error_expired_title": "The sign in was not completed in time",
"error_insecure_channel_detected": "A secure connection could not be made to the new device. Your existing devices are still safe and you don't need to worry about them.",
"error_insecure_channel_detected_instructions": "Now what?",
"error_insecure_channel_detected_instructions_1": "Try signing in to the other device again with a QR code in case this was a network problem",
"error_insecure_channel_detected_instructions_2": "If you encounter the same problem, try a different wifi network or use your mobile data instead of wifi",
"error_insecure_channel_detected_instructions_3": "If that doesn't work, sign in manually",
"error_insecure_channel_detected_title": "Connection not secure",
"error_other_device_already_signed_in": "You don’t need to do anything else.",
"error_other_device_already_signed_in_title": "Your other device is already signed in",
"error_rate_limited": "Too many attempts in a short time. Wait some time before trying again.",
"error_unexpected": "An unexpected error occurred. The request to connect your other device has been cancelled.",
"error_unsupported_protocol": "This device does not support signing in to the other device with a QR code.",
"error_unsupported_protocol_title": "Other device not compatible",
"error_user_cancelled": "The sign in was cancelled on the other device.",
"error_user_cancelled_title": "Sign in request cancelled",
"error_user_declined": "You or the account provider declined the sign in request.",
"error_user_declined_title": "Sign in declined",
"follow_remaining_instructions": "Follow the remaining instructions",
"open_element_other_device": "Open %(brand)s on your other device",
"point_the_camera": "Scan the QR code shown here",
"scan_code_instruction": "Scan the QR code with another device",
"scan_qr_code": "Sign in with QR code",
"security_code": "Security code",
"security_code_prompt": "If asked, enter the code below on your other device.",
"select_qr_code": "Select \"%(scanQRCode)s\"",
"unsupported_explainer": "Your account provider doesn't support signing into a new device with a QR code.",
"unsupported_heading": "QR code not supported",
"waiting_for_device": "Waiting for device to sign in"
},
"register_action": "Create Account",
"registration": {
"continue_without_email_description": "Just a heads up, if you don't add an email and forget your password, you could <b>permanently lose access to your account</b>.",
"continue_without_email_field_label": "Email (optional)",
"continue_without_email_title": "Continuing without email"
},
"registration_disabled": "Registration has been disabled on this homeserver.",
"registration_msisdn_field_required_invalid": "Enter phone number (required on this homeserver)",
"registration_successful": "Registration Successful",
"registration_username_in_use": "Someone already has that username. Try another or if it is you, sign in below.",
"registration_username_unable_check": "Unable to check if username has been taken. Try again later.",
"registration_username_validation": "Use lowercase letters, numbers, dashes and underscores only",
"reset_password": {
"confirm_new_password": "Confirm new password",
"devices_logout_success": "You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device.",
"other_devices_logout_warning_1": "Signing out your devices will delete the message encryption keys stored on them, making encrypted chat history unreadable.",
"other_devices_logout_warning_2": "If you want to retain access to your chat history in encrypted rooms, set up Key Backup or export your message keys from one of your other devices before proceeding.",
"password_not_entered": "A new password must be entered.",
"passwords_mismatch": "New passwords must match each other.",
"rate_limit_error": "Too many attempts in a short time. Wait some time before trying again.",
"rate_limit_error_with_time": "Too many attempts in a short time. Retry after %(timeout)s.",
"reset_successful": "Your password has been reset.",
"return_to_login": "Return to login screen",
"sign_out_other_devices": "Sign out of all devices"
},
"reset_password_action": "Reset password",
"reset_password_button": "Forgot password?",
"reset_password_email_field_description": "Use an email address to recover your account",
"reset_password_email_field_required_invalid": "Enter email address (required on this homeserver)",
"reset_password_email_not_associated": "Your email address does not appear to be associated with a Matrix ID on this homeserver.",
"reset_password_email_not_found_title": "This email address was not found",
"reset_password_title": "Reset your password",
"server_picker_custom": "Other homeserver",
"server_picker_description": "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use %(brand)s with an existing Matrix account on a different homeserver.",
"server_picker_description_matrix.org": "Join millions for free on the largest public server",
"server_picker_dialog_title": "Decide where your account is hosted",
"server_picker_explainer": "Use your preferred Matrix homeserver if you have one, or host your own.",
"server_picker_failed_validate_homeserver": "Unable to validate homeserver",
"server_picker_intro": "We call the places where you can host your account 'homeservers'.",
"server_picker_invalid_url": "Invalid URL",
"server_picker_learn_more": "About homeservers",
"server_picker_matrix.org": "Matrix.org is the biggest public homeserver in the world, so it's a good place for many.",
"server_picker_required": "Specify a homeserver",
"server_picker_title": "Sign into your homeserver",
"server_picker_title_default": "Server Options",
"server_picker_title_registration": "Host account on",
"session_logged_out_description": "For security, this session has been signed out. Please sign in again.",
"session_logged_out_title": "Signed Out",
"set_email": {
"description": "This will allow you to reset your password and receive notifications.",
"verification_pending_description": "Please check your email and click on the link it contains. Once this is done, click continue.",
"verification_pending_title": "Verification Pending"
},
"set_email_prompt": "Do you want to set an email address?",
"sign_in_description": "Use your account to continue.",
"sign_in_instead": "Sign in instead",
"sign_in_instead_prompt": "Already have an account? <a>Sign in here</a>",
"sign_in_or_register": "Sign In or Create Account",
"sign_in_or_register_description": "Use your account or create a new one to continue.",
"sign_in_prompt": "Got an account? <a>Sign in</a>",
"sign_in_with_sso": "Sign in with single sign-on",
"signing_in": "Signing In…",
"soft_logout": {
"clear_data_button": "Clear all data",
"clear_data_description": "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.",
"clear_data_title": "Clear all data in this session?"
},
"soft_logout_heading": "You're signed out",
"soft_logout_intro_password": "Enter your password to sign in and regain access to your account.",
"soft_logout_intro_sso": "Sign in and regain access to your account.",
"soft_logout_intro_unsupported_auth": "You cannot sign in to your account. Please contact your homeserver admin for more information.",
"soft_logout_subheading": "Clear personal data",
"soft_logout_warning": "Warning: your personal data (including encryption keys) is still stored in this session. Clear it if you're finished using this session, or want to sign in to another account.",
"sso": "Single Sign On",
"sso_complete_in_browser_dialog_title": "Go to your browser to complete Sign In",
"sso_failed_missing_storage": "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.",
"sso_or_username_password": "%(ssoButtons)s Or %(usernamePassword)s",
"sync_footer_subtitle": "If you've joined lots of rooms, this might take a while",
"syncing": "Syncing…",
"uia": {
"code": "Code",
"email": "To create your account, open the link in the email we just sent to %(emailAddress)s.",
"email_auth_header": "Check your email to continue",
"email_resend_prompt": "Did not receive it? <a>Resend it</a>",
"email_resent": "Resent!",
"fallback_button": "Start authentication",
"mas_cross_signing_reset_cta": "Continue to account",
"mas_cross_signing_reset_description": "You're about to go to your %(serverName)s account to reset your identity. Once you have completed reset on your account, please return here and click Retry.",
"mas_cross_signing_reset_title": "Go to your account to reset your identity",
"msisdn": "A text message has been sent to %(msisdn)s",
"msisdn_token_incorrect": "Token incorrect",
"msisdn_token_prompt": "Please enter the code it contains:",
"password_prompt": "Confirm your identity by entering your account password below.",
"recaptcha_missing_params": "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.",
"registration_token_label": "Registration token",
"registration_token_prompt": "Enter a registration token provided by the homeserver administrator.",
"sso_body": "Confirm adding this email address by using Single Sign On to prove your identity.",
"sso_failed": "Something went wrong in confirming your identity. Cancel and try again.",
"sso_postauth_body": "Click the button below to confirm your identity.",
"sso_postauth_title": "Confirm to continue",
"sso_preauth_body": "To continue, use Single Sign On to prove your identity.",
"sso_title": "Use Single Sign On to continue",
"terms": "Please review and accept the policies of this homeserver:",
"terms_invalid": "Please review and accept all of the homeserver's policies"
},
"unsupported_auth": "This homeserver doesn't offer any login flows that are supported by this client.",
"unsupported_auth_email": "This homeserver does not support login using email address.",
"unsupported_auth_msisdn": "This server does not support authentication with a phone number.",
"username_field_required_invalid": "Enter username",
"username_in_use": "Someone already has that username, please try another.",
"verify_email_explainer": "We need to know it’s you before resetting your password. Click the link in the email we just sent to <b>%(email)s</b>",
"verify_email_heading": "Verify your email to continue"
},
"bug_reporting": {
"additional_context": "If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here.",
"before_submitting": "We recommend <a>creating a GitHub issue</a> to ensure that your report is reviewed.",
"collecting_information": "Collecting app version information",
"collecting_logs": "Collecting logs",
"create_new_issue": "Please <newIssueLink>create a new issue</newIssueLink> on GitHub so that we can investigate this bug.",
"description": "Debug logs contain application usage data including your username, the IDs or aliases of the rooms you have visited, which UI elements you last interacted with, and the usernames of other users. They do not contain messages.",
"download_logs": "Download logs",
"downloading_logs": "Downloading logs",
"error_empty": "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.",
"failed_download_logs": "Failed to download debug logs: ",
"failed_send_logs_causes": {
"disallowed_app": "Your bug report was rejected. The rageshake server does not support this application.",
"rejected_generic": "Your bug report was rejected. The rageshake server rejected the contents of the report due to a policy.",
"rejected_recovery_key": "Your bug report was rejected for safety reasons, as it contained a recovery key.",
"rejected_version": "Your bug report was rejected as the version you are running is too old.",
"server_unknown_error": "The rageshake server encountered an unknown error and could not handle the report.",
"unknown_error": "Failed to send logs."
},
"github_issue": "GitHub issue",
"introduction": "If you've submitted a bug via GitHub, debug logs can help us track down the problem. ",
"log_request": "To help us prevent this in future, please <a>send us logs</a>.",
"logs_sent": "Logs sent",
"matrix_security_issue": "To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.",
"preparing_download": "Preparing to download logs",
"preparing_logs": "Preparing to send logs",
"send_logs": "Send logs",
"submit_debug_logs": "Submit debug logs",
"textarea_label": "Notes",
"thank_you": "Thank you!",
"title": "Bug reporting",
"unsupported_browser": "Reminder: Your browser is unsupported, so your experience may be unpredictable.",
"uploading_logs": "Uploading logs",
"waiting_for_server": "Waiting for response from server"
},
"cannot_invite_without_identity_server": "Cannot invite user by email without an identity server. You can connect to one under \"Settings\".",
"cannot_reach_homeserver": "Cannot reach homeserver",
"cannot_reach_homeserver_detail": "Ensure you have a stable internet connection, or get in touch with the server admin",
"cant_load_page": "Couldn't load page",
"chat_card_back_action_label": "Back to chat",
"chat_effects": {
"confetti_description": "Sends the given message with confetti",
"confetti_message": "sends confetti",
"fireworks_description": "Sends the given message with fireworks",
"fireworks_message": "sends fireworks",
"hearts_description": "Sends the given message with hearts",
"hearts_message": "sends hearts",
"rainfall_description": "Sends the given message with rainfall",
"rainfall_message": "sends rainfall",
"snowfall_description": "Sends the given message with snowfall",
"snowfall_message": "sends snowfall",
"spaceinvaders_description": "Sends the given message with a space themed effect",
"spaceinvaders_message": "sends space invaders"
},
"common": {
"access_token": "Access Token",
"accessibility": "Accessibility",
"advanced": "Advanced",
"all_chats": "All Chats",
"analytics": "Analytics",
"and_n_others": {
"one": "and one other...",
"other": "and %(count)s others..."
},
"appearance": "Appearance",
"application": "Application",
"are_you_sure": "Are you sure?",
"attachment": "Attachment",
"authentication": "Authentication",
"avatar": "Avatar",
"beta": "Beta",
"camera": "Camera",
"cameras": "Cameras",
"cancel": "Cancel",
"capabilities": "Capabilities",
"copied": "Copied!",
"credits": "Credits",
"dark": "Dark",
"description": "Description",
"deselect_all": "Deselect all",
"device": "Device",
"edited": "edited",
"email_address": "Email address",
"emoji": "Emoji",
"encrypted": "Encrypted",
"encryption_enabled": "Encryption enabled",
"error": "Error",
"faq": "FAQ",
"favourites": "Favourites",
"feedback": "Feedback",
"filter_results": "Filter results",
"forward_message": "Forward message",
"general": "General",
"go_to_settings": "Go to Settings",
"guest": "Guest",
"help": "Help",
"historical": "Historical",
"home": "Home",
"homeserver": "Homeserver",
"identity_server": "Identity server",
"image": "Image",
"integration_manager": "Integration manager",
"joined": "Joined",
"labs": "Labs",
"legal": "Legal",
"light": "Light",
"loading": "Loading…",
"location": "Location",
"low_priority": "Low priority",
"matrix": "Matrix",
"message": "Message",
"message_layout": "Message layout",
"message_timestamp_invalid": "Invalid timestamp",
"microphone": "Microphone",
"model": "Model",
"moderation_and_safety": "Moderation and safety",
"modern": "Modern",
"mute": "Mute",
"n_members": {
"one": "%(count)s member",
"other": "%(count)s members"
},
"n_rooms": {
"one": "%(count)s room",
"other": "%(count)s rooms"
},
"name": "Name",
"no_results": "No results",
"no_results_found": "No results found",
"not_trusted": "Not trusted",
"off": "Off",
"offline": "Offline",
"on": "On",
"options": "Options",
"orphan_rooms": "Other rooms",
"password": "Password",
"people": "People",
"preferences": "Preferences",
"presence": "Presence",
"preview_message": "Hey you. You're the best!",
"privacy": "Privacy",
"private": "Private",
"private_room": "Private room",
"private_space": "Private space",
"profile": "Profile",
"public": "Public",
"public_room": "Public room",
"public_space": "Public space",
"qr_code": "QR Code",
"random": "Random",
"reactions": "Reactions",
"recommended": "Recommended",
"report_a_bug": "Report a bug",
"room": "Room",
"room_name": "Room name",
"rooms": "Rooms",
"save": "Save",
"saved": "Saved",
"saving": "Saving…",
"secure_backup": "Secure Backup",
"select_all": "Select all",
"server": "Server",
"settings": "Settings",
"setup_secure_messages": "Set up Secure Messages",
"show_more": "Show more",
"someone": "Someone",
"space": "Space",
"spaces": "Spaces",
"sticker": "Sticker",
"stickerpack": "Stickerpack",
"success": "Success",
"suggestions": "Suggestions",
"support": "Support",
"system_alerts": "System Alerts",
"theme": "Theme",
"thread": "Thread",
"threads": "Threads",
"timeline": "Timeline",
"unavailable": "unavailable",
"unencrypted": "Not encrypted",
"unmute": "Unmute",
"unnamed_room": "Unnamed Room",
"unnamed_space": "Unnamed Space",
"unverified": "Unverified",
"updating": "Updating...",
"user": "User",
"user_avatar": "Profile picture",
"username": "Username",
"verified": "Verified",
"version": "Version",
"video": "Video",
"video_room": "Video room",
"view_message": "View message",
"warning": "Warning"
},
"composer": {
"autocomplete": {
"@room_description": "Notify the whole room",
"command_a11y": "Command Autocomplete",
"command_description": "Commands",
"emoji_a11y": "Emoji Autocomplete",
"notification_a11y": "Notification Autocomplete",
"notification_description": "Room Notification",
"room_a11y": "Room Autocomplete",
"space_a11y": "Space Autocomplete",
"user_a11y": "User Autocomplete",
"user_description": "Users"
},
"close_sticker_picker": "Hide stickers",
"edit_composer_label": "Edit message",
"format_bold": "Bold",
"format_code_block": "Code block",
"format_decrease_indent": "Indent decrease",
"format_increase_indent": "Indent increase",
"format_inline_code": "Code",
"format_insert_link": "Insert link",
"format_italic": "Italic",
"format_italics": "Italics",
"format_link": "Link",
"format_ordered_list": "Numbered list",
"format_strikethrough": "Strikethrough",
"format_underline": "Underline",
"format_unordered_list": "Bulleted list",
"formatting_toolbar_label": "Formatting",
"link_modal": {
"link_field_label": "Link",
"text_field_label": "Text",
"title_create": "Create a link",
"title_edit": "Edit link"
},
"mode_plain": "Hide formatting",
"mode_rich_text": "Show formatting",
"no_perms_notice": "You do not have permission to post to this room",
"placeholder": "Send an unencrypted message…",
"placeholder_encrypted": "Send a message…",
"placeholder_reply": "Send an unencrypted reply…",
"placeholder_reply_encrypted": "Send a reply…",
"placeholder_thread": "Reply to unencrypted thread…",
"placeholder_thread_encrypted": "Reply to thread…",
"poll_button": "Poll",
"poll_button_no_perms_description": "You do not have permission to start polls in this room.",
"poll_button_no_perms_title": "Permission Required",
"replying_title": "Replying",
"room_unencrypted": "Messages in this room are not end-to-end encrypted",
"room_upgraded_link": "The conversation continues here.",
"room_upgraded_notice": "This room has been replaced and is no longer active.",
"send_button_title": "Send message",
"send_button_voice_message": "Send voice message",
"send_voice_message": "Send voice message",
"stop_voice_message": "Stop recording",
"voice_message_button": "Voice Message"
},
"console_dev_note": "If you know what you're doing, Element is open-source, be sure to check out our GitHub (https://github.com/vector-im/element-web/) and contribute!",
"console_scam_warning": "If someone told you to copy/paste something here, there is a high likelihood you're being scammed!",
"console_wait": "Wait!",
"create_room": {
"action_create_room": "Create room",
"action_create_video_room": "Create video room",
"encrypted_video_room_warning": "You can't disable this later. The room will be encrypted but the embedded call will not.",
"encrypted_warning": "You can't disable this later. Bridges & most bots won't work yet.",
"encryption_forced": "Your server requires encryption to be enabled in private rooms.",
"encryption_label": "Enable end-to-end encryption",
"error_title": "Failure to create room",
"generic_error": "Server may be unavailable, overloaded, or you hit a bug.",
"join_rule_change_notice": "You can change this at any time from room settings.",
"join_rule_invite": "Private room (invite only)",
"join_rule_invite_label": "Only people invited will be able to find and join this room.",
"join_rule_knock_label": "Anyone can request to join, but admins or moderators need to grant access. You can change this later.",
"join_rule_public_label": "Anyone will be able to find and join this room.",
"join_rule_public_parent_space_label": "Anyone will be able to find and join this room, not just members of <SpaceName/>.",
"join_rule_restricted": "Visible to space members",
"join_rule_restricted_label": "Everyone in <SpaceName/> will be able to find and join this room.",
"name_validation_required": "Please enter a name for the room",
"room_visibility_label": "Room visibility",
"title_private_room": "Create a private room",
"title_public_room": "Create a public room",
"title_video_room": "Create a video room",
"topic_label": "Topic (optional)",
"unfederated": "Block anyone not part of %(serverName)s from ever joining this room.",
"unfederated_label_default_off": "You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.",
"unfederated_label_default_on": "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.",
"unsupported_version": "The server does not support the room version specified."
},
"create_space": {
"add_details_prompt": "Add some details to help people recognise it.",
"add_details_prompt_2": "You can change these anytime.",
"add_existing_rooms_description": "Pick rooms or conversations to add. This is just a space for you, no one will be informed. You can add more later.",
"add_existing_rooms_heading": "What do you want to organise?",
"address_label": "Address",
"address_placeholder": "e.g. my-space",
"creating": "Creating…",
"creating_rooms": "Creating rooms…",
"done_action": "Go to my space",
"done_action_first_room": "Go to my first room",
"explainer": "Spaces are a new way to group rooms and people. What kind of Space do you want to create? You can change this later.",
"failed_create_initial_rooms": "Failed to create initial space rooms",
"failed_invite_users": "Failed to invite the following users to your space: %(csvUsers)s",
"invite_teammates_by_username": "Invite by username",
"invite_teammates_description": "Make sure the right people have access. You can invite more later.",
"invite_teammates_heading": "Invite your teammates",
"inviting_users": "Inviting…",
"label": "Create a space",
"name_required": "Please enter a name for the space",
"personal_space": "Just me",
"personal_space_description": "A private space to organise your rooms",
"private_description": "Invite only, best for yourself or teams",
"private_heading": "Your private space",
"private_only_heading": "Your space",
"private_personal_description": "Make sure the right people have access to %(name)s",
"private_personal_heading": "Who are you working with?",
"private_space": "Me and my teammates",
"private_space_description": "A private space for you and your teammates",
"public_description": "Open space for anyone, best for communities",
"public_heading": "Your public space",
"search_public_button": "Search for public spaces",
"setup_rooms_community_description": "Let's create a room for each of them.",
"setup_rooms_community_heading": "What are some things you want to discuss in %(spaceName)s?",
"setup_rooms_description": "You can add more later too, including already existing ones.",
"setup_rooms_private_description": "We'll create rooms for each of them.",
"setup_rooms_private_heading": "What projects are your team working on?",
"share_description": "It's just you at the moment, it will be even better with others.",
"share_heading": "Share %(name)s",
"skip_action": "Skip for now",
"subspace_adding": "Adding…",
"subspace_beta_notice": "Add a space to a space you manage.",
"subspace_dropdown_title": "Create a space",
"subspace_existing_space_prompt": "Want to add an existing space instead?",
"subspace_join_rule_invite_description": "Only people invited will be able to find and join this space.",
"subspace_join_rule_invite_only": "Private space (invite only)",
"subspace_join_rule_label": "Space visibility",
"subspace_join_rule_public_description": "Anyone will be able to find and join this space, not just members of <SpaceName/>.",
"subspace_join_rule_restricted_description": "Anyone in <SpaceName/> will be able to find and join."
},
"credits": {
"default_cover_photo": "The <photo>default cover photo</photo> is © <author>Jesús Roncero</author> used under the terms of <terms>CC-BY-SA 4.0</terms>.",
"twemoji": "The <twemoji>Twemoji</twemoji> emoji art is © <author>Twitter, Inc and other contributors</author> used under the terms of <terms>CC-BY 4.0</terms>.",
"twemoji_colr": "The <colr>twemoji-colr</colr> font is © <author>Mozilla Foundation</author> used under the terms of <terms>Apache 2.0</terms>."
},
"decline_invitation_dialog": {
"confirm": "Are you sure you want to decline the invitation to join \"%(roomName)s\"?",
"ignore_user_help": "You will not see any messages or room invites from this user.",
"reason_description": "Describe the reason for reporting the room.",
"report_room_description": "Report this room to your account provider.",
"title": "Decline invitation"
},
"desktop_default_device_name": "%(brand)s Desktop: %(platformName)s",
"devtools": {
"active_widgets": "Active Widgets",
"category_other": "Other",
"category_room": "Room",
"caution_colon": "Caution:",
"client_versions": "Client Versions",
"crypto": {
"4s_public_key_in_account_data": "in account data",
"4s_public_key_not_in_account_data": "not found",
"4s_public_key_status": "Secret storage public key:",
"backup_key_cached": "cached locally",
"backup_key_cached_status": "Backup key cached:",
"backup_key_not_stored": "not stored",
"backup_key_stored": "in secret storage",
"backup_key_stored_status": "Backup key stored:",
"backup_key_unexpected_type": "unexpected type",
"backup_key_well_formed": "well formed",
"cross_signing": "Cross-signing",
"cross_signing_cached": "cached locally",
"cross_signing_not_ready": "Cross-signing is not set up.",
"cross_signing_private_keys_in_storage": "in secret storage",
"cross_signing_private_keys_in_storage_status": "Cross-signing private keys:",
"cross_signing_private_keys_not_in_storage": "not found in storage",
"cross_signing_public_keys_on_device": "in memory",
"cross_signing_public_keys_on_device_status": "Cross-signing public keys:",
"cross_signing_ready": "Cross-signing is ready for use.",
"cross_signing_status": "Cross-signing status:",
"cross_signing_untrusted": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.",
"crypto_not_available": "Cryptographic module is not available",
"device_id": "Device ID",
"key_backup_active_version": "Active backup version:",
"key_backup_active_version_none": "None",
"key_backup_inactive_warning": "Your keys are not being backed up from this session.",
"key_backup_latest_version": "Latest backup version on server:",
"key_storage": "Key Storage",
"master_private_key_cached_status": "Master private key:",
"not_found": "not found",
"not_found_locally": "not found locally",
"secret_storage_not_ready": "not ready",
"secret_storage_ready": "ready",
"secret_storage_status": "Secret storage:",
"self_signing_private_key_cached_status": "Self signing private key:",
"session": "Session",
"session_fingerprint": "Fingerprint (session key)",
"title": "End-to-end encryption",
"user_signing_private_key_cached_status": "User signing private key:"
},
"developer_mode": "Developer mode",
"developer_tools": "Developer Tools",
"edit_setting": "Edit setting",
"edit_values": "Edit values",
"empty_string": "<empty string>",
"event_content": "Event Content",
"event_id": "Event ID: %(eventId)s",
"event_sent": "Event sent!",
"event_type": "Event Type",
"explore_account_data": "Explore account data",
"explore_room_account_data": "Explore room account data",
"explore_room_state": "Explore room state",
"failed_to_find_widget": "There was an error finding this widget.",
"failed_to_load": "Failed to load.",
"failed_to_save": "Failed to save settings.",
"failed_to_send": "Failed to send event!",
"id": "ID: ",
"invalid_json": "Doesn't look like valid JSON.",
"level": "Level",
"low_bandwidth_mode": "Low bandwidth mode",
"low_bandwidth_mode_description": "Requires compatible homeserver.",
"main_timeline": "Main timeline",
"manual_device_verification": "Manual device verification",
"no_receipt_found": "No receipt found",
"notification_state": "Notification state is <strong>%(notificationState)s</strong>",
"notifications_debug": "Notifications debug",
"number_of_users": "Number of users",
"original_event_source": "Original event source",
"room_encrypted": "Room is <strong>encrypted ✅</strong>",
"room_id": "Room ID: %(roomId)s",
"room_not_encrypted": "Room is <strong>not encrypted 🚨</strong>",
"room_notifications_dot": "Dot: ",
"room_notifications_highlight": "Highlight: ",
"room_notifications_last_event": "Last event:",
"room_notifications_sender": "Sender: ",
"room_notifications_thread_id": "Thread Id: ",
"room_notifications_total": "Total: ",
"room_notifications_type": "Type: ",
"room_status": "Room status",
"room_unread_status_count": {
"one": "Room unread status: <strong>%(status)s</strong>, count: <strong>%(count)s</strong>",
"other": "Room unread status: <strong>%(status)s</strong>, count: <strong>%(count)s</strong>"
},
"save_setting_values": "Save setting values",
"see_history": "See history",
"send_custom_account_data_event": "Send custom account data event",
"send_custom_room_account_data_event": "Send custom room account data event",
"send_custom_state_event": "Send custom state event",
"send_custom_timeline_event": "Send custom timeline event",
"server_info": "Server info",
"server_versions": "Server Versions",
"settable_global": "Settable at global",
"settable_room": "Settable at room",
"setting_colon": "Setting:",
"setting_definition": "Setting definition:",
"setting_id": "Setting ID",
"settings": {
"elementCallUrl": "Element Call URL"
},
"settings_explorer": "Settings explorer",
"show_empty_content_events": "Show events with empty content",
"show_hidden_events": "Show hidden events in timeline",
"spaces": {
"one": "<space>",
"other": "<%(count)s spaces>"
},
"state_key": "State Key",
"thread_root_id": "Thread Root ID: %(threadRootId)s",
"threads_timeline": "Threads timeline",
"title": "Developer tools",
"toggle_event": "toggle event",
"toolbox": "Toolbox",
"use_at_own_risk": "This UI does NOT check the types of the values. Use at your own risk.",
"user_read_up_to": "User read up to: ",
"user_read_up_to_ignore_synthetic": "User read up to (ignoreSynthetic): ",
"user_read_up_to_private": "User read up to (m.read.private): ",
"user_read_up_to_private_ignore_synthetic": "User read up to (m.read.private;ignoreSynthetic): ",
"value": "Value",
"value_colon": "Value:",
"value_in_this_room": "Value in this room",
"value_this_room_colon": "Value in this room:",
"values_explicit": "Values at explicit levels",
"values_explicit_colon": "Values at explicit levels:",
"values_explicit_room": "Values at explicit levels in this room",
"values_explicit_this_room_colon": "Values at explicit levels in this room:",
"view_servers_in_room": "View servers in room",
"view_source_decrypted_event_source": "Decrypted event source",
"view_source_decrypted_event_source_unavailable": "Decrypted source unavailable",
"widget_screenshots": "Enable widget screenshots on supported widgets"
},
"dialog_close_label": "Close dialog",
"download_completed": "Download Completed",
"emoji": {
"categories": "Categories",
"category_activities": "Activities",
"category_animals_nature": "Animals & Nature",
"category_flags": "Flags",
"category_food_drink": "Food & Drink",
"category_frequently_used": "Frequently Used",
"category_objects": "Objects",
"category_smileys_people": "Smileys & People",
"category_symbols": "Symbols",
"category_travel_places": "Travel & Places",
"quick_reactions": "Quick Reactions"
},
"emoji_picker": {
"cancel_search_label": "Cancel search"
},
"empty_room": "Empty room",
"empty_room_was_name": "Empty room (was %(oldName)s)",
"encryption": {
"access_secret_storage_dialog": {
"alternatives": "If you have a security key or security phrase, this will work too.",
"key_validation_text": {
"wrong_security_key": "The recovery key you entered is not correct."
},
"privacy_warning": "Make sure nobody can see this screen!",
"restoring": "Restoring keys from backup",
"security_key_label": "Recovery key",
"security_key_title": "Enter your recovery key"
},
"bootstrap_title": "Setting up keys",
"confirm_encryption_setup_body": "Click the button below to confirm setting up encryption.",
"confirm_encryption_setup_title": "Confirm encryption setup",
"cross_signing_room_normal": "This room is end-to-end encrypted",
"cross_signing_room_verified": "Everyone in this room is verified",
"cross_signing_room_warning": "Someone is using an unknown session",
"cross_signing_user_normal": "You have not verified this user.",
"cross_signing_user_verified": "You have verified this user. This user has verified all of their sessions.",
"cross_signing_user_warning": "This user has not verified all of their sessions.",
"enter_recovery_key": "Enter recovery key",
"event_shield_reason_authenticity_not_guaranteed": "The authenticity of this encrypted message can't be guaranteed on this device.",
"event_shield_reason_mismatched_sender": "The sender of the event does not match the owner of the device that sent it.",
"event_shield_reason_mismatched_sender_key": "Encrypted by an unverified session",
"event_shield_reason_unknown_device": "Encrypted by an unknown or deleted device.",
"event_shield_reason_unsigned_device": "Encrypted by a device not verified by its owner.",
"event_shield_reason_unverified_identity": "Encrypted by an unverified user.",
"export_unsupported": "Your browser does not support the required cryptography extensions",
"forgot_recovery_key": "Forgot recovery key?",
"import_invalid_keyfile": "Not a valid %(brand)s keyfile",
"import_invalid_passphrase": "Authentication check failed: incorrect password?",
"key_storage_out_of_sync": "Your key storage is out of sync.",
"key_storage_out_of_sync_description": "Confirm your recovery key to maintain access to your key storage and message history.",
"messages_not_secure": {
"cause_1": "Your homeserver",
"cause_2": "The homeserver the user you're verifying is connected to",
"cause_3": "Yours, or the other users' internet connection",
"cause_4": "Yours, or the other users' session",
"heading": "One of the following may be compromised:",
"title": "Your messages are not secure"
},
"new_recovery_method_detected": {
"description_1": "A new Security Phrase and key for Secure Messages have been detected.",
"description_2": "This session is encrypting history using the new recovery method.",
"title": "New Recovery Method",
"warning": "If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings."
},
"pinned_identity_changed": "%(displayName)s's (<b>%(userId)s</b>) identity was reset. <a>Learn more</a>",
"pinned_identity_changed_no_displayname": "<b>%(userId)s</b>'s identity was reset. <a>Learn more</a>",
"recovery_method_removed": {
"description_1": "This session has detected that your Security Phrase and key for Secure Messages have been removed.",
"description_2": "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.",
"title": "Recovery Method Removed",
"warning": "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings."
},
"set_up_recovery": "Set up recovery",
"set_up_recovery_toast_description": "Generate a recovery key that can be used to restore your encrypted message history in case you lose access to your devices.",
"set_up_toast_title": "Set up Secure Backup",
"setup_secure_backup": {
"explainer": "Back up your keys before signing out to avoid losing them."
},
"turn_on_key_storage": "Turn on key storage",
"turn_on_key_storage_description": "Store your cryptographic identity and message keys securely on the server. This will allow you to view your message history on any new devices.",
"udd": {
"interactive_verification_button": "Interactively verify by emoji",
"other_ask_verify_text": "Ask this user to verify their session, or manually verify it below.",
"other_new_session_text": "%(name)s (%(userId)s) signed in to a new session without verifying it:",
"own_ask_verify_text": "Verify your other session using one of the options below.",
"own_new_session_text": "You signed in to a new session without verifying it:",
"title": "Not Trusted"
},
"unable_to_setup_keys_error": "Unable to set up keys",
"verification": {
"accepting": "Accepting…",
"after_new_login": {
"device_verified": "Device verified",
"skip_verification": "Skip verification for now",
"verify_this_device": "Verify this device"
},
"cancelled_verification": "Either the request timed out, the request was denied, or there was a verification mismatch.",
"cancelling": "Cancelling…",
"cant_confirm": "Can't confirm?",
"complete_action": "Got It",
"complete_description": "You've successfully verified this user.",
"complete_title": "Verified!",