fix(acl): map snippet & translation
This commit is contained in:
parent
31794d3c1b
commit
3091d25b5e
@ -280,7 +280,7 @@ export const roleSchema: ISchema = {
|
|||||||
},
|
},
|
||||||
tab4: {
|
tab4: {
|
||||||
type: 'void',
|
type: 'void',
|
||||||
title: '{{t("Plugin permissions")}}',
|
title: '{{t("Plugin settings permissions")}}',
|
||||||
'x-decorator': 'SettingCenterPermissionProvider',
|
'x-decorator': 'SettingCenterPermissionProvider',
|
||||||
'x-component': 'Tabs.TabPane',
|
'x-component': 'Tabs.TabPane',
|
||||||
'x-component-props': {},
|
'x-component-props': {},
|
||||||
|
@ -419,7 +419,7 @@ export default {
|
|||||||
"General permissions": "General permissions",
|
"General permissions": "General permissions",
|
||||||
"Global action permissions": "Global action permissions",
|
"Global action permissions": "Global action permissions",
|
||||||
"General action permissions": "General 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 desgin pages":"Allow to desgin pages",
|
||||||
"Allow to manage plugins":"Allow to manage plugins",
|
"Allow to manage plugins":"Allow to manage plugins",
|
||||||
"Allow to configure plugins":"Allow to configure plugins",
|
"Allow to configure plugins":"Allow to configure plugins",
|
||||||
|
@ -402,7 +402,7 @@ export default {
|
|||||||
"General permissions": "一般設定",
|
"General permissions": "一般設定",
|
||||||
"Global action permissions": "グローバル操作権限",
|
"Global action permissions": "グローバル操作権限",
|
||||||
"General action permissions": "一般操作権限",
|
"General action permissions": "一般操作権限",
|
||||||
"Plugin 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":"管理構成センターの許可",
|
||||||
|
@ -497,7 +497,7 @@ export default {
|
|||||||
'General permissions': '通用配置',
|
'General permissions': '通用配置',
|
||||||
'Global action permissions': '全局操作权限',
|
'Global action permissions': '全局操作权限',
|
||||||
'General action permissions': '通用操作权限',
|
'General action permissions': '通用操作权限',
|
||||||
"Plugin 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":"允许管理配置中心",
|
||||||
|
@ -2,7 +2,7 @@ import {
|
|||||||
CollectionManagerContext,
|
CollectionManagerContext,
|
||||||
CurrentAppInfoProvider,
|
CurrentAppInfoProvider,
|
||||||
SchemaComponentOptions,
|
SchemaComponentOptions,
|
||||||
SettingsCenterProvider,
|
SettingsCenterProvider
|
||||||
} from '@nocobase/client';
|
} from '@nocobase/client';
|
||||||
import React, { useContext } from 'react';
|
import React, { useContext } from 'react';
|
||||||
import Configuration from './components/Configuration';
|
import Configuration from './components/Configuration';
|
||||||
@ -19,7 +19,7 @@ export default React.memo((props) => {
|
|||||||
<Initialize>
|
<Initialize>
|
||||||
<SettingsCenterProvider
|
<SettingsCenterProvider
|
||||||
settings={{
|
settings={{
|
||||||
'map-configuration': {
|
map: {
|
||||||
title: t('Map Manager'),
|
title: t('Map Manager'),
|
||||||
icon: 'EnvironmentOutlined',
|
icon: 'EnvironmentOutlined',
|
||||||
tabs: {
|
tabs: {
|
||||||
|
Loading…
Reference in New Issue
Block a user