* 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
8 lines
269 B
TypeScript
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;
|