Add test on RustCheckCodeSender

This commit is contained in:
Benoit Marty 2025-12-16 20:03:33 +01:00
parent b5fdc179c7
commit 086229f5dc
4 changed files with 53 additions and 1 deletions

View file

@ -38,6 +38,8 @@
<string name="screen_qr_code_login_error_cancelled_title">"Sign in request cancelled"</string>
<string name="screen_qr_code_login_error_declined_subtitle">"The sign in was declined on the other device."</string>
<string name="screen_qr_code_login_error_declined_title">"Sign in declined"</string>
<string name="screen_qr_code_login_error_device_already_signed_in_subtitle">"You dont need to do anything else."</string>
<string name="screen_qr_code_login_error_device_already_signed_in_title">"Your other device is already signed in"</string>
<string name="screen_qr_code_login_error_expired_subtitle">"Sign in expired. Please try again."</string>
<string name="screen_qr_code_login_error_expired_title">"The sign in was not completed in time"</string>
<string name="screen_qr_code_login_error_linking_not_suported_subtitle">"Your other device does not support signing in to %s with a QR code.

View file

@ -60,6 +60,8 @@
<string name="screen_qr_code_login_error_cancelled_title">"Sign in request cancelled"</string>
<string name="screen_qr_code_login_error_declined_subtitle">"The sign in was declined on the other device."</string>
<string name="screen_qr_code_login_error_declined_title">"Sign in declined"</string>
<string name="screen_qr_code_login_error_device_already_signed_in_subtitle">"You dont need to do anything else."</string>
<string name="screen_qr_code_login_error_device_already_signed_in_title">"Your other device is already signed in"</string>
<string name="screen_qr_code_login_error_expired_subtitle">"Sign in expired. Please try again."</string>
<string name="screen_qr_code_login_error_expired_title">"The sign in was not completed in time"</string>
<string name="screen_qr_code_login_error_linking_not_suported_subtitle">"Your other device does not support signing in to %s with a QR code.