mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:17:00 +00:00
chore: improve translation
This commit is contained in:
parent
e377f3a57c
commit
bc9260ac52
@ -803,5 +803,8 @@
|
||||
"Main department": "Main department",
|
||||
"Department name": "Department name",
|
||||
"Superior department": "Superior department",
|
||||
"Owners": "Owners"
|
||||
"Owners": "Owners",
|
||||
"Plugin settings": "Plugin settings",
|
||||
"Menu": "Menu",
|
||||
"Drag and drop sorting field": "Drag and drop sorting field"
|
||||
}
|
||||
|
@ -888,5 +888,8 @@
|
||||
"Main department": "主属部门",
|
||||
"Department name": "部门名称",
|
||||
"Superior department": "上级部门",
|
||||
"Owners": "负责人"
|
||||
"Owners": "负责人",
|
||||
"Plugin settings": "插件设置",
|
||||
"Menu": "菜单",
|
||||
"Drag and drop sorting field": "拖拽排序字段"
|
||||
}
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
This plugin allows you to create and manage API keys. The generated API key can be used to access all `NocoBase` APIs.
|
||||
|
||||
## Access Control
|
||||
## Access control
|
||||
|
||||
When creating an API key, you can bind it to a role, and the role's permissions will be the same as the Key's permissions.
|
||||
|
@ -76,7 +76,7 @@ export function CustomRequestACL() {
|
||||
return (
|
||||
<>
|
||||
<SchemaSettingsActionModalItem
|
||||
title={t('Access Control')}
|
||||
title={t('Access control')}
|
||||
schema={CustomRequestACLSchema}
|
||||
initialValues={{
|
||||
roles: data?.data?.roles,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"Access Control": "접근 제어",
|
||||
"Access control": "접근 제어",
|
||||
"Custom Request": "사용자 정의 요청",
|
||||
"Request settings": "요청 설정",
|
||||
"Roles": "역할",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"Access Control": "权限控制",
|
||||
"Access control": "权限控制",
|
||||
"Custom Request": "自定义请求",
|
||||
"Request settings": "请求设置",
|
||||
"Roles": "角色",
|
||||
|
Loading…
Reference in New Issue
Block a user