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 {
 | 
					export class LocalizationManagementPlugin extends Plugin {
 | 
				
			||||||
  async load() {
 | 
					  async load() {
 | 
				
			||||||
    this.app.pluginSettingsManager.add(NAMESPACE, {
 | 
					    this.app.pluginSettingsManager.add(NAMESPACE, {
 | 
				
			||||||
      title: `{{t("Localization management", { ns: "${NAMESPACE}" })}}`,
 | 
					      title: `{{t("Localization", { ns: "${NAMESPACE}" })}}`,
 | 
				
			||||||
      icon: 'GlobalOutlined',
 | 
					      icon: 'GlobalOutlined',
 | 
				
			||||||
      Component: Localization,
 | 
					      Component: Localization,
 | 
				
			||||||
      aclSnippet: 'pm.localization-management.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",
 | 
					  "Please select the resources you want to synchronize": "Please select the resources you want to synchronize",
 | 
				
			||||||
  "Menu": "Menu",
 | 
					  "Menu": "Menu",
 | 
				
			||||||
  "Publish": "Publish",
 | 
					  "Publish": "Publish",
 | 
				
			||||||
  "Translations": "Translations"
 | 
					  "Translations": "Translations",
 | 
				
			||||||
 | 
					  "Localization": "Localization"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "Edit": "编辑",
 | 
					  "Edit": "编辑",
 | 
				
			||||||
  "Add new": "新增",
 | 
					  "Add new": "新增",
 | 
				
			||||||
  "Localization management": "多语言管理",
 | 
					  "Localization management": "本地化管理",
 | 
				
			||||||
  "No data": "暂无数据",
 | 
					  "No data": "暂无数据",
 | 
				
			||||||
  "Delete text": "删除原文",
 | 
					  "Delete text": "删除原文",
 | 
				
			||||||
  "Delete translation": "删除译文",
 | 
					  "Delete translation": "删除译文",
 | 
				
			||||||
@ -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": "翻译",
 | 
				
			||||||
 | 
					  "Localization": "本地化"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user