L11n keys

This commit is contained in:
Manav Rathi
2024-06-12 16:35:55 +05:30
parent 6aa810b500
commit 0bde1ab22d
2 changed files with 8 additions and 4 deletions

View File

@@ -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>

View File

@@ -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"
}