chore: update menu name of plugin-localization (#3653)

This commit is contained in:
YANG QIA 2024-03-07 20:08:33 +08:00 committed by GitHub
parent f9eb2699f2
commit 0ddc3d3f5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -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',

View File

@ -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"
}

View File

@ -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": "本地化"
}