chore: improve translation

This commit is contained in:
chenos 2024-03-04 23:33:19 +08:00
parent e377f3a57c
commit bc9260ac52
6 changed files with 12 additions and 6 deletions

View File

@ -803,5 +803,8 @@
"Main department": "Main department", "Main department": "Main department",
"Department name": "Department name", "Department name": "Department name",
"Superior department": "Superior department", "Superior department": "Superior department",
"Owners": "Owners" "Owners": "Owners",
"Plugin settings": "Plugin settings",
"Menu": "Menu",
"Drag and drop sorting field": "Drag and drop sorting field"
} }

View File

@ -888,5 +888,8 @@
"Main department": "主属部门", "Main department": "主属部门",
"Department name": "部门名称", "Department name": "部门名称",
"Superior department": "上级部门", "Superior department": "上级部门",
"Owners": "负责人" "Owners": "负责人",
"Plugin settings": "插件设置",
"Menu": "菜单",
"Drag and drop sorting field": "拖拽排序字段"
} }

View File

@ -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. 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. 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.

View File

@ -76,7 +76,7 @@ export function CustomRequestACL() {
return ( return (
<> <>
<SchemaSettingsActionModalItem <SchemaSettingsActionModalItem
title={t('Access Control')} title={t('Access control')}
schema={CustomRequestACLSchema} schema={CustomRequestACLSchema}
initialValues={{ initialValues={{
roles: data?.data?.roles, roles: data?.data?.roles,

View File

@ -1,5 +1,5 @@
{ {
"Access Control": "접근 제어", "Access control": "접근 제어",
"Custom Request": "사용자 정의 요청", "Custom Request": "사용자 정의 요청",
"Request settings": "요청 설정", "Request settings": "요청 설정",
"Roles": "역할", "Roles": "역할",

View File

@ -1,5 +1,5 @@
{ {
"Access Control": "权限控制", "Access control": "权限控制",
"Custom Request": "自定义请求", "Custom Request": "自定义请求",
"Request settings": "请求设置", "Request settings": "请求设置",
"Roles": "角色", "Roles": "角色",