mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:36:42 +00:00
fix(acl): map snippet & translation
This commit is contained in:
parent
31794d3c1b
commit
3091d25b5e
@ -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': {},
|
||||
|
@ -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",
|
||||
|
@ -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":"管理構成センターの許可",
|
||||
|
@ -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":"允许管理配置中心",
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user