fix(acl): map snippet & translation

This commit is contained in:
chenos 2023-01-09 22:03:57 +08:00
parent 31794d3c1b
commit 3091d25b5e
5 changed files with 6 additions and 6 deletions

View File

@ -280,7 +280,7 @@ export const roleSchema: ISchema = {
},
tab4: {
type: 'void',
title: '{{t("Plugin permissions")}}',
title: '{{t("Plugin settings permissions")}}',
'x-decorator': 'SettingCenterPermissionProvider',
'x-component': 'Tabs.TabPane',
'x-component-props': {},

View File

@ -419,7 +419,7 @@ export default {
"General permissions": "General permissions",
"Global action permissions": "Global action permissions",
"General action permissions": "General action permissions",
"Plugin permissions":"Plugin permissions",
"Plugin settings permissions":"Plugin settings permissions",
"Allow to desgin pages":"Allow to desgin pages",
"Allow to manage plugins":"Allow to manage plugins",
"Allow to configure plugins":"Allow to configure plugins",

View File

@ -402,7 +402,7 @@ export default {
"General permissions": "一般設定",
"Global action permissions": "グローバル操作権限",
"General action permissions": "一般操作権限",
"Plugin permissions":"中央権限の設定",
"Plugin settings permissions":"中央権限の設定",
'Allow to desgin pages':"インタフェース構成の許可",
"Allow to manage plugins":"管理プラグインの許可",
"Allow to configure plugins":"管理構成センターの許可",

View File

@ -497,7 +497,7 @@ export default {
'General permissions': '通用配置',
'Global action permissions': '全局操作权限',
'General action permissions': '通用操作权限',
"Plugin permissions":"插件权限",
"Plugin settings permissions":"插件权限",
'Allow to desgin pages':"允许界面配置",
"Allow to manage plugins":"允许管理插件",
"Allow to configure plugins":"允许管理配置中心",

View File

@ -2,7 +2,7 @@ import {
CollectionManagerContext,
CurrentAppInfoProvider,
SchemaComponentOptions,
SettingsCenterProvider,
SettingsCenterProvider
} from '@nocobase/client';
import React, { useContext } from 'react';
import Configuration from './components/Configuration';
@ -19,7 +19,7 @@ export default React.memo((props) => {
<Initialize>
<SettingsCenterProvider
settings={{
'map-configuration': {
map: {
title: t('Map Manager'),
icon: 'EnvironmentOutlined',
tabs: {