|
85 | 85 |
|
86 | 86 | <!-- phone number auth -->
|
87 | 87 | <string name="verify_phone_number_title" translation_description="Phone number entry form title">Enter your phone number</string>
|
88 |
| - <string name="invalid_phone_number" translation_description="Inline error when phone number entered is invalid">Enter a valid phone number.</string> |
| 88 | + <string name="invalid_phone_number" translation_description="Inline error when phone number entered is invalid">Enter a valid phone number</string> |
89 | 89 | <string name="enter_confirmation_code" translation_description="Phone number verification code entry form title">Enter the 6-digit code we sent to</string>
|
90 | 90 | <string name="resend_code_in" translation_description="Countdown timer text that the user needs to wait for before attempting to resend verification sms">Resend code in 0:%02d</string>
|
91 | 91 | <string name="verify_your_phone_title" translation_description="Button text to complete phone number verification">Verify your phone number</string>
|
92 | 92 | <string name="verifying" translation_description="Progress dialog text while phone number is being verified">Verifying …</string>
|
93 | 93 | <string name="retrieving_sms" translation_description="Progress dialog text when sms is being retrieved before auto-submit">Retrieving sms…</string>
|
94 | 94 | <string name="incorrect_code_dialog_body" translation_description="Inline error when incorrect sms verification code is being used to verify">Wrong code. Try again.</string>
|
95 | 95 | <string name="incorrect_code_dialog_positive_button_text" translation_description="Text to dismiss error alert dialog">OK</string>
|
96 |
| - <string name="error_too_many_attempts" translation_description="Error message when the phone number has been used too many times">This phone number has been used too many times.</string> |
97 |
| - <string name="error_quota_exceeded" translation_description="Error message when the Firebase project's quota has been exceeded.">There was a problem verifying your phone number.</string> |
98 |
| - <string name="error_session_expired" translation_description="Error message when SMS confirmation code has expired.">This code is no longer valid.</string> |
| 96 | + <string name="error_too_many_attempts" translation_description="Error message when the phone number has been used too many times">This phone number has been used too many times</string> |
| 97 | + <string name="error_quota_exceeded" translation_description="Error message when the Firebase project's quota has been exceeded.">There was a problem verifying your phone number</string> |
| 98 | + <string name="error_session_expired" translation_description="Error message when SMS confirmation code has expired.">This code is no longer valid</string> |
99 | 99 | <string name="sign_in_with_phone_number" translation_description="Label for phone number input form">Sign in with phone number</string>
|
100 | 100 | <string name="done" translation_description="Progress dialog success transition once sms is sent">Done</string>
|
101 | 101 | <string name="verified" translation_description="Progress dialog success transition when phone number was verified">Verified!</string>
|
|
0 commit comments