diff --git a/locale/en/LC_MESSAGES/Developer Guide/ReadMe.po b/locale/en/LC_MESSAGES/Developer Guide/ReadMe.po
index 57da98ae3c50b780b832ccb5244bb6f36197610d..723d4f11ae4a89f1064c208eb98d7b1f4fd3d79c 100644
--- a/locale/en/LC_MESSAGES/Developer Guide/ReadMe.po
+++ b/locale/en/LC_MESSAGES/Developer Guide/ReadMe.po
@@ -58,7 +58,7 @@ msgstr "EdgeGallery supports third-party business systems to call EdgeGallery's
#: ../../Developer Guide/ReadMe.md:26
msgid ""
-msgstr ""
+msgstr ""
#: ../../Developer Guide/ReadMe.md:28
msgid "北向接口调用endpoint"
@@ -359,259 +359,3 @@ msgstr "{
\"userId\": \"\", //User ID
\"userName\": \"\", //User Name
401:认证失败"
msgstr "200: Login successful, return user information
401: Authentication failed"
-
-#~ msgid "后续所有的接口调用中都需要通过请求头X-XSRF-TOKEN传递。"
-#~ msgstr "All subsequent interface calls need to be passed through the request header X-XSRF-TOKEN."
-
-#~ msgid "MECM"
-#~ msgstr ""
-
-#~ msgid "[APM](../Projects/MECM/MECM_Apm_Contribution.md)"
-#~ msgstr ""
-
-#~ msgid "[APPO](../Projects/MECM/MECM_Appo_Contribution.md)"
-#~ msgstr ""
-
-#~ msgid "[Inventory](../Projects/MECM/MECM_Inventory_Contribution.md)"
-#~ msgstr ""
-
-#~ msgid "[APPLCM](../Projects/MECM/MECM_LCM_controller_Contribution.md)"
-#~ msgstr ""
-
-#~ msgid ""
-#~ msgstr ""
-
-#~ msgid "平台"
-#~ msgstr "platform"
-
-#~ msgid "endpoint"
-#~ msgstr ""
-
-#~ msgid "说明"
-#~ msgstr "instruction"
-
-#~ msgid "EdgeGallery融合前端"
-#~ msgstr "EdgeGallery Fusion Frontend"
-
-#~ msgid "https://{PORTAL_IP}:30095"
-#~ msgstr ""
-
-#~ msgid "推荐使用该endpoint"
-#~ msgstr "It is recommended to use this endpoint"
-
-#~ msgid "AppStore平台前端"
-#~ msgstr "AppStore platform front end"
-
-#~ msgid "https://{PORTAL_IP}:30091"
-#~ msgstr ""
-
-#~ msgid "--"
-#~ msgstr ""
-
-#~ msgid "Developer平台前端"
-#~ msgstr "Developer platform front end"
-
-#~ msgid "https://{PORTAL_IP}:30092"
-#~ msgstr ""
-
-#~ msgid "Mecm平台前端"
-#~ msgstr "Mecm platform front end"
-
-#~ msgid "https://{PORTAL_IP}:30093"
-#~ msgstr ""
-
-#~ msgid "Atp平台前端"
-#~ msgstr "Atp platform front end"
-
-#~ msgid "https://{PORTAL_IP}:30094"
-#~ msgstr ""
-
-#~ msgid "Name"
-#~ msgstr ""
-
-#~ msgid "Definition"
-#~ msgstr ""
-
-#~ msgid "Type"
-#~ msgstr ""
-
-#~ msgid "Required"
-#~ msgstr ""
-
-#~ msgid "Describe"
-#~ msgstr ""
-
-#~ msgid "X-XSRF-TOKEN"
-#~ msgstr ""
-
-#~ msgid "XSRF-TOKEN"
-#~ msgstr ""
-
-#~ msgid "header"
-#~ msgstr ""
-
-#~ msgid "是"
-#~ msgstr "yes"
-
-#~ msgid "userFlag"
-#~ msgstr ""
-
-#~ msgid "登录凭证(用户名/邮箱/手机号)"
-#~ msgstr "Login credentials (username/email/mobile phone number)"
-
-#~ msgid "body"
-#~ msgstr ""
-
-#~ msgid "password"
-#~ msgstr ""
-
-#~ msgid "密码"
-#~ msgstr "password"
-
-#~ msgid "调用业务接口"
-#~ msgstr "call business interface"
-
-#~ msgid "各平台提供的业务接口,参考各模块的接口文档。"
-#~ msgstr "For the business interfaces provided by each platform, refer to the interface documentation of each module."
-
-#~ msgid "北向业务接口URL格式"
-#~ msgstr "Northbound service interface URL format"
-
-#~ msgid "通过北向接口调用各平台的业务接口时,URL按照如下格式调用:"
-#~ msgstr "When calling the business interface of each platform through the northbound interface, the URL is called in the following format:"
-
-#~ msgid "其中urlPrefix是各平台在网关中定义的路由前缀,定义如下表所示:"
-#~ msgstr "The urlPrefix is the routing prefix defined by each platform in the gateway, as shown in the following table:"
-
-#~ msgid "urlPrefix"
-#~ msgstr ""
-
-#~ msgid "AppStore"
-#~ msgstr ""
-
-#~ msgid "mec-appstore"
-#~ msgstr ""
-
-#~ msgid "Developer"
-#~ msgstr ""
-
-#~ msgid "mec-developer"
-#~ msgstr ""
-
-#~ msgid "Mecm-Inventory"
-#~ msgstr ""
-
-#~ msgid "mecm-inventory"
-#~ msgstr ""
-
-#~ msgid "Mecm-APP"
-#~ msgstr ""
-
-#~ msgid "mecm-appo"
-#~ msgstr ""
-
-#~ msgid "Mecm-APM"
-#~ msgstr ""
-
-#~ msgid "mecm-apm"
-#~ msgstr ""
-
-#~ msgid "ATP"
-#~ msgstr ""
-
-#~ msgid "mec-atp"
-#~ msgstr ""
-
-#~ msgid "北向业务接口请求头"
-#~ msgstr "Northbound service interface request header"
-
-#~ msgid "通过北向接口调用各平台的业务接口时,需要传递如下请求头:"
-#~ msgstr "When calling the business interface of each platform through the northbound interface, the following request headers need to be passed:"
-
-#~ msgid "北向业务接口调用示例"
-#~ msgstr "Northbound Service API Calling Example"
-
-#~ msgid "AppStore平台提供了获取应用列表的接口: GET /mec/appstore/v1/apps"
-#~ msgstr "The AppStore platform provides an interface to get the application list: GET /mec/appstore/v1/apps"
-
-#~ msgid "北向调用:"
-#~ msgstr "Northbound call:"
-
-#~ msgid "第三方IAM对接开发指导"
-#~ msgstr "Third-party IAM docking development guidance"
-
-#~ msgid "EdgeGallery支持对接使用第三方IAM帐号系统。"
-#~ msgstr "EdgeGallery supports the use of third-party IAM account systems."
-
-#~ msgid "在部署EdgeGallery时请参考:[离线安装指导](https://gitee.com/edgegallery/installer/tree/master/ansible_install)中的说明开启第三方IAM使能开关。"
-#~ msgstr "When deploying EdgeGallery, please refer to: [Offline Installation Guide](https://gitee.com/edgegallery/installer/tree/master/ansible_install) to enable the third-party IAM enable switch."
-
-#~ msgid "对于第三方IAM帐号系统,需要实现如下接口:"
-#~ msgstr "For the third-party IAM account system, the following interfaces need to be implemented:"
-
-#~ msgid "接口名称"
-#~ msgstr "interface name"
-
-#~ msgid "URL"
-#~ msgstr ""
-
-#~ msgid "Method"
-#~ msgstr ""
-
-#~ msgid "Request"
-#~ msgstr ""
-
-#~ msgid "Response"
-#~ msgstr ""
-
-#~ msgid "Response Status"
-#~ msgstr ""
-
-#~ msgid "登录"
-#~ msgstr "Log in"
-
-#~ msgid "/iam/users/login"
-#~ msgstr ""
-
-#~ msgid "POST"
-#~ msgstr ""
-
-#~ msgid "{
\"userFlag\": \"xxxx\",//用户登录凭证(用户名/邮箱地址)
\"password\": \"xxx\"//登录密码
}"
-#~ msgstr "{
\"userFlag\": \"xxxx\",//User login credentials (username/email address)
\"password\": \"xxx\"//Login password
}"
-
-#~ msgid "{
\"userId\": \"\", //用户ID
\"userName\": \"\", //用户名
\"mailAddress\": \"\", //邮箱地址(可选)
\"userRole\": \"\", //用户角色(ADMIN:管理员 TENANT:租户)
}"
-#~ msgstr "\"{
\"userId\": \"\", //User ID
\"userName\": \"\", //User Name
\"mailAddress\": \"\\ \", //Email address (optional)
\"userRole\": \"\", //User role (ADMIN: Admin TENANT: Tenant)
}"
-
-#~ msgid "200:登录成功,返回用户信息
401:认证失败"
-#~ msgstr "200: Login successful, return user information
401: Authentication failed\""
-
-#~ msgid "MECM - [APM](../Projects/MECM/MECM_Apm_Contribution.md) - [APPO](../Projects/MECM/MECM_Appo_Contribution.md) - [Inventory](../Projects/MECM/MECM_Inventory_Contribution.md) - [APPLCM](../Projects/MECM/MECM_LCM_controller_Contribution.md)"
-#~ msgstr ""
-
-#~ msgid "https://x.x.x.x:30095/mec-usermgmt/v1/accesstoken -H \"X-XSRF-TOKEN: xxxx\" { \"userFlag\": \"\", \"password\": \"\" }"
-#~ msgstr ""
-
-#~ msgid "response 200 OK { \"accessToken\": \"eyJhbGciOiJSUzI1NiIsInR5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\" }"
-#~ msgstr ""
-
-#~ msgid "后续所有的业务接口调用都需要通过请求头X-ACCESS-TOKEN传递这里的accessToken值。"
-#~ msgstr "All subsequent business interface calls need to pass the accessToken value here through the request header X-ACCESS-TOKEN."
-
-#~ msgid "response 400 Bad Request { \"code\": 70xxx, \"message\": \"\" }"
-#~ msgstr ""
-
-#~ msgid "response 401 Unauthorized { \"code\": 70xxx, \"message\": \"\" }"
-#~ msgstr ""
-
-#~ msgid "https://x.x.x.x:30095/{urlPrefix}/{业务接口自身的URL}"
-#~ msgstr "https://x.x.x.x:30095/{urlPrefix}/{URL of the business interface itself}"
-
-#~ msgid "GET https://x.x.x.x:30095/mec-appstore/mec/appstore/v1/apps -H \"X-XSRF-TOKEN: xxxx\" -H \"X-ACCESS-TOKEN: xxxx\""
-#~ msgstr ""
-
-#~ msgid "响应的Cookie中即包含XSRF-TOKEN,请获取它。"
-#~ msgstr "The response cookie contains XSRF-TOKEN, please get it."
-
-#~ msgid "EdgeGallery支持第三方业务系统通过北向接口网关调用EdgeGallery的业务接口。调用流程如下图所示:"
-#~ msgstr "EdgeGallery supports third-party service systems to call EdgeGallery's service interfaces through the northbound interface gateway. The calling process is shown in the following figure:"
-
diff --git a/locale/en/LC_MESSAGES/Projects/APPSTORE/AppStore_Contribution.po b/locale/en/LC_MESSAGES/Projects/APPSTORE/AppStore_Contribution.po
index 5f939c3f5072b63a74948db729c64f2ec1af2034..325db7e5b79b4652b68e9595ae2f9f58f4994873 100644
--- a/locale/en/LC_MESSAGES/Projects/APPSTORE/AppStore_Contribution.po
+++ b/locale/en/LC_MESSAGES/Projects/APPSTORE/AppStore_Contribution.po
@@ -242,7 +242,7 @@ msgstr "1.Application sharing navigation is divided into external application wa
#: ../../Projects/APPSTORE/AppStore_Contribution.md:130
msgid "2.外部应用仓库管理页面,可以添加、修改和删除仓库。 "
-msgstr "2.The external application warehouse management page can add, modify and delete the warehouse. "
+msgstr "2.The external application warehouse management page can add, modify and delete the warehouse. "
#: ../../Projects/APPSTORE/AppStore_Contribution.md:133
msgid "3.点击应用共享主菜单下的应用推送菜单查看可推送的应用信息,选择需要推送给运营商或者第三方的应用,进行批量推送,然后查看应用推送到运营商或者第三方的结果。  "
diff --git a/locale/en/LC_MESSAGES/Projects/ATP/ATP_Guide.po b/locale/en/LC_MESSAGES/Projects/ATP/ATP_Guide.po
index 08f651e71c52aae4e931908c29a7a2ed3da2f6bb..137bc655d8af735a8caaefda743e9c46c49b60d8 100644
--- a/locale/en/LC_MESSAGES/Projects/ATP/ATP_Guide.po
+++ b/locale/en/LC_MESSAGES/Projects/ATP/ATP_Guide.po
@@ -82,7 +82,7 @@ msgstr "Management side test mission management"
#: ../../Projects/ATP/ATP_Guide.md:30
msgid "任务管理显示了所有的测试任务,管理员可以对测试任务进行批量删除,也可以修改手工用例的状态。  "
-msgstr "The task management shows all the test tasks and the administrator can delete the test task in bulk or modify the state of the manual use case.  "
+msgstr "The task management shows all the test tasks and the administrator can delete the test task in bulk or modify the state of the manual use case.  "
#: ../../Projects/ATP/ATP_Guide.md:34
msgid "管理面配置项管理"
@@ -90,7 +90,7 @@ msgstr "Management side config item management"
#: ../../Projects/ATP/ATP_Guide.md:35
msgid "配置项管理显示了所有配置项信息,每个配置项可以关联一个或者多个测试用例,使测试用例参数可配置,更灵活。 "
-msgstr "Configuration item management displays all configuration item information. Each configuration item can be associated with one or more test cases, making test case parameters configurable and more flexible. "
+msgstr "Configuration item management displays all configuration item information. Each configuration item can be associated with one or more test cases, making test case parameters configurable and more flexible. "
#: ../../Projects/ATP/ATP_Guide.md:38
msgid "应用商店测试认证入口"
diff --git a/locale/en/LC_MESSAGES/Projects/MECM/MECM Product Document.po b/locale/en/LC_MESSAGES/Projects/MECM/MECM Product Document.po
index 6cded6d024d7cbafb6a9a523c1363d8288989ef6..9df928258b7e697059dc3e506c9905c805cedb4d 100644
--- a/locale/en/LC_MESSAGES/Projects/MECM/MECM Product Document.po
+++ b/locale/en/LC_MESSAGES/Projects/MECM/MECM Product Document.po
@@ -110,5 +110,5 @@ msgstr "The new features of V1.5 version are as follows:"
#: ../../Projects/MECM/MECM Document.md:53 Product
msgid "OpenStack节点资源管理功能,通过资源管理界面可对注册的边缘节点(OpenStack)进行基础的管理操作 "
-msgstr "OpenStackNode resource management function,Registered edge nodes can be checked through the resource management interface(OpenStack)Perform basic management operations "
+msgstr "OpenStackNode resource management function,Registered edge nodes can be checked through the resource management interface(OpenStack)Perform basic management operations "
diff --git a/locale/en/LC_MESSAGES/Projects/MECM/MECM_User_Interface.po b/locale/en/LC_MESSAGES/Projects/MECM/MECM_User_Interface.po
index 57e72f071055f57805ed2c3652d3b0e305dfb6ea..da31b5dfa887aa102d41a94054fbe61f035d5d97 100644
--- a/locale/en/LC_MESSAGES/Projects/MECM/MECM_User_Interface.po
+++ b/locale/en/LC_MESSAGES/Projects/MECM/MECM_User_Interface.po
@@ -51,7 +51,7 @@ msgstr ""
#: ../../Projects/MECM/MECM_User_Interface.md:21
msgid ""
-msgstr ""
+msgstr ""
#: ../../Projects/MECM/MECM_User_Interface.md:23
msgid "Config file of the edge node should be uploaded, by selecting the upload config file under Operation."