Merge pull request #2941 from element-hq/sync-localazy

Sync Strings
This commit is contained in:
Benoit Marty 2024-05-29 16:27:17 +02:00 committed by GitHub
commit f5a0e83cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
126 changed files with 710 additions and 666 deletions

View file

@ -11,6 +11,8 @@
<string name="screen_qr_code_login_connection_note_secure_state_title">"Connection not secure"</string>
<string name="screen_qr_code_login_device_code_subtitle">"Youll be asked to enter the two digits shown on this device."</string>
<string name="screen_qr_code_login_device_code_title">"Enter the number below on your other device"</string>
<string name="screen_qr_code_login_device_not_signed_in_scan_state_subtitle">"Sign in to your other device and then try again, or use another device thats already signed in."</string>
<string name="screen_qr_code_login_device_not_signed_in_scan_state_title">"Other device not signed in"</string>
<string name="screen_qr_code_login_error_cancelled_subtitle">"The sign in was cancelled on the other device."</string>
<string name="screen_qr_code_login_error_cancelled_title">"Sign in request cancelled"</string>
<string name="screen_qr_code_login_error_declined_subtitle">"The request on your other device was not accepted."</string>