mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:55:33 +00:00
chore: update menu name of plugin-localization (#3653)
This commit is contained in:
parent
f9eb2699f2
commit
0ddc3d3f5f
@ -5,7 +5,7 @@ import { NAMESPACE } from './locale';
|
||||
export class LocalizationManagementPlugin extends Plugin {
|
||||
async load() {
|
||||
this.app.pluginSettingsManager.add(NAMESPACE, {
|
||||
title: `{{t("Localization management", { ns: "${NAMESPACE}" })}}`,
|
||||
title: `{{t("Localization", { ns: "${NAMESPACE}" })}}`,
|
||||
icon: 'GlobalOutlined',
|
||||
Component: Localization,
|
||||
aclSnippet: 'pm.localization-management.localization',
|
||||
|
@ -19,5 +19,6 @@
|
||||
"Please select the resources you want to synchronize": "Please select the resources you want to synchronize",
|
||||
"Menu": "Menu",
|
||||
"Publish": "Publish",
|
||||
"Translations": "Translations"
|
||||
"Translations": "Translations",
|
||||
"Localization": "Localization"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"Edit": "编辑",
|
||||
"Add new": "新增",
|
||||
"Localization management": "多语言管理",
|
||||
"Localization management": "本地化管理",
|
||||
"No data": "暂无数据",
|
||||
"Delete text": "删除原文",
|
||||
"Delete translation": "删除译文",
|
||||
@ -19,5 +19,6 @@
|
||||
"Please select the resources you want to synchronize": "请选择需要同步的资源",
|
||||
"Menu": "菜单",
|
||||
"Publish": "发布",
|
||||
"Translations": "翻译"
|
||||
"Translations": "翻译",
|
||||
"Localization": "本地化"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user