You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auth/src/main/res/values/strings.xml
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,15 +82,20 @@
82
82
<!-- accessibility -->
83
83
<stringname="accessibility_logo"translation_description="Content description for app logo">App logo</string>
84
84
<stringname="signed_in_with_specific_account"translation_description="Post signin message showing method of authentication">Signed in as <xliff:gid="email_addr"example="[email protected]"translation_description="">%1$s</xliff:g></string>
85
+
86
+
<!-- phone number auth -->
85
87
<stringname="verify_phone_number_title"translation_description="Phone number entry form title">Enter your phone number</string>
86
-
<stringname="invalid_phone_number"translation_description="Inline error when phone number entered is invalid">Invalid phone format</string>
88
+
<stringname="invalid_phone_number"translation_description="Inline error when phone number entered is invalid">Enter a valid phone number.</string>
87
89
<stringname="enter_confirmation_code"translation_description="Phone number verification code entry form title">Enter the 6-digit code we sent to</string>
88
90
<stringname="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>
89
91
<stringname="verify_your_phone_title"translation_description="Button text to complete phone number verification">Verify your phone number</string>
90
92
<stringname="verifying"translation_description="Progress dialog text while phone number is being verified">Verifying …</string>
91
93
<stringname="retrieving_sms"translation_description="Progress dialog text when sms is being retrieved before auto-submit">Retrieving sms…</string>
92
-
<stringname="incorrect_code_dialog_body"translation_description="Inline error when incorrect sms verification code is being used to verify">The code you entered is incorrect. Please try again</string>
94
+
<stringname="incorrect_code_dialog_body"translation_description="Inline error when incorrect sms verification code is being used to verify">Wrong code. Try again.</string>
93
95
<stringname="incorrect_code_dialog_positive_button_text"translation_description="Text to dismiss error alert dialog">OK</string>
96
+
<stringname="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
+
<stringname="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
+
<stringname="error_session_expired"translation_description="Error message when SMS confirmation code has expired.">This code is no longer valid.</string>
94
99
<stringname="sign_in_with_phone_number"translation_description="Label for phone number input form">Sign in with phone number</string>
95
100
<stringname="done"translation_description="Progress dialog success transition once sms is sent">Done</string>
96
101
<stringname="verified"translation_description="Progress dialog success transition when phone number was verified">Verified!</string>
0 commit comments