Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit cfc3233

Browse files
Merge pull request #159 from tianling536/master
Master
2 parents dd09a2c + 123048c commit cfc3233

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ buck-out/
4747
\.buckd/
4848
android/app/libs
4949
android/keystores/debug.keystore
50+
51+
#vs code
52+
.vscode/

src/lib/Translations.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,60 @@
11
{
2+
"zh": {
3+
"App": {
4+
"version": "版本"
5+
},
6+
"Header": {
7+
"current_state": "当前状态",
8+
"see_console": "查看控制台",
9+
"update_state": "更新状态"
10+
},
11+
"Subview": {
12+
"subview": "子视图",
13+
"back": "返回"
14+
},
15+
"Snowflake": {
16+
"logout": "注销",
17+
"main": "主页",
18+
"profile":"个人信息"
19+
},
20+
"Main": {
21+
"navigate": "导航到子视图"
22+
},
23+
"Profile": {
24+
"username": "用户名",
25+
"email": "邮箱",
26+
"update": "更新个人信息",
27+
"verified": "已验证邮箱",
28+
"display": "只显示"
29+
},
30+
"LoginForm": {
31+
"username": "用户名",
32+
"email": "邮箱",
33+
"password": "密码",
34+
"password_again": "确认密码"
35+
},
36+
"LoginRender": {
37+
"forgot_password": "忘记密码?",
38+
"already_have_account": "已有账户?",
39+
"register": "注册",
40+
"show_password": "显示密码"
41+
},
42+
"ForgotPassword": {
43+
"reset_password": "重置密码"
44+
},
45+
"Login": {
46+
"login": "登陆"
47+
},
48+
"Register": {
49+
"register": "注册"
50+
},
51+
"FieldValidation": {
52+
"valid_user_name": "请输入6-12个字母或数字",
53+
"valid_email": "请提供有效邮箱地址",
54+
"valid_password": "请输入6-12个数字和特殊字符: !@#$%^&*",
55+
"valid_password_again": "密码不匹配"
56+
}
57+
},
258
"en": {
359
"App": {
460
"version": "Version"

0 commit comments

Comments
 (0)