refactor: update chinese display name of post editor role (#5224)

#### What type of PR is this?

/area core
/milestone 2.12.x

#### What this PR does / why we need it:

修改文章编辑角色的显示名称为**文章管理员**,这样会更加直观。

#### Which issue(s) this PR fixes:

Fixes #5221 

#### Does this PR introduce a user-facing change?

```release-note
修改文章编辑角色的显示名称为**文章管理员**。
```
pull/5227/head
Ryan Wang 2024-01-22 15:20:10 +08:00 committed by GitHub
parent 14580b96b0
commit 95878b3bb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ metadata:
rbac.authorization.halo.run/system-reserved: "true" rbac.authorization.halo.run/system-reserved: "true"
annotations: annotations:
# Currently, yaml definition does not support i18n, please see https://github.com/halo-dev/halo/issues/3573 # Currently, yaml definition does not support i18n, please see https://github.com/halo-dev/halo/issues/3573
rbac.authorization.halo.run/display-name: "编辑者" rbac.authorization.halo.run/display-name: "文章管理员"
rbac.authorization.halo.run/dependencies: | rbac.authorization.halo.run/dependencies: |
["role-template-post-editor"] ["role-template-post-editor"]
rules: [ ] rules: [ ]