memos/web/src/locales/zh.json
boojack 90b881502d
feat: add user_setting model (#145)
* feat: add `user_setting` model

* chore: add global store

* chore: update settings in web

* chore: update `i18n` example
2022-08-13 14:35:33 +08:00

9 lines
118 B
JSON

{
"common": {
"about": "关于",
"email": "邮箱",
"password": "密码",
"sign-in": "登录"
}
}