chore: tweak i18n

This commit is contained in:
johnnyjoy
2024-08-18 12:43:50 +08:00
parent a3943f5b2d
commit c571720d42
3 changed files with 13 additions and 15 deletions

View File

@ -62,10 +62,7 @@
"nickname": "Nickname",
"email": "Email",
"role": "Role",
"profile": "Profile",
"action": {
"add-user": "Add user"
}
"profile": "Profile"
},
"settings": {
"self": "Setting",
@ -76,11 +73,14 @@
"workspace": {
"self": "Workspace settings",
"custom-style": "Custom style",
"enable-user-signup": {
"self": "Enable user signup",
"description": "Once enabled, other users can signup."
"disallow-user-registration": {
"self": "Disallow user registration"
},
"default-visibility": "Default visibility"
"default-visibility": "Default visibility",
"member": {
"self": "Member",
"add": "Add member"
}
}
}
}