L11n keys
This commit is contained in:
@@ -321,12 +321,12 @@ const Redirecting: React.FC<RedirectingProps> = ({ onRetry }) => {
|
||||
return (
|
||||
<Content>
|
||||
<InfoIcon color="accent" fontSize="large" />
|
||||
<Typography variant="h3">Passkey verified</Typography>
|
||||
<Typography variant="h3">{t("passkey_verified")}</Typography>
|
||||
<Typography color="text.muted">
|
||||
Redirecting you back to the app...
|
||||
{t("redirecting_back_to_app")}
|
||||
</Typography>
|
||||
<Typography color="text.muted">
|
||||
You can close this window after the app opens.
|
||||
{t("redirect_close_instructions")}
|
||||
</Typography>
|
||||
<ButtonStack>
|
||||
<EnteButton
|
||||
@@ -345,7 +345,7 @@ const Redirecting: React.FC<RedirectingProps> = ({ onRetry }) => {
|
||||
type="button"
|
||||
variant="text"
|
||||
>
|
||||
Redirect again
|
||||
{t("redirect_again")}
|
||||
</EnteButton>
|
||||
</ButtonStack>
|
||||
</Content>
|
||||
|
||||
@@ -627,6 +627,10 @@
|
||||
"TRY_AGAIN": "Try again",
|
||||
"passkey_login_instructions": "Follow the steps from your browser to continue logging in.",
|
||||
"passkey_login": "Login with passkey",
|
||||
"passkey_verified": "Passkey verified",
|
||||
"redirecting_back_to_app": "Redirecting you back to the app...",
|
||||
"redirect_close_instructions": "You can close this window after the app opens.",
|
||||
"redirect_again": "Redirect again",
|
||||
"autogenerated_first_album_name": "My First Album",
|
||||
"autogenerated_default_album_name": "New Album"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user