tachybase_todo/packages/plugins/@nocobase/plugin-auth/src/locale/en-US.json
YANG QIA 06f11a2d08
refactor(auth): move auth client from core to the plugin & refactor auth client api (#3215)
* refactor(auth): auth client api

* fix: build

* fix: dependencies

* fix: fix T-2777

* fix: fix T-2776

* chore: update type

* fix: build

* fix: allowSignUp

* fix: file name

* fix: file name

* refactor: client api

* fix: build

* chore: update name

* fix: tsx must be loaded with --import instead of --loader

* fix: type

* fix: type

* fix: type

* fix: type

* fix: bug

* chore: improve wording

* fix: test

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-21 20:19:25 +08:00

27 lines
1.6 KiB
JSON

{
"Auth Type": "Auth Type",
"Authenticators": "Authenticators",
"Authentication": "Authentication",
"Sign in via email": "Sign in via email",
"Sign in via password": "Sign in via password",
"Not allowed to sign up": "Not allowed to sign up",
"Allow to sign up": "Allow to sign up",
"The username or email is incorrect, please re-enter": "The username or email is incorrect, please re-enter",
"The password is incorrect, please re-enter": "The password is incorrect, please re-enter",
"Not a valid cellphone number, please re-enter": "Not a valid cellphone number, please re-enter",
"The phone number has been registered, please login directly": "The phone number has been registered, please login directly",
"The phone number is not registered, please register first": "The phone number is not registered, please register first",
"Please keep and enable at least one authenticator": "Please keep and enable at least one authenticator",
"Allow to sign in with": "Allow to sign in with",
"Please enter a valid username": "Please enter a valid username",
"Please enter a valid email": "Please enter a valid email",
"Please enter your username or email": "Please enter your username or email",
"SMS": "SMS",
"Username/Email": "Username/Email",
"Auth UID": "Auth UID",
"The authentication allows users to sign in via username or email.": "The authentication allows users to sign in via username or email.",
"No authentication methods available.": "No authentication methods available.",
"The password is inconsistent, please re-enter": "The password is inconsistent, please re-enter",
"Sign-in": "Sign-in"
}