tachybase_todo/packages/plugins/sms-auth/src/locale/zh-CN.ts
YANG QIA 45bc0b83ba
feat(locale): allows to manage locale resources in core package (#2293)
* feat(locale): add app.locales

* chore: change directory

* chore: change locale directories

* fix: test

* fix: cached resources changed after sync

* chore: change fr-FR locale directory
2023-07-25 17:09:34 +08:00

8 lines
269 B
TypeScript

const locale = {
'Sign in via SMS': '短信登录',
'User will be registered automatically if not exists.': '用户不存在时将自动注册。',
'Sign up automatically when the user does not exist': '用户不存在时自动注册',
};
export default locale;