Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"sourceLanguage" : "en",
"strings" : {
"%@" : {

},
"AccountDisabledError" : {
"comment" : "Error message displayed when the account is disabled. Use short/abbreviated translation for 'email' which is less than 15 chars.",
"extractionState" : "migrated",
Expand Down Expand Up @@ -250,6 +253,18 @@
}
}
},
"ConfirmPasswordInputLabel" : {
"comment" : "Input label for confirming password when signing up",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Confirm Password"
}
}
}
},
"Delete" : {
"comment" : "Text of Delete action button.",
"extractionState" : "manual",
Expand All @@ -261,9 +276,6 @@
}
}
}
},
"Delete account" : {

},
"DeleteAccountBody" : {
"comment" : "Alert message body shown to confirm account deletion action.",
Expand Down Expand Up @@ -317,7 +329,14 @@

},
"Don't have an account yet?" : {

"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Don't have an account yet?"
}
}
}
},
"EditEmailTitle" : {
"comment" : "Controller title shown when editing account email. Use short/abbreviated translation for 'email' which is less than 15 chars.",
Expand Down Expand Up @@ -367,9 +386,6 @@
}
}
},
"Email" : {
"comment" : "Label next to a email text field. Use short/abbreviated translation for 'email' which is less than 15 chars."
},
"EmailAlreadyInUseError" : {
"comment" : "Error message displayed when the email address is already in use. Use short/abbreviated translation for 'email' which is less than 15 chars.",
"extractionState" : "migrated",
Expand All @@ -382,6 +398,30 @@
}
}
},
"EmailLinkSignInLabel" : {
"comment" : "Button label to push user to email link sign-in",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Prefer Email link sign-in?"
}
}
}
},
"EmailLinkSignInTitle" : {
"comment" : "Sign in with email link View title",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Sign in with email link"
}
}
}
},
"EmailsDontMatch" : {
"comment" : "Error message displayed when after re-authorization current user's email and re-authorized user's email doesn't match. Use short/abbreviated translation for 'email' which is less than 15 chars.",
"extractionState" : "manual",
Expand All @@ -405,9 +445,6 @@
}
}
}
},
"Enter Password" : {

},
"EnterYourEmail" : {
"comment" : "Title for email entry screen, email text field placeholder. Use short/abbreviated translation for 'email' which is less than 15 chars.",
Expand Down Expand Up @@ -492,9 +529,6 @@
}
}
}
},
"Forgotten Password?" : {

},
"Instructions" : {

Expand Down Expand Up @@ -525,12 +559,16 @@
},
"Log in" : {

},
"Log in with password" : {

},
"Login" : {

"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Login"
}
}
}
},
"Name" : {
"comment" : "Label next to a name text field.",
Expand Down Expand Up @@ -569,9 +607,6 @@
}
},
"Password" : {
"comment" : "Label next to a password text field."
},
"Password Recovery" : {

},
"PasswordRecoveryEmailSentMessage" : {
Expand Down Expand Up @@ -693,18 +728,9 @@
}
}
}
},
"Please check your email for email sign-in link." : {

},
"Please check your email for password recovery instructions." : {

},
"Please check your email for verification link." : {

},
"Prefer Email link sign-in?" : {

},
"PrivacyPolicy" : {
"comment" : "Text linked to a web page with the Privacy Policy content.",
Expand Down Expand Up @@ -826,20 +852,20 @@
}
}
},
"Send email sign-in link" : {

},
"Sign in with email link" : {

},
"Sign out" : {

"SendEmailSignInLinkButtonLabel" : {
"comment" : "Button label for sending email sign-in link",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Send email sign-in link"
}
}
}
},
"Sign up" : {

},
"Signed in" : {

},
"SignedIn" : {
"comment" : "Title of successfully signed in label.",
Expand Down Expand Up @@ -936,9 +962,6 @@
}
}
}
},
"Submit" : {

},
"TermsOfService" : {
"comment" : "Text linked to a web page with the Terms of Service content.",
Expand Down Expand Up @@ -1049,7 +1072,15 @@
}
},
"Update password" : {

"comment" : "Update password button label",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Update password"
}
}
}
},
"UpdateEmailAlertMessage" : {
"comment" : "Alert action message shown before updating email action. Use short/abbreviated translation for 'email' which is less than 15 chars.",
Expand All @@ -1074,9 +1105,6 @@
}
}
}
},
"User: %@" : {

},
"UserNotFoundError" : {
"comment" : "Error message displayed when there's no account matching the email address. Use short/abbreviated translation for 'email' which is less than 15 chars.",
Expand All @@ -1091,7 +1119,15 @@
}
},
"Verify email address?" : {

"comment" : "Label for sending email verification to user.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Verify email address?"
}
}
}
},
"VerifyItsYou" : {
"comment" : "Alert message title show for re-authorization.",
Expand Down
Loading