mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 15:11:10 +10:00
feat: update workspace translation
This commit is contained in:
1
apps/client/public/locales/en/group.json
Normal file
1
apps/client/public/locales/en/group.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
@ -47,28 +47,7 @@
|
||||
"Updated successfully": "Updated successfully",
|
||||
"Failed to update data": "Failed to update data"
|
||||
},
|
||||
"member": {
|
||||
"Members": "Members",
|
||||
"Invite members": "Invite members",
|
||||
"Invite new members": "Invite new members",
|
||||
"Pending": "Pending",
|
||||
"User": "User",
|
||||
"Status": "Status",
|
||||
"Role": "Role",
|
||||
"Active": "Active",
|
||||
"Email": "Email",
|
||||
"Date": "Date",
|
||||
"Invited members who are yet to accept their invitation will appear here.": "Invited members who are yet to accept their invitation will appear here.",
|
||||
"Invite by email": "Invite by email",
|
||||
"Enter valid email addresses separated by comma or space max_50": "Enter valid email addresses separated by comma or space [max: 50]",
|
||||
"enter valid emails addresses": "enter valid emails addresses",
|
||||
"Select role": "Select role",
|
||||
"Select role to assign to all invited members": "Select role to assign to all invited members",
|
||||
"Choose a role": "Choose a role",
|
||||
"Add to groups": "Add to groups",
|
||||
"Invited members will be granted access to spaces the groups can access": "Invited members will be granted access to spaces the groups can access",
|
||||
"Send invitation": "Send invitation"
|
||||
},
|
||||
"member": {},
|
||||
"group": {
|
||||
"Groups": "Groups",
|
||||
"Create group": "Create group",
|
||||
|
||||
@ -1 +1,22 @@
|
||||
{}
|
||||
{
|
||||
"Members": "Members",
|
||||
"Invite members": "Invite members",
|
||||
"Invite new members": "Invite new members",
|
||||
"Pending": "Pending",
|
||||
"User": "User",
|
||||
"Status": "Status",
|
||||
"Role": "Role",
|
||||
"Active": "Active",
|
||||
"Email": "Email",
|
||||
"Date": "Date",
|
||||
"Invited members who are yet to accept their invitation will appear here.": "Invited members who are yet to accept their invitation will appear here.",
|
||||
"Invite by email": "Invite by email",
|
||||
"Enter valid email addresses separated by comma or space max_50": "Enter valid email addresses separated by comma or space [max: 50]",
|
||||
"enter valid emails addresses": "enter valid emails addresses",
|
||||
"Select role": "Select role",
|
||||
"Select role to assign to all invited members": "Select role to assign to all invited members",
|
||||
"Choose a role": "Choose a role",
|
||||
"Add to groups": "Add to groups",
|
||||
"Invited members will be granted access to spaces the groups can access": "Invited members will be granted access to spaces the groups can access",
|
||||
"Send invitation": "Send invitation"
|
||||
}
|
||||
|
||||
1
apps/client/public/locales/zh/group.json
Normal file
1
apps/client/public/locales/zh/group.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
@ -47,28 +47,7 @@
|
||||
"Updated successfully": "更新成功",
|
||||
"Failed to update data": "数据更新失败"
|
||||
},
|
||||
"member": {
|
||||
"Members": "成员",
|
||||
"Invite members": "邀请成员",
|
||||
"Invite new members": "邀请新成员",
|
||||
"Pending": "待定",
|
||||
"User": "用户",
|
||||
"Status": "状态",
|
||||
"Role": "角色",
|
||||
"Active": "活跃",
|
||||
"Email": "电子邮箱",
|
||||
"Date": "日期",
|
||||
"Invited members who are yet to accept their invitation will appear here.": "尚未接受邀请的成员将显示在这里。",
|
||||
"Invite by email": "通过电子邮箱邀请",
|
||||
"Enter valid email addresses separated by comma or space max_50": "输入有效的电子邮箱地址,用逗号或空格分隔 [最多:50个]",
|
||||
"enter valid emails addresses": "输入有效的电子邮箱地址",
|
||||
"Select role": "选择角色",
|
||||
"Select role to assign to all invited members": "选择要分配给所有被邀请成员的角色",
|
||||
"Choose a role": "选择一个角色",
|
||||
"Add to groups": "添加到群组",
|
||||
"Invited members will be granted access to spaces the groups can access": "被邀请的成员将被授予访问群组可以访问的空间的权限",
|
||||
"Send invitation": "发送邀请"
|
||||
},
|
||||
"member": {},
|
||||
"group": {
|
||||
"Groups": "群组",
|
||||
"Create group": "创建群组",
|
||||
|
||||
@ -1,3 +1,22 @@
|
||||
{
|
||||
"space": {}
|
||||
"Members": "成员",
|
||||
"Invite members": "邀请成员",
|
||||
"Invite new members": "邀请新成员",
|
||||
"Pending": "待定",
|
||||
"User": "用户",
|
||||
"Status": "状态",
|
||||
"Role": "角色",
|
||||
"Active": "活跃",
|
||||
"Email": "电子邮箱",
|
||||
"Date": "日期",
|
||||
"Invited members who are yet to accept their invitation will appear here.": "尚未接受邀请的成员将显示在这里。",
|
||||
"Invite by email": "通过电子邮箱邀请",
|
||||
"Enter valid email addresses separated by comma or space max_50": "输入有效的电子邮箱地址,用逗号或空格分隔 [最多:50个]",
|
||||
"enter valid emails addresses": "输入有效的电子邮箱地址",
|
||||
"Select role": "选择角色",
|
||||
"Select role to assign to all invited members": "选择要分配给所有被邀请成员的角色",
|
||||
"Choose a role": "选择一个角色",
|
||||
"Add to groups": "添加到群组",
|
||||
"Invited members will be granted access to spaces the groups can access": "被邀请的成员将被授予访问群组可以访问的空间的权限",
|
||||
"Send invitation": "发送邀请"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user