juzhiyuan commented on a change in pull request #1671:
URL: https://github.com/apache/apisix-dashboard/pull/1671#discussion_r601945854
##########
File path: web/src/locales/zh-CN/component.ts
##########
@@ -21,19 +21,24 @@ export default {
'component.global.search': '查询',
'component.global.reset': '重置',
'component.global.confirm': '确认',
+ 'component.global.format': '格式',
+ 'component.global.document': '文档',
+ 'component.global.enable': '使能够',
Review comment:
```suggestion
'component.global.enable': '启用',
```
##########
File path: web/src/pages/Plugin/locales/zh-CN.ts
##########
@@ -16,5 +16,5 @@
*/
export default {
'page.plugin.drawer.popconfirm.title.delete': '确定删除该插件吗?',
- 'page.plugin.list': '插件列表'
+ 'page.plugin.list': '插件列表:已启用插件的列表'
Review comment:
Hi, as for the subtitle, how about using the `extra` prop like here[1]?
[1] https://procomponents.ant.design/en-US/components/page-container
##########
File path: web/src/locales/zh-CN/component.ts
##########
@@ -21,19 +21,24 @@ export default {
'component.global.search': '查询',
'component.global.reset': '重置',
'component.global.confirm': '确认',
+ 'component.global.format': '格式',
+ 'component.global.document': '文档',
+ 'component.global.enable': '使能够',
+ 'component.global.scope': '范围',
+ 'component.global.data.editor': '资料编辑器',
Review comment:
```suggestion
'component.global.data.editor': '原始内容编辑器',
```
##########
File path: web/src/locales/zh-CN/component.ts
##########
@@ -21,19 +21,24 @@ export default {
'component.global.search': '查询',
'component.global.reset': '重置',
'component.global.confirm': '确认',
+ 'component.global.format': '格式',
+ 'component.global.document': '文档',
+ 'component.global.enable': '使能够',
+ 'component.global.scope': '范围',
Review comment:
```suggestion
'component.global.scope': '作用域',
```
##########
File path: web/src/locales/zh-CN/component.ts
##########
@@ -21,19 +21,24 @@ export default {
'component.global.search': '查询',
'component.global.reset': '重置',
'component.global.confirm': '确认',
+ 'component.global.format': '格式',
Review comment:
```suggestion
'component.global.format': '格式化',
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]