Implement signin as guest

This commit is contained in:
Takeshi Kimata
2024-05-25 13:22:21 +09:00
parent d6e7c98025
commit 25402bd3ba
9 changed files with 72 additions and 62 deletions

View File

@@ -34,6 +34,7 @@
"signin": "Sign in",
"or_signup": "You need sign up?",
"or_signin": "You need sign in?",
"signin_as_guest": "Or sign in as Guest",
"email": "Email",
"username": "User name",
"password": "Password",

View File

@@ -34,6 +34,7 @@
"signin": "サインイン",
"or_signup": "新規登録ページ",
"or_signin": "サインインページ",
"signin_as_guest": "ゲストとしてサインイン",
"email": "メールアドレス",
"username": "ユーザー名",
"password": "パスワード",