feat: adding toast when signing in and out

This commit is contained in:
Chubby Granny Chaser
2024-06-20 22:02:11 +01:00
parent 633bb7820b
commit 9de7d4a61e
10 changed files with 62 additions and 35 deletions

View File

@@ -1,4 +1,7 @@
{
"app": {
"successfully_signed_in": "Successfully signed in"
},
"home": {
"featured": "Featured",
"trending": "Trending",
@@ -243,6 +246,7 @@
"try_again": "Please, try again",
"signout_modal_title": "Are you sure?",
"cancel": "Cancel",
"signout": "Sign Out"
"signout": "Sign Out",
"successfully_signed_out": "Successfully signed out"
}
}

View File

@@ -1,4 +1,7 @@
{
"app": {
"successfully_signed_in": "Logado com sucesso"
},
"home": {
"featured": "Destaque",
"trending": "Populares",
@@ -243,6 +246,7 @@
"try_again": "Por favor, tente novamente",
"cancel": "Cancelar",
"signout": "Sair da conta",
"signout_modal_title": "Tem certeza?"
"signout_modal_title": "Tem certeza?",
"successfully_signed_out": "Deslogado com sucesso"
}
}